mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1543220 - Enable building gtest xul for Thunderbird. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D45462 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
d12d589b73
commit
1cb6343d9b
@ -328,7 +328,7 @@ option('--disable-gtest-in-build',
|
||||
def build_gtest(pgo, build_project, target, automation, enabled, enable_tests):
|
||||
if not enable_tests or not enabled:
|
||||
return None
|
||||
if (automation and build_project in ('browser', 'mobile/android') and
|
||||
if (automation and build_project in ('browser', 'comm/mail', 'mobile/android') and
|
||||
not ((pgo and target.os == 'WINNT') or (target.os == 'Android' and target.cpu != 'x86_64'))):
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user