
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser Commits: 34ed82f6 by Pier Angelo Vendrame at 2023-02-15T15:23:42+00:00 fixup! Bug 31740: Remove some unnecessary RemoteSettings instances Bug 41628: Disable Nimbus and Normandy components at compile time - - - - - 1 changed file: - toolkit/components/moz.build Changes: ===================================== toolkit/components/moz.build ===================================== @@ -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"] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/34ed82f6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/34ed82f6... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Richard Pospesel (@richard)