Bug 1152556 - Add moz.build bugzilla metadata in dom/media. r=kinetik

This commit is contained in:
Ralph Giles 2015-04-08 15:21:00 -07:00
parent f2fb1c3274
commit 5a87bab537
2 changed files with 6 additions and 0 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', 'Video/Audio: Recording')
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
DIRS += ['fmp4_muxer']

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', 'Video/Audio')
DIRS += [
'encoder',
'gmp',