Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / config / external / rlbox / moz.build
blobd3ffdc430a53e48d600307bf0a5f1b0012bf47e5
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/.
7 EXPORTS.mozilla.rlbox += [
8     "/third_party/rlbox/include/rlbox.hpp",
9     "/third_party/rlbox/include/rlbox_app_pointer.hpp",
10     "/third_party/rlbox/include/rlbox_conversion.hpp",
11     "/third_party/rlbox/include/rlbox_helpers.hpp",
12     "/third_party/rlbox/include/rlbox_noop_sandbox.hpp",
13     "/third_party/rlbox/include/rlbox_policy_types.hpp",
14     "/third_party/rlbox/include/rlbox_range.hpp",
15     "/third_party/rlbox/include/rlbox_sandbox.hpp",
16     "/third_party/rlbox/include/rlbox_stdlib.hpp",
17     "/third_party/rlbox/include/rlbox_stdlib_polyfill.hpp",
18     "/third_party/rlbox/include/rlbox_struct_support.hpp",
19     "/third_party/rlbox/include/rlbox_type_traits.hpp",
20     "/third_party/rlbox/include/rlbox_types.hpp",
21     "/third_party/rlbox/include/rlbox_unwrap.hpp",
22     "/third_party/rlbox/include/rlbox_wrapper_traits.hpp",
23     "rlbox_config.h",
26 SOURCES += ["rlbox_thread_locals.cpp"]
28 FINAL_LIBRARY = "xul"