tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.build (1165B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 if CONFIG["MOZ_BUILD_APP"] == "browser":
      6     # These collections are only referenced from browser/
      7     FINAL_TARGET_FILES.defaults.settings.main += [
      8         "language-dictionaries.json",
      9    ]
     10 
     11 # These collections are referenced in toolkit/ or other core code, however
     12 # Android/iOS don't use/want the dumps.
     13 if not CONFIG["MOZ_BUILD_APP"].startswith("mobile/"):
     14     FINAL_TARGET_FILES.defaults.settings.main += [
     15         "anti-tracking-url-decoration.json",
     16         "cookie-banner-rules-list.json",
     17         "devtools-compatibility-browsers.json",
     18         "devtools-devices.json",
     19         "example.json",
     20         "hijack-blocklists.json",
     21         "moz-essential-domain-fallbacks.json",
     22         "password-rules.json",
     23         "search-default-override-allowlist.json",
     24         "translations-models.json",
     25         "translations-wasm.json",
     26         "url-parser-default-unknown-schemes-interventions.json",
     27         "websites-with-shared-credential-backends.json",
     28     ]