tor-browser

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

moz.build (498B)


      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     "inspected-window",
      7     "inspector",
      8     "network",
      9     "object",
     10     "resource",
     11     "responsive",
     12     "root-resource",
     13     "script",
     14     "target",
     15     "target-configuration",
     16     "thread-configuration",
     17     "tracer",
     18 ]
     19 
     20 DevToolsModules(
     21     "commands-factory.js",
     22     "index.js",
     23 )