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:
Rob Lemley 2019-09-10 23:18:27 +00:00
Родитель d12d589b73
Коммит 1cb6343d9b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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