tor-browser

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

moz.build (639B)


      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 += ["src"]
      6 
      7 DevToolsModules("initializer.js", "panel.js")
      8 
      9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]
     10 
     11 BROWSER_CHROME_MANIFESTS += [
     12     "test/browser.toml",
     13     "test/browser_http3.toml",
     14     "test/filters/browser.toml",
     15     "test/new-resend-request/browser.toml",
     16     "test/websockets/browser.toml",
     17 ]
     18 
     19 with Files("**"):
     20     BUG_COMPONENT = ("DevTools", "Netmonitor")
     21 
     22 SPHINX_TREES["/devtools/netmonitor"] = "docs"