Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 43d997b

Browse files
committed
Bug 1344470 - add BUG_COMPONENT to media/* files. r=padenot
MozReview-Commit-ID: C7xWOE0OwIK
1 parent 2c0a710 commit 43d997b

20 files changed

Lines changed: 77 additions & 0 deletions

File tree

media/ffvpx/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
9+
710
DIRS += [
811
'libavutil',
912
'libavcodec'

media/gmp-clearkey/0.1/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: GMP")
9+
710
SharedLibrary('clearkey')
811

912
FINAL_TARGET = 'dist/bin/gmp-clearkey/0.1'

media/kiss_fft/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Web Audio")
9+
710
EXPORTS.kiss_fft += [
811
'kiss_fft.h',
912
'kiss_fftr.h',

media/libav/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Web Audio")
9+
710
# Due to duplicate file names, we compile libavutil/x86/cpu.c in its own
811
# moz.build file.
912
DIRS += ['libavutil/x86']

media/libcubeb/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: cubeb")
9+
710
DIRS += ['include', 'src']
811
TEST_DIRS += ['gtest']
912

media/libjpeg/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "ImageLib")
9+
710
EXPORTS += [
811
'jconfig.h',
912
'jerror.h',

media/libmkv/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: Recording")
9+
710
EXPORTS.libmkv += [
811
'EbmlBufferWriter.h',
912
'EbmlIDs.h',

media/libnestegg/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
9+
710
DIRS += ['include', 'src']
811

media/libpng/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "ImageLib")
9+
710
EXPORTS += [
811
'png.h',
912
'pngconf.h',

media/libsoundtouch/moz.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
with Files("**"):
8+
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
9+
710
DIRS += ['src']
811

0 commit comments

Comments
 (0)