Skip to content
Snippets Groups Projects
Commit 34ed82f6 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by Richard Pospesel
Browse files

fixup! Bug 31740: Remove some unnecessary RemoteSettings instances

Bug 41628: Disable Nimbus and Normandy components at compile time
parent bd9cd0a7
Branches
Tags tor-browser-102.8.0esr-12.5-1-build2
1 merge request!550Bug 41628: Disable Nimbus and Normandy components at compile time
......@@ -123,10 +123,9 @@ 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 += ["normandy", "messaging-system"]
DIRS += ["nimbus"]
DIRS += ["messaging-system"]
if CONFIG["MOZ_BACKGROUNDTASKS"]:
DIRS += ["backgroundtasks"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment