tor-browser

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

moz.build (600B)


      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     "Preview",
      8 ]
      9 
     10 CompiledModules(
     11     "Breakpoints.js",
     12     "ColumnBreakpoints.js",
     13     "ConditionalPanel.js",
     14     "DebugLine.js",
     15     "Exceptions.js",
     16     "Footer.js",
     17     "HighlightLine.js",
     18     "HighlightLines.js",
     19     "index.js",
     20     "InlinePreview.js",
     21     "InlinePreviews.js",
     22     "SearchInFileBar.js",
     23     "Tab.js",
     24     "Tabs.js",
     25     "TracePanel.js",
     26 )