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

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

Issue 18190004: Add Python flow to bindings generation, move dummy-generating IDL files over (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revised 2 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 | 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 'deprecated_perl_modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/AesCbcParams.idl', 13 'crypto/AesCbcParams.idl',
14 'crypto/AesKeyGenParams.idl', 14 'crypto/AesKeyGenParams.idl',
15 'crypto/Algorithm.idl', 15 'crypto/Algorithm.idl',
16 'crypto/Crypto.idl', 16 'crypto/Crypto.idl',
17 'crypto/CryptoOperation.idl', 17 'crypto/CryptoOperation.idl',
18 'crypto/Key.idl', 18 'crypto/Key.idl',
19 'crypto/SubtleCrypto.idl', 19 'crypto/SubtleCrypto.idl',
20 'crypto/WindowCrypto.idl',
21 'crypto/WorkerCrypto.idl', 20 'crypto/WorkerCrypto.idl',
22 'crypto/WorkerGlobalScopeCrypto.idl',
23 'device_orientation/DeviceAcceleration.idl', 21 'device_orientation/DeviceAcceleration.idl',
24 'device_orientation/DeviceMotionEvent.idl', 22 'device_orientation/DeviceMotionEvent.idl',
25 'device_orientation/DeviceRotationRate.idl', 23 'device_orientation/DeviceRotationRate.idl',
26 'donottrack/NavigatorDoNotTrack.idl',
27 'encryptedmedia/MediaKeyMessageEvent.idl', 24 'encryptedmedia/MediaKeyMessageEvent.idl',
28 'encryptedmedia/MediaKeyNeededEvent.idl', 25 'encryptedmedia/MediaKeyNeededEvent.idl',
29 'encryptedmedia/MediaKeys.idl', 26 'encryptedmedia/MediaKeys.idl',
30 'encryptedmedia/MediaKeySession.idl', 27 'encryptedmedia/MediaKeySession.idl',
31 'filesystem/DOMFileSystem.idl', 28 'filesystem/DOMFileSystem.idl',
32 'filesystem/DOMFileSystemSync.idl', 29 'filesystem/DOMFileSystemSync.idl',
33 'filesystem/DataTransferItemFileSystem.idl',
34 'filesystem/DirectoryEntry.idl', 30 'filesystem/DirectoryEntry.idl',
35 'filesystem/DirectoryEntrySync.idl', 31 'filesystem/DirectoryEntrySync.idl',
36 'filesystem/DirectoryReader.idl', 32 'filesystem/DirectoryReader.idl',
37 'filesystem/DirectoryReaderSync.idl', 33 'filesystem/DirectoryReaderSync.idl',
38 'filesystem/EntriesCallback.idl', 34 'filesystem/EntriesCallback.idl',
39 'filesystem/Entry.idl', 35 'filesystem/Entry.idl',
40 'filesystem/EntryArray.idl', 36 'filesystem/EntryArray.idl',
41 'filesystem/EntryArraySync.idl', 37 'filesystem/EntryArraySync.idl',
42 'filesystem/EntryCallback.idl', 38 'filesystem/EntryCallback.idl',
43 'filesystem/EntrySync.idl', 39 'filesystem/EntrySync.idl',
44 'filesystem/ErrorCallback.idl', 40 'filesystem/ErrorCallback.idl',
45 'filesystem/FileCallback.idl', 41 'filesystem/FileCallback.idl',
46 'filesystem/FileEntry.idl', 42 'filesystem/FileEntry.idl',
47 'filesystem/FileEntrySync.idl', 43 'filesystem/FileEntrySync.idl',
48 'filesystem/FileSystemCallback.idl', 44 'filesystem/FileSystemCallback.idl',
49 'filesystem/FileWriter.idl', 45 'filesystem/FileWriter.idl',
50 'filesystem/FileWriterCallback.idl', 46 'filesystem/FileWriterCallback.idl',
51 'filesystem/FileWriterSync.idl', 47 'filesystem/FileWriterSync.idl',
52 'filesystem/HTMLInputElementFileSystem.idl',
53 'filesystem/Metadata.idl', 48 'filesystem/Metadata.idl',
54 'filesystem/MetadataCallback.idl', 49 'filesystem/MetadataCallback.idl',
55 'filesystem/WindowFileSystem.idl',
56 'filesystem/WorkerGlobalScopeFileSystem.idl',
57 'gamepad/Gamepad.idl', 50 'gamepad/Gamepad.idl',
58 'gamepad/GamepadList.idl', 51 'gamepad/GamepadList.idl',
59 'gamepad/NavigatorGamepad.idl',
60 'geolocation/Coordinates.idl', 52 'geolocation/Coordinates.idl',
61 'geolocation/Geolocation.idl', 53 'geolocation/Geolocation.idl',
62 'geolocation/Geoposition.idl', 54 'geolocation/Geoposition.idl',
63 'geolocation/NavigatorGeolocation.idl',
64 'geolocation/PositionCallback.idl', 55 'geolocation/PositionCallback.idl',
65 'geolocation/PositionError.idl', 56 'geolocation/PositionError.idl',
66 'geolocation/PositionErrorCallback.idl', 57 'geolocation/PositionErrorCallback.idl',
67 'indexeddb/IDBAny.idl', 58 'indexeddb/IDBAny.idl',
68 'indexeddb/IDBCursor.idl', 59 'indexeddb/IDBCursor.idl',
69 'indexeddb/IDBCursorWithValue.idl', 60 'indexeddb/IDBCursorWithValue.idl',
70 'indexeddb/IDBDatabase.idl', 61 'indexeddb/IDBDatabase.idl',
71 'indexeddb/IDBFactory.idl', 62 'indexeddb/IDBFactory.idl',
72 'indexeddb/IDBIndex.idl', 63 'indexeddb/IDBIndex.idl',
73 'indexeddb/IDBKeyRange.idl', 64 'indexeddb/IDBKeyRange.idl',
74 'indexeddb/IDBObjectStore.idl', 65 'indexeddb/IDBObjectStore.idl',
75 'indexeddb/IDBOpenDBRequest.idl', 66 'indexeddb/IDBOpenDBRequest.idl',
76 'indexeddb/IDBRequest.idl', 67 'indexeddb/IDBRequest.idl',
77 'indexeddb/IDBTransaction.idl', 68 'indexeddb/IDBTransaction.idl',
78 'indexeddb/IDBVersionChangeEvent.idl', 69 'indexeddb/IDBVersionChangeEvent.idl',
79 'indexeddb/WindowIndexedDatabase.idl',
80 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
81 'mediasource/MediaSource.idl', 70 'mediasource/MediaSource.idl',
82 'mediasource/SourceBuffer.idl', 71 'mediasource/SourceBuffer.idl',
83 'mediasource/SourceBufferList.idl', 72 'mediasource/SourceBufferList.idl',
84 'mediasource/URLMediaSource.idl', 73 'mediasource/URLMediaSource.idl',
85 'mediasource/WebKitMediaSource.idl', 74 'mediasource/WebKitMediaSource.idl',
86 'mediasource/WebKitSourceBuffer.idl', 75 'mediasource/WebKitSourceBuffer.idl',
87 'mediasource/WebKitSourceBufferList.idl', 76 'mediasource/WebKitSourceBufferList.idl',
88 'mediasource/WindowMediaSource.idl',
89 'mediastream/MediaStream.idl', 77 'mediastream/MediaStream.idl',
90 'mediastream/MediaStreamEvent.idl', 78 'mediastream/MediaStreamEvent.idl',
91 'mediastream/MediaStreamTrack.idl', 79 'mediastream/MediaStreamTrack.idl',
92 'mediastream/MediaStreamTrackEvent.idl', 80 'mediastream/MediaStreamTrackEvent.idl',
93 'mediastream/MediaStreamTrackSourcesCallback.idl', 81 'mediastream/MediaStreamTrackSourcesCallback.idl',
94 'mediastream/NavigatorMediaStream.idl',
95 'mediastream/NavigatorUserMediaError.idl', 82 'mediastream/NavigatorUserMediaError.idl',
96 'mediastream/NavigatorUserMediaErrorCallback.idl', 83 'mediastream/NavigatorUserMediaErrorCallback.idl',
97 'mediastream/NavigatorUserMediaSuccessCallback.idl', 84 'mediastream/NavigatorUserMediaSuccessCallback.idl',
98 'mediastream/RTCDTMFSender.idl', 85 'mediastream/RTCDTMFSender.idl',
99 'mediastream/RTCDTMFToneChangeEvent.idl', 86 'mediastream/RTCDTMFToneChangeEvent.idl',
100 'mediastream/RTCDataChannel.idl', 87 'mediastream/RTCDataChannel.idl',
101 'mediastream/RTCDataChannelEvent.idl', 88 'mediastream/RTCDataChannelEvent.idl',
102 'mediastream/RTCErrorCallback.idl', 89 'mediastream/RTCErrorCallback.idl',
103 'mediastream/RTCIceCandidate.idl', 90 'mediastream/RTCIceCandidate.idl',
104 'mediastream/RTCIceCandidateEvent.idl', 91 'mediastream/RTCIceCandidateEvent.idl',
105 'mediastream/RTCPeerConnection.idl', 92 'mediastream/RTCPeerConnection.idl',
106 'mediastream/RTCSessionDescription.idl', 93 'mediastream/RTCSessionDescription.idl',
107 'mediastream/RTCSessionDescriptionCallback.idl', 94 'mediastream/RTCSessionDescriptionCallback.idl',
108 'mediastream/RTCStatsCallback.idl', 95 'mediastream/RTCStatsCallback.idl',
109 'mediastream/RTCStatsReport.idl', 96 'mediastream/RTCStatsReport.idl',
110 'mediastream/RTCStatsResponse.idl', 97 'mediastream/RTCStatsResponse.idl',
111 'mediastream/SourceInfo.idl', 98 'mediastream/SourceInfo.idl',
112 'mediastream/URLMediaStream.idl', 99 'mediastream/URLMediaStream.idl',
113 'navigatorcontentutils/NavigatorContentUtils.idl',
114 'notifications/Notification.idl', 100 'notifications/Notification.idl',
115 'notifications/NotificationCenter.idl', 101 'notifications/NotificationCenter.idl',
116 'notifications/NotificationPermissionCallback.idl', 102 'notifications/NotificationPermissionCallback.idl',
117 'notifications/WindowNotifications.idl',
118 'notifications/WorkerGlobalScopeNotifications.idl',
119 'performance/WorkerGlobalScopePerformance.idl',
120 'performance/WorkerPerformance.idl', 103 'performance/WorkerPerformance.idl',
121 'quota/NavigatorStorageQuota.idl',
122 'quota/StorageErrorCallback.idl', 104 'quota/StorageErrorCallback.idl',
123 'quota/StorageInfo.idl', 105 'quota/StorageInfo.idl',
124 'quota/StorageQuota.idl', 106 'quota/StorageQuota.idl',
125 'quota/StorageQuotaCallback.idl', 107 'quota/StorageQuotaCallback.idl',
126 'quota/StorageUsageCallback.idl', 108 'quota/StorageUsageCallback.idl',
127 'quota/WindowQuota.idl',
128 'quota/WorkerNavigatorStorageQuota.idl',
129 'speech/SpeechGrammar.idl', 109 'speech/SpeechGrammar.idl',
130 'speech/SpeechGrammarList.idl', 110 'speech/SpeechGrammarList.idl',
131 'speech/SpeechRecognition.idl', 111 'speech/SpeechRecognition.idl',
132 'speech/SpeechRecognitionAlternative.idl', 112 'speech/SpeechRecognitionAlternative.idl',
133 'speech/SpeechRecognitionError.idl', 113 'speech/SpeechRecognitionError.idl',
134 'speech/SpeechRecognitionEvent.idl', 114 'speech/SpeechRecognitionEvent.idl',
135 'speech/SpeechRecognitionResult.idl', 115 'speech/SpeechRecognitionResult.idl',
136 'speech/SpeechRecognitionResultList.idl', 116 'speech/SpeechRecognitionResultList.idl',
137 'speech/SpeechSynthesis.idl', 117 'speech/SpeechSynthesis.idl',
138 'speech/SpeechSynthesisEvent.idl', 118 'speech/SpeechSynthesisEvent.idl',
139 'speech/SpeechSynthesisUtterance.idl', 119 'speech/SpeechSynthesisUtterance.idl',
140 'speech/SpeechSynthesisVoice.idl', 120 'speech/SpeechSynthesisVoice.idl',
141 'speech/WindowSpeechSynthesis.idl',
142 'vibration/NavigatorVibration.idl',
143 'webaudio/AudioBuffer.idl', 121 'webaudio/AudioBuffer.idl',
144 'webaudio/AudioBufferCallback.idl', 122 'webaudio/AudioBufferCallback.idl',
145 'webaudio/AudioBufferSourceNode.idl', 123 'webaudio/AudioBufferSourceNode.idl',
146 'webaudio/ChannelMergerNode.idl', 124 'webaudio/ChannelMergerNode.idl',
147 'webaudio/ChannelSplitterNode.idl', 125 'webaudio/ChannelSplitterNode.idl',
148 'webaudio/AudioContext.idl', 126 'webaudio/AudioContext.idl',
149 'webaudio/AudioDestinationNode.idl', 127 'webaudio/AudioDestinationNode.idl',
150 'webaudio/GainNode.idl', 128 'webaudio/GainNode.idl',
151 'webaudio/AudioListener.idl', 129 'webaudio/AudioListener.idl',
152 'webaudio/AudioNode.idl', 130 'webaudio/AudioNode.idl',
(...skipping 21 matching lines...) Expand all
174 'webdatabase/SQLError.idl', 152 'webdatabase/SQLError.idl',
175 'webdatabase/SQLResultSet.idl', 153 'webdatabase/SQLResultSet.idl',
176 'webdatabase/SQLResultSetRowList.idl', 154 'webdatabase/SQLResultSetRowList.idl',
177 'webdatabase/SQLStatementCallback.idl', 155 'webdatabase/SQLStatementCallback.idl',
178 'webdatabase/SQLStatementErrorCallback.idl', 156 'webdatabase/SQLStatementErrorCallback.idl',
179 'webdatabase/SQLTransaction.idl', 157 'webdatabase/SQLTransaction.idl',
180 'webdatabase/SQLTransactionCallback.idl', 158 'webdatabase/SQLTransactionCallback.idl',
181 'webdatabase/SQLTransactionErrorCallback.idl', 159 'webdatabase/SQLTransactionErrorCallback.idl',
182 'webdatabase/SQLTransactionSync.idl', 160 'webdatabase/SQLTransactionSync.idl',
183 'webdatabase/SQLTransactionSyncCallback.idl', 161 'webdatabase/SQLTransactionSyncCallback.idl',
184 'webdatabase/WindowWebDatabase.idl',
185 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
186 'webmidi/MIDIAccess.idl', 162 'webmidi/MIDIAccess.idl',
187 'webmidi/MIDIAccessPromise.idl', 163 'webmidi/MIDIAccessPromise.idl',
188 'webmidi/MIDIConnectionEvent.idl', 164 'webmidi/MIDIConnectionEvent.idl',
189 'webmidi/MIDIErrorCallback.idl', 165 'webmidi/MIDIErrorCallback.idl',
190 'webmidi/MIDIInput.idl', 166 'webmidi/MIDIInput.idl',
191 'webmidi/MIDIMessageEvent.idl', 167 'webmidi/MIDIMessageEvent.idl',
192 'webmidi/MIDIOutput.idl', 168 'webmidi/MIDIOutput.idl',
193 'webmidi/MIDIPort.idl', 169 'webmidi/MIDIPort.idl',
194 'webmidi/MIDISuccessCallback.idl', 170 'webmidi/MIDISuccessCallback.idl',
195 'webmidi/NavigatorWebMIDI.idl',
196 'websockets/CloseEvent.idl', 171 'websockets/CloseEvent.idl',
197 'websockets/WebSocket.idl', 172 'websockets/WebSocket.idl',
198 ], 173 ],
174 'python_modules_idl_files': [
175 'crypto/WindowCrypto.idl',
176 'crypto/WorkerGlobalScopeCrypto.idl',
177 'donottrack/NavigatorDoNotTrack.idl',
178 'filesystem/DataTransferItemFileSystem.idl',
179 'filesystem/HTMLInputElementFileSystem.idl',
180 'filesystem/WindowFileSystem.idl',
181 'filesystem/WorkerGlobalScopeFileSystem.idl',
182 'gamepad/NavigatorGamepad.idl',
183 'geolocation/NavigatorGeolocation.idl',
184 'indexeddb/WindowIndexedDatabase.idl',
185 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
186 'mediasource/WindowMediaSource.idl',
187 'mediastream/NavigatorMediaStream.idl',
188 'navigatorcontentutils/NavigatorContentUtils.idl',
189 'notifications/WindowNotifications.idl',
190 'notifications/WorkerGlobalScopeNotifications.idl',
191 'performance/WorkerGlobalScopePerformance.idl',
192 'quota/NavigatorStorageQuota.idl',
193 'quota/WindowQuota.idl',
194 'quota/WorkerNavigatorStorageQuota.idl',
195 'speech/WindowSpeechSynthesis.idl',
196 'vibration/NavigatorVibration.idl',
197 'webdatabase/WindowWebDatabase.idl',
198 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
199 'webmidi/NavigatorWebMIDI.idl',
200 ],
199 'modules_files': [ 201 'modules_files': [
200 '<@(extra_blink_module_files)', 202 '<@(extra_blink_module_files)',
201 'crypto/AesCbcParams.cpp', 203 'crypto/AesCbcParams.cpp',
202 'crypto/AesCbcParams.h', 204 'crypto/AesCbcParams.h',
203 'crypto/AesKeyGenParams.cpp', 205 'crypto/AesKeyGenParams.cpp',
204 'crypto/AesKeyGenParams.h', 206 'crypto/AesKeyGenParams.h',
205 'crypto/Algorithm.cpp', 207 'crypto/Algorithm.cpp',
206 'crypto/Algorithm.h', 208 'crypto/Algorithm.h',
207 'crypto/Crypto.cpp', 209 'crypto/Crypto.cpp',
208 'crypto/Crypto.h', 210 'crypto/Crypto.h',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'websockets/WorkerThreadableWebSocketChannel.h', 716 'websockets/WorkerThreadableWebSocketChannel.h',
715 ], 717 ],
716 'modules_unittest_files': [ 718 'modules_unittest_files': [
717 'websockets/WebSocketDeflaterTest.cpp', 719 'websockets/WebSocketDeflaterTest.cpp',
718 'websockets/WebSocketExtensionDispatcherTest.cpp', 720 'websockets/WebSocketExtensionDispatcherTest.cpp',
719 'websockets/WebSocketExtensionParserTest.cpp', 721 'websockets/WebSocketExtensionParserTest.cpp',
720 'websockets/WebSocketPerMessageDeflateTest.cpp', 722 'websockets/WebSocketPerMessageDeflateTest.cpp',
721 ], 723 ],
722 }, 724 },
723 } 725 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698