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

Unified Diff: Source/modules/modules.gypi

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 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 5e8e59c3184f0704212ad9922c8bd11ba000a18a..78eac84b9d295fe55056c3aa2bb0da2771988278 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -62,7 +62,6 @@
'mediasource/MediaSource.idl',
'mediasource/SourceBuffer.idl',
'mediasource/SourceBufferList.idl',
- 'mediastream/DOMWindowMediaStream.idl',
'mediastream/MediaStream.idl',
'mediastream/MediaStreamEvent.idl',
'mediastream/MediaStreamTrack.idl',
@@ -98,7 +97,6 @@
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
'quota/WorkerNavigatorStorageQuota.idl',
- 'speech/DOMWindowSpeech.idl',
'speech/DOMWindowSpeechSynthesis.idl',
'speech/SpeechGrammar.idl',
'speech/SpeechGrammarList.idl',
@@ -129,7 +127,6 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
- 'webaudio/DOMWindowWebAudio.idl',
'webaudio/DynamicsCompressorNode.idl',
'webaudio/ScriptProcessorNode.idl',
'webaudio/MediaElementAudioSourceNode.idl',
@@ -157,14 +154,12 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
- 'webmidi/DOMWindowWebMIDI.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIInput.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIPort.idl',
'websockets/CloseEvent.idl',
- 'websockets/DOMWindowWebSocket.idl',
'websockets/WebSocket.idl',
'websockets/WorkerContextWebSocket.idl',
],
« no previous file with comments | « Source/modules/mediastream/RTCStatsResponse.idl ('k') | Source/modules/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698