Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2888)

Unified Diff: Source/modules/modules.gypi

Issue 265393003: Move modules-related attributes out from Window.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698