Skip to content

Commit

Permalink
Bug 1869670 - Attribute rlbox-related source files to the RLBox bugzi…
Browse files Browse the repository at this point in the history
…lla component. r=bholley

Differential Revision: https://phabricator.services.mozilla.com/D196243
  • Loading branch information
glandium committed Dec 13, 2023
1 parent e54c047 commit e548ae7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/external/rlbox/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions config/external/rlbox_wasm2c_sandbox/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions config/external/wasm2c_sandbox_compiler/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
6 changes: 3 additions & 3 deletions third_party/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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')
Expand Down

0 comments on commit e548ae7

Please sign in to comment.