tor-browser

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

moz.build (891B)


      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 DevToolsModules(
      8     "accessibility.js",
      9     "actor-registry.js",
     10     "breakpoint-actor-map.js",
     11     "capture-screenshot.js",
     12     "css-grid-utils.js",
     13     "custom-formatters.js",
     14     "dbg-source.js",
     15     "event-breakpoints.js",
     16     "event-loop.js",
     17     "HTMLSourcesCache.sys.mjs",
     18     "inactive-property-helper.js",
     19     "logEvent.js",
     20     "make-debugger.js",
     21     "shapes-utils.js",
     22     "source-map-utils.js",
     23     "source-url.js",
     24     "sources-manager.js",
     25     "stack.js",
     26     "style-utils.js",
     27     "stylesheet-utils.js",
     28     "stylesheets-manager.js",
     29     "walker-search.js",
     30     "watchpoint-map.js",
     31 )