Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index cd2e5212032ff681b7232a4021d3966243699c7c..291a398e59ff9275f95a6f5be837ecbdce47bff1 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -209,6 +209,7 @@ |
'mediasource/URLMediaSource.idl', |
'mediastream/NavigatorMediaStream.idl', |
'mediastream/URLMediaStream.idl', |
+ 'mediastream/WindowMediaStream.idl', |
'navigatorcontentutils/NavigatorContentUtils.idl', |
'performance/SharedWorkerPerformance.idl', |
'performance/WorkerGlobalScopePerformance.idl', |
@@ -218,8 +219,10 @@ |
'quota/WorkerNavigatorStorageQuota.idl', |
'screen_orientation/ScreenOrientation.idl', |
'serviceworkers/NavigatorServiceWorker.idl', |
+ 'speech/WindowSpeech.idl', |
'speech/WindowSpeechSynthesis.idl', |
'vibration/NavigatorVibration.idl', |
+ 'webaudio/WindowWebAudio.idl', |
'webdatabase/WindowWebDatabase.idl', |
'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
'webmidi/NavigatorWebMIDI.idl', |
@@ -481,6 +484,8 @@ |
'mediasource/URLMediaSource.h', |
'mediasource/VideoPlaybackQuality.cpp', |
'mediasource/VideoPlaybackQuality.h', |
+ 'mediastream/DOMWindowMediaStream.cpp', |
+ 'mediastream/DOMWindowMediaStream.h', |
'mediastream/MediaConstraintsImpl.cpp', |
'mediastream/MediaConstraintsImpl.h', |
'mediastream/MediaDeviceInfo.cpp', |
@@ -633,6 +638,8 @@ |
'serviceworkers/ServiceWorkerThread.cpp', |
'serviceworkers/ServiceWorkerThread.h', |
'serviceworkers/WaitUntilObserver.cpp', |
+ 'speech/DOMWindowSpeech.cpp', |
+ 'speech/DOMWindowSpeech.h', |
'speech/DOMWindowSpeechSynthesis.cpp', |
'speech/DOMWindowSpeechSynthesis.h', |
'speech/SpeechGrammar.cpp', |
@@ -720,6 +727,8 @@ |
'webaudio/DelayNode.h', |
'webaudio/DelayProcessor.cpp', |
'webaudio/DelayProcessor.h', |
+ 'webaudio/DOMWindowWebAudio.cpp', |
+ 'webaudio/DOMWindowWebAudio.h', |
'webaudio/DynamicsCompressorNode.cpp', |
'webaudio/DynamicsCompressorNode.h', |
'webaudio/GainNode.cpp', |