tor-browser

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

jar.mn (1156B)


      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 # NOTE: Please keep the files listed in here in sync with the ones listed in
      6 # xpi-build/moz.build, as this ensures that the XPI generated at build time
      7 # shares the same structure as the built-in instance. (bug 1955994)
      8 
      9 # NOTE: the '*' on the run.js asset is required to ensure that it will be
     10 # preprocessed (and data/interventions.json content interpolated as expected)
     11 # by the `mach build` command.
     12 # See https://firefox-source-docs.mozilla.org/build/buildsystem/jar-manifests.html#asterisk-marker-preprocessing
     13 
     14 browser.jar:
     15     builtin-addons/webcompat/about-compat/ (about-compat/**)
     16     builtin-addons/webcompat/data/ (data/**)
     17     builtin-addons/webcompat/experiment-apis/ (experiment-apis/**)
     18     builtin-addons/webcompat/injections/ (injections/**)
     19     builtin-addons/webcompat/shims/ (shims/**)
     20     builtin-addons/webcompat/lib/ (lib/**)
     21     builtin-addons/webcompat/manifest.json (manifest.json)
     22 *   builtin-addons/webcompat/run.js (run.js)