зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1349467 - Fix some Audio/Video BUG_COMPONENTs in moz.build files r=jmaher
MozReview-Commit-ID: 3ItJdCtiOul --HG-- extra : rebase_source : 2db0d75589a0bd8f28bdd35f015949a1194bc47d
This commit is contained in:
Родитель
df68c4540a
Коммит
03061ecb63
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio: Recording')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: Recording')
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
|
||||
DIRS += ['fmp4_muxer']
|
||||
|
|
|
@ -65,7 +65,7 @@ with Files('nsPluginFrame.*'):
|
|||
BUG_COMPONENT = ('Core', 'Plug-ins')
|
||||
|
||||
with Files('nsVideoFrame.*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
with Files('*Selection*'):
|
||||
BUG_COMPONENT = ('Core', 'Selection')
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
# media/webrtc/signaling/test/common.build uses the gkmedias library,
|
||||
# expecting at least some of what it contains to be linked, but not libxul,
|
||||
|
|
|
@ -210,7 +210,7 @@ with Files('native-theme/**'):
|
|||
with Files('object/**'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
with Files('ogg-video/**'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
with Files('outline/**'):
|
||||
BUG_COMPONENT = ('Core', 'Layout')
|
||||
with Files('pagination/**'):
|
||||
|
@ -308,7 +308,7 @@ with Files('w3c-css/submitted/variables/**'):
|
|||
with Files('webcomponents/**'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
with Files('webm-video/**'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
with Files('writing-mode/**'):
|
||||
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
|
||||
with Files('xul/**'):
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
EXPORTS.ogg += [
|
||||
'include/ogg/config_types.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
EXPORTS.opus += [
|
||||
'include/opus.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
EXPORTS.theora += [
|
||||
'include/theora/codec.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
DIRS += ['include/tremor', 'lib']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
EXPORTS.vorbis += [
|
||||
'include/vorbis/codec.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
include('sources.mozbuild')
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
EXPORTS.psshparser += [
|
||||
'PsshParser.h',
|
||||
|
|
|
@ -19,4 +19,4 @@ UNIFIED_SOURCES += [
|
|||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
|
Загрузка…
Ссылка в новой задаче