tor-browser

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

moz.build (1279B)


      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", "Security: RLBox")
      9 
     10 EXPORTS.mozilla.rlbox += [
     11     "/third_party/rlbox/include/rlbox.hpp",
     12     "/third_party/rlbox/include/rlbox_app_pointer.hpp",
     13     "/third_party/rlbox/include/rlbox_conversion.hpp",
     14     "/third_party/rlbox/include/rlbox_helpers.hpp",
     15     "/third_party/rlbox/include/rlbox_noop_sandbox.hpp",
     16     "/third_party/rlbox/include/rlbox_policy_types.hpp",
     17     "/third_party/rlbox/include/rlbox_range.hpp",
     18     "/third_party/rlbox/include/rlbox_sandbox.hpp",
     19     "/third_party/rlbox/include/rlbox_stdlib.hpp",
     20     "/third_party/rlbox/include/rlbox_stdlib_polyfill.hpp",
     21     "/third_party/rlbox/include/rlbox_struct_support.hpp",
     22     "/third_party/rlbox/include/rlbox_type_traits.hpp",
     23     "/third_party/rlbox/include/rlbox_types.hpp",
     24     "/third_party/rlbox/include/rlbox_unwrap.hpp",
     25     "/third_party/rlbox/include/rlbox_wrapper_traits.hpp",
     26     "rlbox_config.h",
     27 ]
     28 
     29 SOURCES += ["rlbox_thread_locals.cpp"]
     30 
     31 FINAL_LIBRARY = "xul"