Loading toolkit/components/moz.build +3 −2 Original line number Diff line number Diff line Loading @@ -122,9 +122,10 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android": "components.conf", ] # tor-browser#41628: Disable Normandy and Nimbus at compile time if CONFIG["MOZ_BUILD_APP"] == "browser": DIRS += ["messaging-system"] DIRS += ["normandy", "messaging-system"] DIRS += ["nimbus"] if CONFIG["MOZ_BACKGROUNDTASKS"]: DIRS += ["backgroundtasks"] Loading Loading
toolkit/components/moz.build +3 −2 Original line number Diff line number Diff line Loading @@ -122,9 +122,10 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android": "components.conf", ] # tor-browser#41628: Disable Normandy and Nimbus at compile time if CONFIG["MOZ_BUILD_APP"] == "browser": DIRS += ["messaging-system"] DIRS += ["normandy", "messaging-system"] DIRS += ["nimbus"] if CONFIG["MOZ_BACKGROUNDTASKS"]: DIRS += ["backgroundtasks"] Loading