tor-browser

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

moz.build (950B)


      1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
      2 # vim: set filetype=python:
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 
      7 with Files("**"):
      8     BUG_COMPONENT = ("WebExtensions", "Untriaged")
      9 
     10 JAR_MANIFESTS += ["jar.mn"]
     11 
     12 EXTRA_COMPONENTS += [
     13     "extensions-browser.manifest",
     14 ]
     15 
     16 EXTRA_JS_MODULES += [
     17     "ExtensionBrowsingData.sys.mjs",
     18     "ExtensionControlledPopup.sys.mjs",
     19     "ExtensionPopups.sys.mjs",
     20 ]
     21 
     22 TESTING_JS_MODULES += [
     23     "test/AppUiTestDelegate.sys.mjs",
     24 ]
     25 
     26 DIRS += ["schemas"]
     27 
     28 BROWSER_CHROME_MANIFESTS += [
     29     "test/browser/browser-private.toml",
     30     "test/browser/browser.toml",
     31     "test/browser/browser_legacy_recent_tabs.toml",
     32 ]
     33 
     34 MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.toml"]
     35 XPCSHELL_TESTS_MANIFESTS += [
     36     "test/xpcshell/xpcshell.toml",
     37 ]