forked from mirrors/gecko-dev
Bug 1889710 - disable building normandy for thunderbird. r=barret
Would leave the other changes in, as they make the code a bit more robust. Differential Revision: https://phabricator.services.mozilla.com/D206679
This commit is contained in:
parent
f9610f170c
commit
cbb0f92614
2 changed files with 2 additions and 4 deletions
|
|
@ -130,11 +130,8 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
|
|||
if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"):
|
||||
DIRS += ["aboutwebauthn"]
|
||||
|
||||
if CONFIG["MOZ_BUILD_APP"] == "browser" or CONFIG["MOZ_BUILD_APP"] == "comm/mail":
|
||||
DIRS += ["normandy"]
|
||||
|
||||
if CONFIG["MOZ_BUILD_APP"] == "browser":
|
||||
DIRS += ["messaging-system"]
|
||||
DIRS += ["normandy", "messaging-system"]
|
||||
|
||||
DIRS += ["nimbus"]
|
||||
|
||||
|
|
|
|||
|
|
@ -259,6 +259,7 @@ support-files = [
|
|||
|
||||
["test_search_config_v2_nimbus.js"]
|
||||
prefs = ["browser.search.newSearchConfig.enabled=false"]
|
||||
skip-if = ["appname == 'thunderbird'"] # Test relies on normandy.
|
||||
|
||||
["test_selectedEngine.js"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue