tor-browser

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

moz.build (678B)


      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     "ast",
      8     "breakpoints",
      9     "context-menus",
     10     "pause",
     11     "sources",
     12     "utils",
     13 ]
     14 
     15 CompiledModules(
     16     "event-listeners.js",
     17     "exceptions.js",
     18     "expressions.js",
     19     "file-search.js",
     20     "index.js",
     21     "navigation.js",
     22     "preview.js",
     23     "project-text-search.js",
     24     "quick-open.js",
     25     "source-actors.js",
     26     "sources-tree.js",
     27     "tabs.js",
     28     "toolbox.js",
     29     "tracing.js",
     30     "threads.js",
     31     "ui.js",
     32 )