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

Commits:

1 changed file:

Changes:

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