diff options
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r-- | dom/webidl/moz.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index d76a58e1f..45bf92a97 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -614,14 +614,6 @@ if CONFIG['MOZ_WEBRTC']: if CONFIG['MOZ_WEBSPEECH']: WEBIDL_FILES += [ - 'SpeechGrammar.webidl', - 'SpeechGrammarList.webidl', - 'SpeechRecognition.webidl', - 'SpeechRecognitionAlternative.webidl', - 'SpeechRecognitionError.webidl', - 'SpeechRecognitionEvent.webidl', - 'SpeechRecognitionResult.webidl', - 'SpeechRecognitionResultList.webidl', 'SpeechSynthesis.webidl', 'SpeechSynthesisErrorEvent.webidl', 'SpeechSynthesisEvent.webidl', @@ -720,7 +712,6 @@ if CONFIG['MOZ_WEBRTC']: if CONFIG['MOZ_WEBSPEECH']: GENERATED_EVENTS_WEBIDL_FILES += [ - 'SpeechRecognitionEvent.webidl', 'SpeechSynthesisErrorEvent.webidl', 'SpeechSynthesisEvent.webidl', ] |