tor-browser

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

moz.build (544B)


      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     "Button",
      8 ]
      9 
     10 CompiledModules(
     11     "Accordion.js",
     12     "Badge.js",
     13     "BracketArrow.js",
     14     "DebuggerImage.js",
     15     "Dropdown.js",
     16     "EventListeners.js",
     17     "Modal.js",
     18     "Popover.js",
     19     "PreviewFunction.js",
     20     "ResultList.js",
     21     "SearchInput.js",
     22     "SmartGap.js",
     23     "SourceIcon.js",
     24 )