tor-browser

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

moz.build (884B)


      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("**"):
      8     BUG_COMPONENT = ("Core", "DOM: Security")
      9 
     10 # TEST_DIRS += [ 'tests' ]
     11 
     12 MOCHITEST_MANIFESTS += ["tests/mochitest/mochitest.toml"]
     13 
     14 
     15 EXPORTS.mozilla.dom += ["Sanitizer.h", "SanitizerDefaultConfig.h", "SanitizerTypes.h"]
     16 
     17 UNIFIED_SOURCES += ["Sanitizer.cpp", "SanitizerTypes.cpp"]
     18 
     19 LOCAL_INCLUDES += [
     20     "/dom/base",
     21     "/dom/bindings",
     22     "/dom/html",
     23 ]
     24 
     25 # include('/ipc/chromium/chromium-config.mozbuild')
     26 # include('/tools/fuzzing/libfuzzer-config.mozbuild')
     27 
     28 FINAL_LIBRARY = "xul"
     29 
     30 # if CONFIG['FUZZING_INTERFACES']:
     31 #    TEST_DIRS += [
     32 #            'fuzztest'
     33 #    ]