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

Side by Side Diff: Source/modules/modules.gypi

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/Crypto.idl', 13 'crypto/Crypto.idl',
14 'crypto/DOMWindowCrypto.idl',
14 'crypto/SubtleCrypto.idl', 15 'crypto/SubtleCrypto.idl',
15 'crypto/WindowCrypto.idl',
16 'crypto/WorkerContextCrypto.idl', 16 'crypto/WorkerContextCrypto.idl',
17 'crypto/WorkerCrypto.idl', 17 'crypto/WorkerCrypto.idl',
18 'device_orientation/DeviceAcceleration.idl', 18 'device_orientation/DeviceAcceleration.idl',
19 'device_orientation/DeviceMotionEvent.idl', 19 'device_orientation/DeviceMotionEvent.idl',
20 'device_orientation/DeviceRotationRate.idl', 20 'device_orientation/DeviceRotationRate.idl',
21 'donottrack/NavigatorDoNotTrack.idl', 21 'donottrack/NavigatorDoNotTrack.idl',
22 'encryptedmedia/MediaKeyMessageEvent.idl', 22 'encryptedmedia/MediaKeyMessageEvent.idl',
23 'encryptedmedia/MediaKeyNeededEvent.idl', 23 'encryptedmedia/MediaKeyNeededEvent.idl',
24 'encryptedmedia/MediaKeys.idl', 24 'encryptedmedia/MediaKeys.idl',
25 'encryptedmedia/MediaKeySession.idl', 25 'encryptedmedia/MediaKeySession.idl',
26 'filesystem/DOMFileSystem.idl', 26 'filesystem/DOMFileSystem.idl',
27 'filesystem/DOMFileSystemSync.idl', 27 'filesystem/DOMFileSystemSync.idl',
28 'filesystem/DOMWindowFileSystem.idl',
28 'filesystem/DataTransferItemFileSystem.idl', 29 'filesystem/DataTransferItemFileSystem.idl',
29 'filesystem/DirectoryEntry.idl', 30 'filesystem/DirectoryEntry.idl',
30 'filesystem/DirectoryEntrySync.idl', 31 'filesystem/DirectoryEntrySync.idl',
31 'filesystem/DirectoryReader.idl', 32 'filesystem/DirectoryReader.idl',
32 'filesystem/DirectoryReaderSync.idl', 33 'filesystem/DirectoryReaderSync.idl',
33 'filesystem/EntriesCallback.idl', 34 'filesystem/EntriesCallback.idl',
34 'filesystem/Entry.idl', 35 'filesystem/Entry.idl',
35 'filesystem/EntryArray.idl', 36 'filesystem/EntryArray.idl',
36 'filesystem/EntryArraySync.idl', 37 'filesystem/EntryArraySync.idl',
37 'filesystem/EntryCallback.idl', 38 'filesystem/EntryCallback.idl',
38 'filesystem/EntrySync.idl', 39 'filesystem/EntrySync.idl',
39 'filesystem/ErrorCallback.idl', 40 'filesystem/ErrorCallback.idl',
40 'filesystem/FileCallback.idl', 41 'filesystem/FileCallback.idl',
41 'filesystem/FileEntry.idl', 42 'filesystem/FileEntry.idl',
42 'filesystem/FileEntrySync.idl', 43 'filesystem/FileEntrySync.idl',
43 'filesystem/FileSystemCallback.idl', 44 'filesystem/FileSystemCallback.idl',
44 'filesystem/FileWriter.idl', 45 'filesystem/FileWriter.idl',
45 'filesystem/FileWriterCallback.idl', 46 'filesystem/FileWriterCallback.idl',
46 'filesystem/FileWriterSync.idl', 47 'filesystem/FileWriterSync.idl',
47 'filesystem/HTMLInputElementFileSystem.idl', 48 'filesystem/HTMLInputElementFileSystem.idl',
48 'filesystem/Metadata.idl', 49 'filesystem/Metadata.idl',
49 'filesystem/MetadataCallback.idl', 50 'filesystem/MetadataCallback.idl',
50 'filesystem/WindowFileSystem.idl',
51 'filesystem/WorkerContextFileSystem.idl', 51 'filesystem/WorkerContextFileSystem.idl',
52 'gamepad/Gamepad.idl', 52 'gamepad/Gamepad.idl',
53 'gamepad/GamepadList.idl', 53 'gamepad/GamepadList.idl',
54 'gamepad/NavigatorGamepad.idl', 54 'gamepad/NavigatorGamepad.idl',
55 'geolocation/Coordinates.idl', 55 'geolocation/Coordinates.idl',
56 'geolocation/Geolocation.idl', 56 'geolocation/Geolocation.idl',
57 'geolocation/Geoposition.idl', 57 'geolocation/Geoposition.idl',
58 'geolocation/NavigatorGeolocation.idl', 58 'geolocation/NavigatorGeolocation.idl',
59 'geolocation/PositionCallback.idl', 59 'geolocation/PositionCallback.idl',
60 'geolocation/PositionError.idl', 60 'geolocation/PositionError.idl',
61 'geolocation/PositionErrorCallback.idl', 61 'geolocation/PositionErrorCallback.idl',
62 'indexeddb/DOMWindowIndexedDatabase.idl',
62 'indexeddb/IDBAny.idl', 63 'indexeddb/IDBAny.idl',
63 'indexeddb/IDBCursor.idl', 64 'indexeddb/IDBCursor.idl',
64 'indexeddb/IDBCursorWithValue.idl', 65 'indexeddb/IDBCursorWithValue.idl',
65 'indexeddb/IDBDatabase.idl', 66 'indexeddb/IDBDatabase.idl',
66 'indexeddb/IDBFactory.idl', 67 'indexeddb/IDBFactory.idl',
67 'indexeddb/IDBIndex.idl', 68 'indexeddb/IDBIndex.idl',
68 'indexeddb/IDBKeyRange.idl', 69 'indexeddb/IDBKeyRange.idl',
69 'indexeddb/IDBObjectStore.idl', 70 'indexeddb/IDBObjectStore.idl',
70 'indexeddb/IDBOpenDBRequest.idl', 71 'indexeddb/IDBOpenDBRequest.idl',
71 'indexeddb/IDBRequest.idl', 72 'indexeddb/IDBRequest.idl',
72 'indexeddb/IDBTransaction.idl', 73 'indexeddb/IDBTransaction.idl',
73 'indexeddb/IDBVersionChangeEvent.idl', 74 'indexeddb/IDBVersionChangeEvent.idl',
74 'indexeddb/WindowIndexedDatabase.idl',
75 'indexeddb/WorkerContextIndexedDatabase.idl', 75 'indexeddb/WorkerContextIndexedDatabase.idl',
76 'mediasource/DOMWindowMediaSource.idl',
76 'mediasource/MediaSource.idl', 77 'mediasource/MediaSource.idl',
77 'mediasource/SourceBuffer.idl', 78 'mediasource/SourceBuffer.idl',
78 'mediasource/SourceBufferList.idl', 79 'mediasource/SourceBufferList.idl',
79 'mediasource/WebKitMediaSource.idl', 80 'mediasource/WebKitMediaSource.idl',
80 'mediasource/WebKitSourceBuffer.idl', 81 'mediasource/WebKitSourceBuffer.idl',
81 'mediasource/WebKitSourceBufferList.idl', 82 'mediasource/WebKitSourceBufferList.idl',
82 'mediasource/WindowMediaSource.idl',
83 'mediastream/MediaStream.idl', 83 'mediastream/MediaStream.idl',
84 'mediastream/MediaStreamEvent.idl', 84 'mediastream/MediaStreamEvent.idl',
85 'mediastream/MediaStreamTrack.idl', 85 'mediastream/MediaStreamTrack.idl',
86 'mediastream/MediaStreamTrackEvent.idl', 86 'mediastream/MediaStreamTrackEvent.idl',
87 'mediastream/NavigatorMediaStream.idl', 87 'mediastream/NavigatorMediaStream.idl',
88 'mediastream/NavigatorUserMediaError.idl', 88 'mediastream/NavigatorUserMediaError.idl',
89 'mediastream/NavigatorUserMediaErrorCallback.idl', 89 'mediastream/NavigatorUserMediaErrorCallback.idl',
90 'mediastream/NavigatorUserMediaSuccessCallback.idl', 90 'mediastream/NavigatorUserMediaSuccessCallback.idl',
91 'mediastream/RTCDTMFSender.idl', 91 'mediastream/RTCDTMFSender.idl',
92 'mediastream/RTCDTMFToneChangeEvent.idl', 92 'mediastream/RTCDTMFToneChangeEvent.idl',
93 'mediastream/RTCDataChannel.idl', 93 'mediastream/RTCDataChannel.idl',
94 'mediastream/RTCDataChannelEvent.idl', 94 'mediastream/RTCDataChannelEvent.idl',
95 'mediastream/RTCErrorCallback.idl', 95 'mediastream/RTCErrorCallback.idl',
96 'mediastream/RTCIceCandidate.idl', 96 'mediastream/RTCIceCandidate.idl',
97 'mediastream/RTCIceCandidateEvent.idl', 97 'mediastream/RTCIceCandidateEvent.idl',
98 'mediastream/RTCPeerConnection.idl', 98 'mediastream/RTCPeerConnection.idl',
99 'mediastream/RTCSessionDescription.idl', 99 'mediastream/RTCSessionDescription.idl',
100 'mediastream/RTCSessionDescriptionCallback.idl', 100 'mediastream/RTCSessionDescriptionCallback.idl',
101 'mediastream/RTCStatsCallback.idl', 101 'mediastream/RTCStatsCallback.idl',
102 'mediastream/RTCStatsReport.idl', 102 'mediastream/RTCStatsReport.idl',
103 'mediastream/RTCStatsResponse.idl', 103 'mediastream/RTCStatsResponse.idl',
104 'mediastream/SourceInfo.idl', 104 'mediastream/SourceInfo.idl',
105 'navigatorcontentutils/NavigatorContentUtils.idl', 105 'navigatorcontentutils/NavigatorContentUtils.idl',
106 'notifications/DOMWindowNotifications.idl',
106 'notifications/Notification.idl', 107 'notifications/Notification.idl',
107 'notifications/NotificationCenter.idl', 108 'notifications/NotificationCenter.idl',
108 'notifications/NotificationPermissionCallback.idl', 109 'notifications/NotificationPermissionCallback.idl',
109 'notifications/WindowNotifications.idl',
110 'notifications/WorkerContextNotifications.idl', 110 'notifications/WorkerContextNotifications.idl',
111 'performance/WorkerContextPerformance.idl', 111 'performance/WorkerContextPerformance.idl',
112 'performance/WorkerPerformance.idl', 112 'performance/WorkerPerformance.idl',
113 'quota/DOMWindowQuota.idl',
113 'quota/NavigatorStorageQuota.idl', 114 'quota/NavigatorStorageQuota.idl',
114 'quota/StorageErrorCallback.idl', 115 'quota/StorageErrorCallback.idl',
115 'quota/StorageInfo.idl', 116 'quota/StorageInfo.idl',
116 'quota/StorageQuota.idl', 117 'quota/StorageQuota.idl',
117 'quota/StorageQuotaCallback.idl', 118 'quota/StorageQuotaCallback.idl',
118 'quota/StorageUsageCallback.idl', 119 'quota/StorageUsageCallback.idl',
119 'quota/WindowQuota.idl',
120 'quota/WorkerNavigatorStorageQuota.idl', 120 'quota/WorkerNavigatorStorageQuota.idl',
121 'speech/DOMWindowSpeechSynthesis.idl',
121 'speech/SpeechGrammar.idl', 122 'speech/SpeechGrammar.idl',
122 'speech/SpeechGrammarList.idl', 123 'speech/SpeechGrammarList.idl',
123 'speech/SpeechRecognition.idl', 124 'speech/SpeechRecognition.idl',
124 'speech/SpeechRecognitionAlternative.idl', 125 'speech/SpeechRecognitionAlternative.idl',
125 'speech/SpeechRecognitionError.idl', 126 'speech/SpeechRecognitionError.idl',
126 'speech/SpeechRecognitionEvent.idl', 127 'speech/SpeechRecognitionEvent.idl',
127 'speech/SpeechRecognitionResult.idl', 128 'speech/SpeechRecognitionResult.idl',
128 'speech/SpeechRecognitionResultList.idl', 129 'speech/SpeechRecognitionResultList.idl',
129 'speech/SpeechSynthesis.idl', 130 'speech/SpeechSynthesis.idl',
130 'speech/SpeechSynthesisEvent.idl', 131 'speech/SpeechSynthesisEvent.idl',
131 'speech/SpeechSynthesisUtterance.idl', 132 'speech/SpeechSynthesisUtterance.idl',
132 'speech/SpeechSynthesisVoice.idl', 133 'speech/SpeechSynthesisVoice.idl',
133 'speech/WindowSpeechSynthesis.idl',
134 'webaudio/AudioBuffer.idl', 134 'webaudio/AudioBuffer.idl',
135 'webaudio/AudioBufferCallback.idl', 135 'webaudio/AudioBufferCallback.idl',
136 'webaudio/AudioBufferSourceNode.idl', 136 'webaudio/AudioBufferSourceNode.idl',
137 'webaudio/ChannelMergerNode.idl', 137 'webaudio/ChannelMergerNode.idl',
138 'webaudio/ChannelSplitterNode.idl', 138 'webaudio/ChannelSplitterNode.idl',
139 'webaudio/AudioContext.idl', 139 'webaudio/AudioContext.idl',
140 'webaudio/AudioDestinationNode.idl', 140 'webaudio/AudioDestinationNode.idl',
141 'webaudio/GainNode.idl', 141 'webaudio/GainNode.idl',
142 'webaudio/AudioListener.idl', 142 'webaudio/AudioListener.idl',
143 'webaudio/AudioNode.idl', 143 'webaudio/AudioNode.idl',
144 'webaudio/PannerNode.idl', 144 'webaudio/PannerNode.idl',
145 'webaudio/AudioParam.idl', 145 'webaudio/AudioParam.idl',
146 'webaudio/AudioProcessingEvent.idl', 146 'webaudio/AudioProcessingEvent.idl',
147 'webaudio/AudioSourceNode.idl', 147 'webaudio/AudioSourceNode.idl',
148 'webaudio/BiquadFilterNode.idl', 148 'webaudio/BiquadFilterNode.idl',
149 'webaudio/ConvolverNode.idl', 149 'webaudio/ConvolverNode.idl',
150 'webaudio/DelayNode.idl', 150 'webaudio/DelayNode.idl',
151 'webaudio/DynamicsCompressorNode.idl', 151 'webaudio/DynamicsCompressorNode.idl',
152 'webaudio/ScriptProcessorNode.idl', 152 'webaudio/ScriptProcessorNode.idl',
153 'webaudio/MediaElementAudioSourceNode.idl', 153 'webaudio/MediaElementAudioSourceNode.idl',
154 'webaudio/MediaStreamAudioDestinationNode.idl', 154 'webaudio/MediaStreamAudioDestinationNode.idl',
155 'webaudio/MediaStreamAudioSourceNode.idl', 155 'webaudio/MediaStreamAudioSourceNode.idl',
156 'webaudio/OfflineAudioCompletionEvent.idl', 156 'webaudio/OfflineAudioCompletionEvent.idl',
157 'webaudio/OfflineAudioContext.idl', 157 'webaudio/OfflineAudioContext.idl',
158 'webaudio/OscillatorNode.idl', 158 'webaudio/OscillatorNode.idl',
159 'webaudio/AnalyserNode.idl', 159 'webaudio/AnalyserNode.idl',
160 'webaudio/WaveShaperNode.idl', 160 'webaudio/WaveShaperNode.idl',
161 'webaudio/WaveTable.idl', 161 'webaudio/WaveTable.idl',
162 'webdatabase/DOMWindowWebDatabase.idl',
162 'webdatabase/Database.idl', 163 'webdatabase/Database.idl',
163 'webdatabase/DatabaseCallback.idl', 164 'webdatabase/DatabaseCallback.idl',
164 'webdatabase/DatabaseSync.idl', 165 'webdatabase/DatabaseSync.idl',
165 'webdatabase/SQLError.idl', 166 'webdatabase/SQLError.idl',
166 'webdatabase/SQLException.idl', 167 'webdatabase/SQLException.idl',
167 'webdatabase/SQLResultSet.idl', 168 'webdatabase/SQLResultSet.idl',
168 'webdatabase/SQLResultSetRowList.idl', 169 'webdatabase/SQLResultSetRowList.idl',
169 'webdatabase/SQLStatementCallback.idl', 170 'webdatabase/SQLStatementCallback.idl',
170 'webdatabase/SQLStatementErrorCallback.idl', 171 'webdatabase/SQLStatementErrorCallback.idl',
171 'webdatabase/SQLTransaction.idl', 172 'webdatabase/SQLTransaction.idl',
172 'webdatabase/SQLTransactionCallback.idl', 173 'webdatabase/SQLTransactionCallback.idl',
173 'webdatabase/SQLTransactionErrorCallback.idl', 174 'webdatabase/SQLTransactionErrorCallback.idl',
174 'webdatabase/SQLTransactionSync.idl', 175 'webdatabase/SQLTransactionSync.idl',
175 'webdatabase/SQLTransactionSyncCallback.idl', 176 'webdatabase/SQLTransactionSyncCallback.idl',
176 'webdatabase/WindowWebDatabase.idl',
177 'webdatabase/WorkerContextWebDatabase.idl', 177 'webdatabase/WorkerContextWebDatabase.idl',
178 'webmidi/MIDIAccess.idl', 178 'webmidi/MIDIAccess.idl',
179 'webmidi/MIDIAccessPromise.idl', 179 'webmidi/MIDIAccessPromise.idl',
180 'webmidi/MIDIConnectionEvent.idl', 180 'webmidi/MIDIConnectionEvent.idl',
181 'webmidi/MIDIErrorCallback.idl', 181 'webmidi/MIDIErrorCallback.idl',
182 'webmidi/MIDIInput.idl', 182 'webmidi/MIDIInput.idl',
183 'webmidi/MIDIMessageEvent.idl', 183 'webmidi/MIDIMessageEvent.idl',
184 'webmidi/MIDIOutput.idl', 184 'webmidi/MIDIOutput.idl',
185 'webmidi/MIDIPort.idl', 185 'webmidi/MIDIPort.idl',
186 'webmidi/MIDISuccessCallback.idl', 186 'webmidi/MIDISuccessCallback.idl',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'websockets/WorkerThreadableWebSocketChannel.cpp', 690 'websockets/WorkerThreadableWebSocketChannel.cpp',
691 'websockets/WorkerThreadableWebSocketChannel.h', 691 'websockets/WorkerThreadableWebSocketChannel.h',
692 ], 692 ],
693 'modules_unittest_files': [ 693 'modules_unittest_files': [
694 'websockets/WebSocketDeflaterTest.cpp', 694 'websockets/WebSocketDeflaterTest.cpp',
695 'websockets/WebSocketExtensionDispatcherTest.cpp', 695 'websockets/WebSocketExtensionDispatcherTest.cpp',
696 'websockets/WebSocketPerMessageDeflateTest.cpp', 696 'websockets/WebSocketPerMessageDeflateTest.cpp',
697 ], 697 ],
698 }, 698 },
699 } 699 }
OLDNEW
« no previous file with comments | « Source/modules/mediasource/WindowMediaSource.idl ('k') | Source/modules/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698