tor-browser

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

moz.build (1112B)


      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     "accessible.mjs",
      9     "accessor.mjs",
     10     "array.mjs",
     11     "attribute.mjs",
     12     "big-int.mjs",
     13     "comment-node.mjs",
     14     "constants.mjs",
     15     "custom-formatter.mjs",
     16     "date-time.mjs",
     17     "document-type.mjs",
     18     "document.mjs",
     19     "element-node.mjs",
     20     "error.mjs",
     21     "event.mjs",
     22     "function.mjs",
     23     "grip-array.mjs",
     24     "grip-entry.mjs",
     25     "grip-map.mjs",
     26     "grip.mjs",
     27     "infinity.mjs",
     28     "json-number.mjs",
     29     "nan.mjs",
     30     "null.mjs",
     31     "number.mjs",
     32     "object-with-text.mjs",
     33     "object-with-url.mjs",
     34     "object.mjs",
     35     "promise.mjs",
     36     "prop-rep.mjs",
     37     "regexp.mjs",
     38     "rep-utils.mjs",
     39     "rep.mjs",
     40     "string.mjs",
     41     "stylesheet.mjs",
     42     "symbol.mjs",
     43     "text-node.mjs",
     44     "undefined.mjs",
     45     "value-summary-reader.mjs",
     46     "window.mjs",
     47 )