Bug 912197 followup - fix B2G breakage, round 2; r=bustage

This commit is contained in:
Nathan Froyd 2013-09-10 13:16:08 -04:00
Родитель b4026d4cf2
Коммит 8707b6ad36
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -518,6 +518,11 @@ if CONFIG['MOZ_WEBSPEECH']:
'SpeechRecognitionEvent.webidl',
]
if CONFIG['MOZ_B2G_FM']:
WEBIDL_FILES += [
'FMRadio.webidl',
]
if CONFIG['ENABLE_TESTS']:
TEST_WEBIDL_FILES += [
'TestCodeGen.webidl',