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:
Mike Hommey 2023-12-13 20:21:16 +00:00
parent e54c04758a
commit e548ae78da
4 changed files with 12 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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/",

View File

@ -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')