summaryrefslogtreecommitdiffstats
path: root/dom/webidl/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r--dom/webidl/moz.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build
index 156da302d..5e913585e 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -615,14 +615,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',
@@ -721,7 +713,6 @@ if CONFIG['MOZ_WEBRTC']:
if CONFIG['MOZ_WEBSPEECH']:
GENERATED_EVENTS_WEBIDL_FILES += [
- 'SpeechRecognitionEvent.webidl',
'SpeechSynthesisErrorEvent.webidl',
'SpeechSynthesisEvent.webidl',
]