tor-browser

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

moz.build (1046B)


      1 # vim: set filetype=python:
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 
      6 DIRS += [
      7     "breakpoint",
      8     "editor",
      9     "pause",
     10     "sources-tree",
     11 ]
     12 
     13 CompiledModules(
     14     "assert.js",
     15     "ast.js",
     16     "async-value.js",
     17     "bootstrap.js",
     18     "build-query.js",
     19     "clipboard.js",
     20     "context.js",
     21     "dbg.js",
     22     "DevToolsUtils.js",
     23     "environment.js",
     24     "expressions.js",
     25     "evaluation-result.js",
     26     "function.js",
     27     "indentation.js",
     28     "isMinified.js",
     29     "location.js",
     30     "log.js",
     31     "memoize.js",
     32     "memoizeLast.js",
     33     "memoizableAction.js",
     34     "path.js",
     35     "prefs.js",
     36     "preview.js",
     37     "quick-open.js",
     38     "result-list.js",
     39     "selected-location.js",
     40     "shallow-equal.js",
     41     "source-maps.js",
     42     "source-queue.js",
     43     "source.js",
     44     "tabs.js",
     45     "telemetry.js",
     46     "text.js",
     47     "ui.js",
     48     "url.js",
     49     "utils.js",
     50     "worker.js",
     51 )