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

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

Issue 19607011: Generate binding code for VoidCallback.idl with code generator in python (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 5 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
« Source/bindings/templates/callback.h ('K') | « Source/core/core.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
(...skipping 14 matching lines...) Expand all
25 'encryptedmedia/MediaKeyMessageEvent.idl', 25 'encryptedmedia/MediaKeyMessageEvent.idl',
26 'encryptedmedia/MediaKeyNeededEvent.idl', 26 'encryptedmedia/MediaKeyNeededEvent.idl',
27 'encryptedmedia/MediaKeys.idl', 27 'encryptedmedia/MediaKeys.idl',
28 'encryptedmedia/MediaKeySession.idl', 28 'encryptedmedia/MediaKeySession.idl',
29 'filesystem/DOMFileSystem.idl', 29 'filesystem/DOMFileSystem.idl',
30 'filesystem/DOMFileSystemSync.idl', 30 'filesystem/DOMFileSystemSync.idl',
31 'filesystem/DirectoryEntry.idl', 31 'filesystem/DirectoryEntry.idl',
32 'filesystem/DirectoryEntrySync.idl', 32 'filesystem/DirectoryEntrySync.idl',
33 'filesystem/DirectoryReader.idl', 33 'filesystem/DirectoryReader.idl',
34 'filesystem/DirectoryReaderSync.idl', 34 'filesystem/DirectoryReaderSync.idl',
35 'filesystem/EntriesCallback.idl',
36 'filesystem/Entry.idl', 35 'filesystem/Entry.idl',
37 'filesystem/EntryArray.idl', 36 'filesystem/EntryArray.idl',
38 'filesystem/EntryArraySync.idl', 37 'filesystem/EntryArraySync.idl',
39 'filesystem/EntryCallback.idl',
40 'filesystem/EntrySync.idl', 38 'filesystem/EntrySync.idl',
41 'filesystem/ErrorCallback.idl',
42 'filesystem/FileCallback.idl',
43 'filesystem/FileEntry.idl', 39 'filesystem/FileEntry.idl',
44 'filesystem/FileEntrySync.idl', 40 'filesystem/FileEntrySync.idl',
45 'filesystem/FileSystemCallback.idl',
46 'filesystem/FileWriter.idl', 41 'filesystem/FileWriter.idl',
47 'filesystem/FileWriterCallback.idl',
48 'filesystem/FileWriterSync.idl', 42 'filesystem/FileWriterSync.idl',
49 'filesystem/Metadata.idl', 43 'filesystem/Metadata.idl',
50 'filesystem/MetadataCallback.idl',
51 'gamepad/Gamepad.idl', 44 'gamepad/Gamepad.idl',
52 'gamepad/GamepadList.idl', 45 'gamepad/GamepadList.idl',
53 'geolocation/Coordinates.idl', 46 'geolocation/Coordinates.idl',
54 'geolocation/Geolocation.idl', 47 'geolocation/Geolocation.idl',
55 'geolocation/Geoposition.idl', 48 'geolocation/Geoposition.idl',
56 'geolocation/PositionCallback.idl',
57 'geolocation/PositionError.idl', 49 'geolocation/PositionError.idl',
58 'geolocation/PositionErrorCallback.idl',
59 'indexeddb/IDBAny.idl', 50 'indexeddb/IDBAny.idl',
60 'indexeddb/IDBCursor.idl', 51 'indexeddb/IDBCursor.idl',
61 'indexeddb/IDBCursorWithValue.idl', 52 'indexeddb/IDBCursorWithValue.idl',
62 'indexeddb/IDBDatabase.idl', 53 'indexeddb/IDBDatabase.idl',
63 'indexeddb/IDBFactory.idl', 54 'indexeddb/IDBFactory.idl',
64 'indexeddb/IDBIndex.idl', 55 'indexeddb/IDBIndex.idl',
65 'indexeddb/IDBKeyRange.idl', 56 'indexeddb/IDBKeyRange.idl',
66 'indexeddb/IDBObjectStore.idl', 57 'indexeddb/IDBObjectStore.idl',
67 'indexeddb/IDBOpenDBRequest.idl', 58 'indexeddb/IDBOpenDBRequest.idl',
68 'indexeddb/IDBRequest.idl', 59 'indexeddb/IDBRequest.idl',
69 'indexeddb/IDBTransaction.idl', 60 'indexeddb/IDBTransaction.idl',
70 'indexeddb/IDBVersionChangeEvent.idl', 61 'indexeddb/IDBVersionChangeEvent.idl',
71 'mediasource/MediaSource.idl', 62 'mediasource/MediaSource.idl',
72 'mediasource/SourceBuffer.idl', 63 'mediasource/SourceBuffer.idl',
73 'mediasource/SourceBufferList.idl', 64 'mediasource/SourceBufferList.idl',
74 'mediasource/URLMediaSource.idl', 65 'mediasource/URLMediaSource.idl',
75 'mediasource/WebKitMediaSource.idl', 66 'mediasource/WebKitMediaSource.idl',
76 'mediasource/WebKitSourceBuffer.idl', 67 'mediasource/WebKitSourceBuffer.idl',
77 'mediasource/WebKitSourceBufferList.idl', 68 'mediasource/WebKitSourceBufferList.idl',
78 'mediastream/MediaStream.idl', 69 'mediastream/MediaStream.idl',
79 'mediastream/MediaStreamEvent.idl', 70 'mediastream/MediaStreamEvent.idl',
80 'mediastream/MediaStreamTrack.idl', 71 'mediastream/MediaStreamTrack.idl',
81 'mediastream/MediaStreamTrackEvent.idl', 72 'mediastream/MediaStreamTrackEvent.idl',
82 'mediastream/MediaStreamTrackSourcesCallback.idl',
83 'mediastream/NavigatorUserMediaError.idl', 73 'mediastream/NavigatorUserMediaError.idl',
84 'mediastream/NavigatorUserMediaErrorCallback.idl',
85 'mediastream/NavigatorUserMediaSuccessCallback.idl',
86 'mediastream/RTCDTMFSender.idl', 74 'mediastream/RTCDTMFSender.idl',
87 'mediastream/RTCDTMFToneChangeEvent.idl', 75 'mediastream/RTCDTMFToneChangeEvent.idl',
88 'mediastream/RTCDataChannel.idl', 76 'mediastream/RTCDataChannel.idl',
89 'mediastream/RTCDataChannelEvent.idl', 77 'mediastream/RTCDataChannelEvent.idl',
90 'mediastream/RTCErrorCallback.idl',
91 'mediastream/RTCIceCandidate.idl', 78 'mediastream/RTCIceCandidate.idl',
92 'mediastream/RTCIceCandidateEvent.idl', 79 'mediastream/RTCIceCandidateEvent.idl',
93 'mediastream/RTCPeerConnection.idl', 80 'mediastream/RTCPeerConnection.idl',
94 'mediastream/RTCSessionDescription.idl', 81 'mediastream/RTCSessionDescription.idl',
95 'mediastream/RTCSessionDescriptionCallback.idl',
96 'mediastream/RTCStatsCallback.idl',
97 'mediastream/RTCStatsReport.idl', 82 'mediastream/RTCStatsReport.idl',
98 'mediastream/RTCStatsResponse.idl', 83 'mediastream/RTCStatsResponse.idl',
99 'mediastream/SourceInfo.idl', 84 'mediastream/SourceInfo.idl',
100 'mediastream/URLMediaStream.idl', 85 'mediastream/URLMediaStream.idl',
101 'notifications/Notification.idl', 86 'notifications/Notification.idl',
102 'notifications/NotificationCenter.idl', 87 'notifications/NotificationCenter.idl',
103 'notifications/NotificationPermissionCallback.idl',
104 'performance/WorkerPerformance.idl', 88 'performance/WorkerPerformance.idl',
105 'quota/StorageErrorCallback.idl',
106 'quota/StorageInfo.idl', 89 'quota/StorageInfo.idl',
107 'quota/StorageQuota.idl', 90 'quota/StorageQuota.idl',
108 'quota/StorageQuotaCallback.idl',
109 'quota/StorageUsageCallback.idl',
110 'speech/SpeechGrammar.idl', 91 'speech/SpeechGrammar.idl',
111 'speech/SpeechGrammarList.idl', 92 'speech/SpeechGrammarList.idl',
112 'speech/SpeechRecognition.idl', 93 'speech/SpeechRecognition.idl',
113 'speech/SpeechRecognitionAlternative.idl', 94 'speech/SpeechRecognitionAlternative.idl',
114 'speech/SpeechRecognitionError.idl', 95 'speech/SpeechRecognitionError.idl',
115 'speech/SpeechRecognitionEvent.idl', 96 'speech/SpeechRecognitionEvent.idl',
116 'speech/SpeechRecognitionResult.idl', 97 'speech/SpeechRecognitionResult.idl',
117 'speech/SpeechRecognitionResultList.idl', 98 'speech/SpeechRecognitionResultList.idl',
118 'speech/SpeechSynthesis.idl', 99 'speech/SpeechSynthesis.idl',
119 'speech/SpeechSynthesisEvent.idl', 100 'speech/SpeechSynthesisEvent.idl',
120 'speech/SpeechSynthesisUtterance.idl', 101 'speech/SpeechSynthesisUtterance.idl',
121 'speech/SpeechSynthesisVoice.idl', 102 'speech/SpeechSynthesisVoice.idl',
122 'webaudio/AudioBuffer.idl', 103 'webaudio/AudioBuffer.idl',
123 'webaudio/AudioBufferCallback.idl',
124 'webaudio/AudioBufferSourceNode.idl', 104 'webaudio/AudioBufferSourceNode.idl',
125 'webaudio/ChannelMergerNode.idl', 105 'webaudio/ChannelMergerNode.idl',
126 'webaudio/ChannelSplitterNode.idl', 106 'webaudio/ChannelSplitterNode.idl',
127 'webaudio/AudioContext.idl', 107 'webaudio/AudioContext.idl',
128 'webaudio/AudioDestinationNode.idl', 108 'webaudio/AudioDestinationNode.idl',
129 'webaudio/GainNode.idl', 109 'webaudio/GainNode.idl',
130 'webaudio/AudioListener.idl', 110 'webaudio/AudioListener.idl',
131 'webaudio/AudioNode.idl', 111 'webaudio/AudioNode.idl',
132 'webaudio/PannerNode.idl', 112 'webaudio/PannerNode.idl',
133 'webaudio/AudioParam.idl', 113 'webaudio/AudioParam.idl',
134 'webaudio/AudioProcessingEvent.idl', 114 'webaudio/AudioProcessingEvent.idl',
135 'webaudio/AudioSourceNode.idl', 115 'webaudio/AudioSourceNode.idl',
136 'webaudio/BiquadFilterNode.idl', 116 'webaudio/BiquadFilterNode.idl',
137 'webaudio/ConvolverNode.idl', 117 'webaudio/ConvolverNode.idl',
138 'webaudio/DelayNode.idl', 118 'webaudio/DelayNode.idl',
139 'webaudio/DynamicsCompressorNode.idl', 119 'webaudio/DynamicsCompressorNode.idl',
140 'webaudio/ScriptProcessorNode.idl', 120 'webaudio/ScriptProcessorNode.idl',
141 'webaudio/MediaElementAudioSourceNode.idl', 121 'webaudio/MediaElementAudioSourceNode.idl',
142 'webaudio/MediaStreamAudioDestinationNode.idl', 122 'webaudio/MediaStreamAudioDestinationNode.idl',
143 'webaudio/MediaStreamAudioSourceNode.idl', 123 'webaudio/MediaStreamAudioSourceNode.idl',
144 'webaudio/OfflineAudioCompletionEvent.idl', 124 'webaudio/OfflineAudioCompletionEvent.idl',
145 'webaudio/OfflineAudioContext.idl', 125 'webaudio/OfflineAudioContext.idl',
146 'webaudio/OscillatorNode.idl', 126 'webaudio/OscillatorNode.idl',
147 'webaudio/PeriodicWave.idl', 127 'webaudio/PeriodicWave.idl',
148 'webaudio/AnalyserNode.idl', 128 'webaudio/AnalyserNode.idl',
149 'webaudio/WaveShaperNode.idl', 129 'webaudio/WaveShaperNode.idl',
150 'webdatabase/Database.idl', 130 'webdatabase/Database.idl',
151 'webdatabase/DatabaseCallback.idl',
152 'webdatabase/DatabaseSync.idl', 131 'webdatabase/DatabaseSync.idl',
153 'webdatabase/SQLError.idl', 132 'webdatabase/SQLError.idl',
154 'webdatabase/SQLResultSet.idl', 133 'webdatabase/SQLResultSet.idl',
155 'webdatabase/SQLResultSetRowList.idl', 134 'webdatabase/SQLResultSetRowList.idl',
156 'webdatabase/SQLStatementCallback.idl',
157 'webdatabase/SQLStatementErrorCallback.idl',
158 'webdatabase/SQLTransaction.idl', 135 'webdatabase/SQLTransaction.idl',
159 'webdatabase/SQLTransactionCallback.idl',
160 'webdatabase/SQLTransactionErrorCallback.idl',
161 'webdatabase/SQLTransactionSync.idl', 136 'webdatabase/SQLTransactionSync.idl',
162 'webdatabase/SQLTransactionSyncCallback.idl',
163 'webmidi/MIDIAccess.idl', 137 'webmidi/MIDIAccess.idl',
164 'webmidi/MIDIAccessPromise.idl', 138 'webmidi/MIDIAccessPromise.idl',
165 'webmidi/MIDIConnectionEvent.idl', 139 'webmidi/MIDIConnectionEvent.idl',
166 'webmidi/MIDIErrorCallback.idl',
167 'webmidi/MIDIInput.idl', 140 'webmidi/MIDIInput.idl',
168 'webmidi/MIDIMessageEvent.idl', 141 'webmidi/MIDIMessageEvent.idl',
169 'webmidi/MIDIOutput.idl', 142 'webmidi/MIDIOutput.idl',
170 'webmidi/MIDIPort.idl', 143 'webmidi/MIDIPort.idl',
171 'webmidi/MIDISuccessCallback.idl',
172 'websockets/CloseEvent.idl', 144 'websockets/CloseEvent.idl',
173 'websockets/WebSocket.idl', 145 'websockets/WebSocket.idl',
174 ], 146 ],
175 'python_modules_idl_files': [ 147 'python_modules_idl_files': [
176 'crypto/WindowCrypto.idl', 148 'crypto/WindowCrypto.idl',
177 'crypto/WorkerGlobalScopeCrypto.idl', 149 'crypto/WorkerGlobalScopeCrypto.idl',
178 'donottrack/NavigatorDoNotTrack.idl', 150 'donottrack/NavigatorDoNotTrack.idl',
179 'filesystem/DataTransferItemFileSystem.idl', 151 'filesystem/DataTransferItemFileSystem.idl',
152 'filesystem/EntriesCallback.idl',
153 'filesystem/EntryCallback.idl',
154 'filesystem/ErrorCallback.idl',
155 'filesystem/FileCallback.idl',
156 'filesystem/FileSystemCallback.idl',
157 'filesystem/FileWriterCallback.idl',
180 'filesystem/HTMLInputElementFileSystem.idl', 158 'filesystem/HTMLInputElementFileSystem.idl',
159 'filesystem/MetadataCallback.idl',
181 'filesystem/WindowFileSystem.idl', 160 'filesystem/WindowFileSystem.idl',
182 'filesystem/WorkerGlobalScopeFileSystem.idl', 161 'filesystem/WorkerGlobalScopeFileSystem.idl',
183 'gamepad/NavigatorGamepad.idl', 162 'gamepad/NavigatorGamepad.idl',
184 'geolocation/NavigatorGeolocation.idl', 163 'geolocation/NavigatorGeolocation.idl',
164 'geolocation/PositionCallback.idl',
165 'geolocation/PositionErrorCallback.idl',
185 'indexeddb/WindowIndexedDatabase.idl', 166 'indexeddb/WindowIndexedDatabase.idl',
186 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 167 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
187 'mediasource/WindowMediaSource.idl', 168 'mediasource/WindowMediaSource.idl',
169 'mediastream/MediaStreamTrackSourcesCallback.idl',
188 'mediastream/NavigatorMediaStream.idl', 170 'mediastream/NavigatorMediaStream.idl',
171 'mediastream/NavigatorUserMediaErrorCallback.idl',
172 'mediastream/NavigatorUserMediaSuccessCallback.idl',
173 'mediastream/RTCErrorCallback.idl',
174 'mediastream/RTCSessionDescriptionCallback.idl',
175 'mediastream/RTCStatsCallback.idl',
189 'navigatorcontentutils/NavigatorContentUtils.idl', 176 'navigatorcontentutils/NavigatorContentUtils.idl',
177 'notifications/NotificationPermissionCallback.idl',
190 'notifications/WindowNotifications.idl', 178 'notifications/WindowNotifications.idl',
191 'notifications/WorkerGlobalScopeNotifications.idl', 179 'notifications/WorkerGlobalScopeNotifications.idl',
192 'performance/WorkerGlobalScopePerformance.idl', 180 'performance/WorkerGlobalScopePerformance.idl',
193 'quota/NavigatorStorageQuota.idl', 181 'quota/NavigatorStorageQuota.idl',
182 'quota/StorageErrorCallback.idl',
183 'quota/StorageQuotaCallback.idl',
184 'quota/StorageUsageCallback.idl',
194 'quota/WindowQuota.idl', 185 'quota/WindowQuota.idl',
195 'quota/WorkerNavigatorStorageQuota.idl', 186 'quota/WorkerNavigatorStorageQuota.idl',
196 'speech/WindowSpeechSynthesis.idl', 187 'speech/WindowSpeechSynthesis.idl',
197 'vibration/NavigatorVibration.idl', 188 'vibration/NavigatorVibration.idl',
189 'webaudio/AudioBufferCallback.idl',
190 'webdatabase/DatabaseCallback.idl',
191 'webdatabase/SQLStatementCallback.idl',
192 'webdatabase/SQLStatementErrorCallback.idl',
193 'webdatabase/SQLTransactionCallback.idl',
194 'webdatabase/SQLTransactionErrorCallback.idl',
195 'webdatabase/SQLTransactionSyncCallback.idl',
198 'webdatabase/WindowWebDatabase.idl', 196 'webdatabase/WindowWebDatabase.idl',
199 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 197 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
198 'webmidi/MIDIErrorCallback.idl',
199 'webmidi/MIDISuccessCallback.idl',
200 'webmidi/NavigatorWebMIDI.idl', 200 'webmidi/NavigatorWebMIDI.idl',
201 ], 201 ],
202 'modules_files': [ 202 'modules_files': [
203 '<@(extra_blink_module_files)', 203 '<@(extra_blink_module_files)',
204 'crypto/AesCbcParams.cpp', 204 'crypto/AesCbcParams.cpp',
205 'crypto/AesCbcParams.h', 205 'crypto/AesCbcParams.h',
206 'crypto/AesKeyGenParams.cpp', 206 'crypto/AesKeyGenParams.cpp',
207 'crypto/AesKeyGenParams.h', 207 'crypto/AesKeyGenParams.h',
208 'crypto/Algorithm.cpp', 208 'crypto/Algorithm.cpp',
209 'crypto/Algorithm.h', 209 'crypto/Algorithm.h',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ], 737 ],
738 'modules_unittest_files': [ 738 'modules_unittest_files': [
739 'indexeddb/IDBKeyPathTest.cpp', 739 'indexeddb/IDBKeyPathTest.cpp',
740 'websockets/WebSocketDeflaterTest.cpp', 740 'websockets/WebSocketDeflaterTest.cpp',
741 'websockets/WebSocketExtensionDispatcherTest.cpp', 741 'websockets/WebSocketExtensionDispatcherTest.cpp',
742 'websockets/WebSocketExtensionParserTest.cpp', 742 'websockets/WebSocketExtensionParserTest.cpp',
743 'websockets/WebSocketPerMessageDeflateTest.cpp', 743 'websockets/WebSocketPerMessageDeflateTest.cpp',
744 ], 744 ],
745 }, 745 },
746 } 746 }
OLDNEW
« Source/bindings/templates/callback.h ('K') | « Source/core/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698