tor-browser

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

moz.build (519B)


      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 DIRS += [
      6     "blocklists",
      7     "main",
      8     "security-state",
      9 ]
     10 
     11 dump_summary = "last_modified.json"
     12 GeneratedFile(dump_summary, script="gen_last_modified.py")
     13 FINAL_TARGET_FILES.defaults.settings += ["!%s" % dump_summary]
     14 
     15 if CONFIG["MOZ_BUILD_APP"] == "browser":
     16     DIST_SUBDIR = "browser"
     17     export("DIST_SUBDIR")