Verified Commit f0b10df3 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

Revert "fixup! Bug 31740: Remove some unnecessary RemoteSettings instances"

This reverts commit 34ed82f6.
parent f0d123b1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"]