tor-browser

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

moz.build (786B)


      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     "animation",
      7     "boxmodel",
      8     "changes",
      9     "compatibility",
     10     "components",
     11     "computed",
     12     "extensions",
     13     "flexbox",
     14     "fonts",
     15     "grids",
     16     "layout",
     17     "markup",
     18     "rules",
     19     "shared",
     20 ]
     21 
     22 DevToolsModules(
     23     "breadcrumbs.js",
     24     "inspector-search.js",
     25     "inspector.js",
     26     "node-picker.js",
     27     "panel.js",
     28     "store.js",
     29     "toolsidebar.js",
     30 )
     31 
     32 BROWSER_CHROME_MANIFESTS += [
     33     "test/browser.toml",
     34     "test/highlighter/browser.toml",
     35     "test/search/browser.toml",
     36 ]
     37 
     38 with Files("**"):
     39     BUG_COMPONENT = ("DevTools", "Inspector")