tor-browser

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

moz.build (1056B)


      1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
      2 # vim: set filetype=python:
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 
      7 TEST_DIRS += ["httpserver", "http3server", "gtest"]
      8 
      9 BROWSER_CHROME_MANIFESTS += [
     10     "browser/browser.toml",
     11     "useragent/browser_nonsnap.toml",
     12     "useragent/browser_snap.toml",
     13 ]
     14 MOCHITEST_MANIFESTS += ["mochitests/mochitest.toml"]
     15 
     16 XPCSHELL_TESTS_MANIFESTS += [
     17     "unit/node_execute/xpcshell.toml",
     18     "unit/xpcshell.toml",
     19     "unit_ipc/xpcshell.toml",
     20 ]
     21 
     22 TESTING_JS_MODULES += [
     23     "browser/cookie_filtering_helper.sys.mjs",
     24     "browser/early_hint_preload_test_helper.sys.mjs",
     25     "browser/simple_unknown_uri_helpers.sys.mjs",
     26     "unit/test_http3_prio_helpers.js",
     27 ]
     28 
     29 PERFTESTS_MANIFESTS += ["perf/perftest.toml", "unit/perftest.toml"]
     30 
     31 MARIONETTE_MANIFESTS += ["marionette/manifest.toml"]
     32 
     33 if CONFIG["FUZZING_INTERFACES"]:
     34     TEST_DIRS += ["fuzz"]