зеркало из https://github.com/mozilla/gecko-dev.git
Bug 912197 followup - fix B2G breakage, round 2; r=bustage
This commit is contained in:
Родитель
b4026d4cf2
Коммит
8707b6ad36
|
@ -518,6 +518,11 @@ if CONFIG['MOZ_WEBSPEECH']:
|
||||||
'SpeechRecognitionEvent.webidl',
|
'SpeechRecognitionEvent.webidl',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if CONFIG['MOZ_B2G_FM']:
|
||||||
|
WEBIDL_FILES += [
|
||||||
|
'FMRadio.webidl',
|
||||||
|
]
|
||||||
|
|
||||||
if CONFIG['ENABLE_TESTS']:
|
if CONFIG['ENABLE_TESTS']:
|
||||||
TEST_WEBIDL_FILES += [
|
TEST_WEBIDL_FILES += [
|
||||||
'TestCodeGen.webidl',
|
'TestCodeGen.webidl',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче