tor-browser

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

moz.build (776B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 DIRS += [
      6     "parsers",
      7 ]
      8 
      9 DevToolsModules(
     10     "cbor.js",
     11     "ColumnData.js",
     12     "ColumnEventName.js",
     13     "ColumnFinBit.js",
     14     "ColumnLastEventId.js",
     15     "ColumnMaskBit.js",
     16     "ColumnOpCode.js",
     17     "ColumnRetry.js",
     18     "ColumnSize.js",
     19     "ColumnTime.js",
     20     "MessageFilterMenu.js",
     21     "MessageListContent.js",
     22     "MessageListContextMenu.js",
     23     "MessageListHeader.js",
     24     "MessageListHeaderContextMenu.js",
     25     "MessageListItem.js",
     26     "MessagePayload.js",
     27     "MessagesView.js",
     28     "msgpack.js",
     29     "RawData.js",
     30     "StatusBar.js",
     31     "Toolbar.js",
     32 )