tor-browser

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

moz.build (1151B)


      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 with Files("cors/**"):
      8     BUG_COMPONENT = ("Core", "Networking")
      9 
     10 XPCSHELL_TESTS_MANIFESTS += [
     11     "unit/xpcshell.toml",
     12 ]
     13 
     14 TEST_DIRS += [
     15     "gtest",
     16 ]
     17 
     18 MOCHITEST_MANIFESTS += [
     19     "cors/mochitest.toml",
     20     "csp/mochitest.toml",
     21     "general/mochitest.toml",
     22     "https-first/mochitest.toml",
     23     "https-only/mochitest.toml",
     24     "mixedcontentblocker/mochitest.toml",
     25     "mochitest/integrity-policy/mochitest.toml",
     26     "referrer-policy/mochitest.toml",
     27     "sec-fetch/mochitest.toml",
     28     "sri/mochitest.toml",
     29 ]
     30 
     31 MOCHITEST_CHROME_MANIFESTS += [
     32     "general/chrome.toml",
     33 ]
     34 
     35 BROWSER_CHROME_MANIFESTS += [
     36     "cors/browser.toml",
     37     "csp/browser.toml",
     38     "general/browser.toml",
     39     "https-first/browser.toml",
     40     "https-only/browser.toml",
     41     "mixedcontentblocker/browser.toml",
     42     "referrer-policy/browser.toml",
     43     "sec-fetch/browser.toml",
     44 ]