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
Родитель c692895546
Коммит 2daca3724d
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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