diff --git a/dom/media/encoder/moz.build b/dom/media/encoder/moz.build index e2b0ffed23e..bdc4259884d 100644 --- a/dom/media/encoder/moz.build +++ b/dom/media/encoder/moz.build @@ -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', 'Video/Audio: Recording') + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': DIRS += ['fmp4_muxer'] diff --git a/dom/media/moz.build b/dom/media/moz.build index d48e0542b4f..4385f2451c5 100644 --- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -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', 'Video/Audio') + DIRS += [ 'encoder', 'gmp',