tor-browser

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

moz.build (720B)


      1 # vim: set filetype=python:
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 
      6 DIRS += [
      7     "dist",
      8     "src",
      9 ]
     10 
     11 include("../shared/build/node-templates.mozbuild")
     12 
     13 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]
     14 
     15 BROWSER_CHROME_MANIFESTS += [
     16     "test/mochitest/browser_aj.toml",
     17     "test/mochitest/browser_kz.toml",
     18     "test/mochitest/integration/browser.toml",
     19     "test/mochitest/sourcemaps/browser.toml",
     20     "test/mochitest/tracer/browser.toml",
     21 ]
     22 
     23 DevToolsModules(
     24     "panel.js",
     25 )
     26 
     27 with Files("**"):
     28     BUG_COMPONENT = ("DevTools", "Debugger")