tor-browser

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

moz.build (1330B)


      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 DIRS += [
      8     "addon",
      9     "descriptors",
     10     "inspector",
     11     "targets",
     12     "worker",
     13 ]
     14 
     15 DevToolsModules(
     16     "accessibility.js",
     17     "animation.js",
     18     "array-buffer.js",
     19     "blackboxing.js",
     20     "breakpoint-list.js",
     21     "compatibility.js",
     22     "css-properties.js",
     23     "device.js",
     24     "frame.js",
     25     "heap-snapshot-file.js",
     26     "highlighters.js",
     27     "inspector.js",
     28     "layout.js",
     29     "manifest.js",
     30     "memory.js",
     31     "network-content.js",
     32     "network-parent.js",
     33     "node.js",
     34     "object.js",
     35     "objects-manager.js",
     36     "page-style.js",
     37     "perf.js",
     38     "preference.js",
     39     "private-properties-iterator.js",
     40     "property-iterator.js",
     41     "reflow.js",
     42     "responsive.js",
     43     "root.js",
     44     "screenshot-content.js",
     45     "screenshot.js",
     46     "source.js",
     47     "storage.js",
     48     "string.js",
     49     "style-rule.js",
     50     "style-sheets.js",
     51     "symbol-iterator.js",
     52     "target-configuration.js",
     53     "thread-configuration.js",
     54     "thread.js",
     55     "tracer.js",
     56     "walker.js",
     57     "watcher.js",
     58     "webconsole.js",
     59 )