Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/moz.build
    ... ... @@ -123,10 +123,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
    123 123
             "components.conf",
    
    124 124
         ]
    
    125 125
     
    
    126
    +# tor-browser#41628: Disable Normandy and Nimbus at compile time
    
    126 127
     if CONFIG["MOZ_BUILD_APP"] == "browser":
    
    127
    -    DIRS += ["normandy", "messaging-system"]
    
    128
    -
    
    129
    -DIRS += ["nimbus"]
    
    128
    +    DIRS += ["messaging-system"]
    
    130 129
     
    
    131 130
     if CONFIG["MOZ_BACKGROUNDTASKS"]:
    
    132 131
         DIRS += ["backgroundtasks"]