tor-browser

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

moz.build (667B)


      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 += ["single", "versioned"]
      6 
      7 TEST_DIRS += [
      8     "tests/gtest",
      9 ]
     10 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"]
     11 
     12 XPIDL_SOURCES += [
     13     "nsIInstallationDirLayout.idl",
     14 ]
     15 XPIDL_MODULE = "nsIInstallationDirLayout"
     16 
     17 EXPORTS.mozilla += [
     18     "nsInstallationDirLayout.h",
     19 ]
     20 
     21 UNIFIED_SOURCES += [
     22     "nsInstallationDirLayout.cpp",
     23 ]
     24 
     25 XPCOM_MANIFESTS += [
     26     "components.conf",
     27 ]
     28 
     29 FINAL_LIBRARY = "xul"
     30 
     31 SPHINX_TREES["/installation_dir_layout"] = "docs"