mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1869670 - Attribute rlbox-related source files to the RLBox bugzilla component. r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D196243
This commit is contained in:
parent
e54c04758a
commit
e548ae78da
3
config/external/rlbox/moz.build
vendored
3
config/external/rlbox/moz.build
vendored
@ -4,6 +4,9 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "Security: RLBox")
|
||||
|
||||
EXPORTS.mozilla.rlbox += [
|
||||
"/third_party/rlbox/include/rlbox.hpp",
|
||||
"/third_party/rlbox/include/rlbox_app_pointer.hpp",
|
||||
|
@ -4,6 +4,9 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "Security: RLBox")
|
||||
|
||||
EXPORTS.mozilla.rlbox += [
|
||||
"/third_party/rlbox_wasm2c_sandbox/include/rlbox_wasm2c_sandbox.hpp",
|
||||
"/third_party/rlbox_wasm2c_sandbox/include/rlbox_wasm2c_tls.hpp",
|
||||
|
@ -4,6 +4,9 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "Security: RLBox")
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
"/third_party/picosha2/",
|
||||
"/third_party/wasm2c/include/",
|
||||
|
6
third_party/moz.build
vendored
6
third_party/moz.build
vendored
@ -62,7 +62,7 @@ with Files('sqlite3/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Storage')
|
||||
|
||||
with Files('rlbox/**'):
|
||||
BUG_COMPONENT = ('Firefox Build System', 'General')
|
||||
BUG_COMPONENT = ('Core', 'Security: RLBox')
|
||||
|
||||
with Files("libwebrtc/**"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC")
|
||||
@ -83,10 +83,10 @@ with Files('picosha2/**'):
|
||||
BUG_COMPONENT = ('Firefox Build System', 'General')
|
||||
|
||||
with Files('rlbox_wasm2c_sandbox/**'):
|
||||
BUG_COMPONENT = ('Firefox Build System', 'General')
|
||||
BUG_COMPONENT = ('Core', 'Security: RLBox')
|
||||
|
||||
with Files('wasm2c/**'):
|
||||
BUG_COMPONENT = ('Firefox Build System', 'General')
|
||||
BUG_COMPONENT = ('Core', 'Security: RLBox')
|
||||
|
||||
with Files('WinToast/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
Loading…
Reference in New Issue
Block a user