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

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

Issue 24156003: Revert IDL compiler build flow to Perl, rename 'deprecated' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 3 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
« no previous file with comments | « Source/core/core.gypi ('k') | Tools/Scripts/run-bindings-tests » ('j') | 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 'modules_idl_files': [
11 'deprecated_perl_modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 11 '<@(extra_blink_module_idl_files)',
13 'crypto/AesCbcParams.idl', 12 'crypto/AesCbcParams.idl',
14 'crypto/AesKeyGenParams.idl', 13 'crypto/AesKeyGenParams.idl',
15 'crypto/Algorithm.idl', 14 'crypto/Algorithm.idl',
16 'crypto/Crypto.idl', 15 'crypto/Crypto.idl',
17 'crypto/HmacKeyParams.idl', 16 'crypto/HmacKeyParams.idl',
18 'crypto/HmacParams.idl', 17 'crypto/HmacParams.idl',
19 'crypto/Key.idl', 18 'crypto/Key.idl',
20 'crypto/KeyPair.idl', 19 'crypto/KeyPair.idl',
21 'crypto/RsaKeyGenParams.idl', 20 'crypto/RsaKeyGenParams.idl',
22 'crypto/RsaSsaParams.idl', 21 'crypto/RsaSsaParams.idl',
23 'crypto/SubtleCrypto.idl', 22 'crypto/SubtleCrypto.idl',
23 'crypto/WindowCrypto.idl',
24 'crypto/WorkerCrypto.idl', 24 'crypto/WorkerCrypto.idl',
25 'crypto/WorkerGlobalScopeCrypto.idl',
25 'device_orientation/DeviceAcceleration.idl', 26 'device_orientation/DeviceAcceleration.idl',
26 'device_orientation/DeviceMotionEvent.idl', 27 'device_orientation/DeviceMotionEvent.idl',
27 'device_orientation/DeviceOrientationEvent.idl', 28 'device_orientation/DeviceOrientationEvent.idl',
28 'device_orientation/DeviceRotationRate.idl', 29 'device_orientation/DeviceRotationRate.idl',
30 'donottrack/NavigatorDoNotTrack.idl',
29 'encoding/TextDecoder.idl', 31 'encoding/TextDecoder.idl',
30 'encoding/TextEncoder.idl', 32 'encoding/TextEncoder.idl',
31 'encryptedmedia/MediaKeyMessageEvent.idl', 33 'encryptedmedia/MediaKeyMessageEvent.idl',
32 'encryptedmedia/MediaKeyNeededEvent.idl', 34 'encryptedmedia/MediaKeyNeededEvent.idl',
35 'encryptedmedia/MediaKeySession.idl',
33 'encryptedmedia/MediaKeys.idl', 36 'encryptedmedia/MediaKeys.idl',
34 'encryptedmedia/MediaKeySession.idl',
35 'filesystem/DOMFileSystem.idl', 37 'filesystem/DOMFileSystem.idl',
36 'filesystem/DOMFileSystemSync.idl', 38 'filesystem/DOMFileSystemSync.idl',
39 'filesystem/DataTransferItemFileSystem.idl',
37 'filesystem/DirectoryEntry.idl', 40 'filesystem/DirectoryEntry.idl',
38 'filesystem/DirectoryEntrySync.idl', 41 'filesystem/DirectoryEntrySync.idl',
39 'filesystem/DirectoryReader.idl', 42 'filesystem/DirectoryReader.idl',
40 'filesystem/DirectoryReaderSync.idl', 43 'filesystem/DirectoryReaderSync.idl',
44 'filesystem/EntriesCallback.idl',
41 'filesystem/Entry.idl', 45 'filesystem/Entry.idl',
46 'filesystem/EntryCallback.idl',
42 'filesystem/EntrySync.idl', 47 'filesystem/EntrySync.idl',
48 'filesystem/ErrorCallback.idl',
49 'filesystem/FileCallback.idl',
43 'filesystem/FileEntry.idl', 50 'filesystem/FileEntry.idl',
44 'filesystem/FileEntrySync.idl', 51 'filesystem/FileEntrySync.idl',
52 'filesystem/FileSystemCallback.idl',
45 'filesystem/FileWriter.idl', 53 'filesystem/FileWriter.idl',
54 'filesystem/FileWriterCallback.idl',
46 'filesystem/FileWriterSync.idl', 55 'filesystem/FileWriterSync.idl',
56 'filesystem/HTMLInputElementFileSystem.idl',
47 'filesystem/Metadata.idl', 57 'filesystem/Metadata.idl',
58 'filesystem/MetadataCallback.idl',
59 'filesystem/WindowFileSystem.idl',
60 'filesystem/WorkerGlobalScopeFileSystem.idl',
48 'gamepad/Gamepad.idl', 61 'gamepad/Gamepad.idl',
49 'gamepad/GamepadList.idl', 62 'gamepad/GamepadList.idl',
63 'gamepad/NavigatorGamepad.idl',
50 'geolocation/Coordinates.idl', 64 'geolocation/Coordinates.idl',
51 'geolocation/Geolocation.idl', 65 'geolocation/Geolocation.idl',
52 'geolocation/Geoposition.idl', 66 'geolocation/Geoposition.idl',
67 'geolocation/NavigatorGeolocation.idl',
68 'geolocation/PositionCallback.idl',
53 'geolocation/PositionError.idl', 69 'geolocation/PositionError.idl',
70 'geolocation/PositionErrorCallback.idl',
71 'imagebitmap/ImageBitmapFactories.idl',
72 'imagebitmap/WindowImageBitmapFactories.idl',
54 'indexeddb/IDBAny.idl', 73 'indexeddb/IDBAny.idl',
55 'indexeddb/IDBCursor.idl', 74 'indexeddb/IDBCursor.idl',
56 'indexeddb/IDBCursorWithValue.idl', 75 'indexeddb/IDBCursorWithValue.idl',
57 'indexeddb/IDBDatabase.idl', 76 'indexeddb/IDBDatabase.idl',
58 'indexeddb/IDBFactory.idl', 77 'indexeddb/IDBFactory.idl',
59 'indexeddb/IDBIndex.idl', 78 'indexeddb/IDBIndex.idl',
60 'indexeddb/IDBKeyRange.idl', 79 'indexeddb/IDBKeyRange.idl',
61 'indexeddb/IDBObjectStore.idl', 80 'indexeddb/IDBObjectStore.idl',
62 'indexeddb/IDBOpenDBRequest.idl', 81 'indexeddb/IDBOpenDBRequest.idl',
63 'indexeddb/IDBRequest.idl', 82 'indexeddb/IDBRequest.idl',
64 'indexeddb/IDBTransaction.idl', 83 'indexeddb/IDBTransaction.idl',
65 'indexeddb/IDBVersionChangeEvent.idl', 84 'indexeddb/IDBVersionChangeEvent.idl',
85 'indexeddb/WindowIndexedDatabase.idl',
86 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
66 'mediasource/MediaSource.idl', 87 'mediasource/MediaSource.idl',
67 'mediasource/SourceBuffer.idl', 88 'mediasource/SourceBuffer.idl',
68 'mediasource/SourceBufferList.idl', 89 'mediasource/SourceBufferList.idl',
90 'mediasource/URLMediaSource.idl',
69 'mediasource/WebKitMediaSource.idl', 91 'mediasource/WebKitMediaSource.idl',
70 'mediasource/WebKitSourceBuffer.idl', 92 'mediasource/WebKitSourceBuffer.idl',
71 'mediasource/WebKitSourceBufferList.idl', 93 'mediasource/WebKitSourceBufferList.idl',
94 'mediasource/WindowMediaSource.idl',
72 'mediastream/MediaStream.idl', 95 'mediastream/MediaStream.idl',
73 'mediastream/MediaStreamEvent.idl', 96 'mediastream/MediaStreamEvent.idl',
74 'mediastream/MediaStreamTrack.idl', 97 'mediastream/MediaStreamTrack.idl',
75 'mediastream/MediaStreamTrackEvent.idl', 98 'mediastream/MediaStreamTrackEvent.idl',
99 'mediastream/MediaStreamTrackSourcesCallback.idl',
100 'mediastream/NavigatorMediaStream.idl',
76 'mediastream/NavigatorUserMediaError.idl', 101 'mediastream/NavigatorUserMediaError.idl',
102 'mediastream/NavigatorUserMediaErrorCallback.idl',
103 'mediastream/NavigatorUserMediaSuccessCallback.idl',
77 'mediastream/RTCDTMFSender.idl', 104 'mediastream/RTCDTMFSender.idl',
78 'mediastream/RTCDTMFToneChangeEvent.idl', 105 'mediastream/RTCDTMFToneChangeEvent.idl',
79 'mediastream/RTCDataChannel.idl', 106 'mediastream/RTCDataChannel.idl',
80 'mediastream/RTCDataChannelEvent.idl', 107 'mediastream/RTCDataChannelEvent.idl',
108 'mediastream/RTCErrorCallback.idl',
81 'mediastream/RTCIceCandidate.idl', 109 'mediastream/RTCIceCandidate.idl',
82 'mediastream/RTCIceCandidateEvent.idl', 110 'mediastream/RTCIceCandidateEvent.idl',
83 'mediastream/RTCPeerConnection.idl', 111 'mediastream/RTCPeerConnection.idl',
84 'mediastream/RTCSessionDescription.idl', 112 'mediastream/RTCSessionDescription.idl',
113 'mediastream/RTCSessionDescriptionCallback.idl',
114 'mediastream/RTCStatsCallback.idl',
85 'mediastream/RTCStatsReport.idl', 115 'mediastream/RTCStatsReport.idl',
86 'mediastream/RTCStatsResponse.idl', 116 'mediastream/RTCStatsResponse.idl',
87 'mediastream/SourceInfo.idl', 117 'mediastream/SourceInfo.idl',
118 'mediastream/URLMediaStream.idl',
119 'navigationcontroller/NavigationController.idl',
120 'navigationcontroller/NavigatorNavigationController.idl',
121 'navigatorcontentutils/NavigatorContentUtils.idl',
88 'notifications/Notification.idl', 122 'notifications/Notification.idl',
89 'notifications/NotificationCenter.idl', 123 'notifications/NotificationCenter.idl',
124 'notifications/NotificationPermissionCallback.idl',
125 'notifications/WindowNotifications.idl',
126 'notifications/WorkerGlobalScopeNotifications.idl',
127 'performance/WorkerGlobalScopePerformance.idl',
90 'performance/WorkerPerformance.idl', 128 'performance/WorkerPerformance.idl',
129 'quota/NavigatorStorageQuota.idl',
130 'quota/StorageErrorCallback.idl',
91 'quota/StorageInfo.idl', 131 'quota/StorageInfo.idl',
92 'quota/StorageQuota.idl', 132 'quota/StorageQuota.idl',
133 'quota/StorageQuotaCallback.idl',
134 'quota/StorageUsageCallback.idl',
135 'quota/WindowQuota.idl',
136 'quota/WorkerNavigatorStorageQuota.idl',
93 'speech/SpeechGrammar.idl', 137 'speech/SpeechGrammar.idl',
94 'speech/SpeechGrammarList.idl', 138 'speech/SpeechGrammarList.idl',
95 'speech/SpeechRecognition.idl', 139 'speech/SpeechRecognition.idl',
96 'speech/SpeechRecognitionAlternative.idl', 140 'speech/SpeechRecognitionAlternative.idl',
97 'speech/SpeechRecognitionError.idl', 141 'speech/SpeechRecognitionError.idl',
98 'speech/SpeechRecognitionEvent.idl', 142 'speech/SpeechRecognitionEvent.idl',
99 'speech/SpeechRecognitionResult.idl', 143 'speech/SpeechRecognitionResult.idl',
100 'speech/SpeechRecognitionResultList.idl', 144 'speech/SpeechRecognitionResultList.idl',
101 'speech/SpeechSynthesis.idl', 145 'speech/SpeechSynthesis.idl',
102 'speech/SpeechSynthesisEvent.idl', 146 'speech/SpeechSynthesisEvent.idl',
103 'speech/SpeechSynthesisUtterance.idl', 147 'speech/SpeechSynthesisUtterance.idl',
104 'speech/SpeechSynthesisVoice.idl', 148 'speech/SpeechSynthesisVoice.idl',
149 'speech/WindowSpeechSynthesis.idl',
150 'vibration/NavigatorVibration.idl',
151 'webaudio/AnalyserNode.idl',
105 'webaudio/AudioBuffer.idl', 152 'webaudio/AudioBuffer.idl',
153 'webaudio/AudioBufferCallback.idl',
106 'webaudio/AudioBufferSourceNode.idl', 154 'webaudio/AudioBufferSourceNode.idl',
107 'webaudio/ChannelMergerNode.idl',
108 'webaudio/ChannelSplitterNode.idl',
109 'webaudio/AudioContext.idl', 155 'webaudio/AudioContext.idl',
110 'webaudio/AudioDestinationNode.idl', 156 'webaudio/AudioDestinationNode.idl',
111 'webaudio/GainNode.idl',
112 'webaudio/AudioListener.idl', 157 'webaudio/AudioListener.idl',
113 'webaudio/AudioNode.idl', 158 'webaudio/AudioNode.idl',
114 'webaudio/PannerNode.idl',
115 'webaudio/AudioParam.idl', 159 'webaudio/AudioParam.idl',
116 'webaudio/AudioProcessingEvent.idl', 160 'webaudio/AudioProcessingEvent.idl',
117 'webaudio/AudioSourceNode.idl', 161 'webaudio/AudioSourceNode.idl',
118 'webaudio/BiquadFilterNode.idl', 162 'webaudio/BiquadFilterNode.idl',
163 'webaudio/ChannelMergerNode.idl',
164 'webaudio/ChannelSplitterNode.idl',
119 'webaudio/ConvolverNode.idl', 165 'webaudio/ConvolverNode.idl',
120 'webaudio/DelayNode.idl', 166 'webaudio/DelayNode.idl',
121 'webaudio/DynamicsCompressorNode.idl', 167 'webaudio/DynamicsCompressorNode.idl',
122 'webaudio/ScriptProcessorNode.idl', 168 'webaudio/GainNode.idl',
123 'webaudio/MediaElementAudioSourceNode.idl', 169 'webaudio/MediaElementAudioSourceNode.idl',
124 'webaudio/MediaStreamAudioDestinationNode.idl', 170 'webaudio/MediaStreamAudioDestinationNode.idl',
125 'webaudio/MediaStreamAudioSourceNode.idl', 171 'webaudio/MediaStreamAudioSourceNode.idl',
126 'webaudio/OfflineAudioCompletionEvent.idl', 172 'webaudio/OfflineAudioCompletionEvent.idl',
127 'webaudio/OfflineAudioContext.idl', 173 'webaudio/OfflineAudioContext.idl',
128 'webaudio/OscillatorNode.idl', 174 'webaudio/OscillatorNode.idl',
129 'webaudio/AnalyserNode.idl', 175 'webaudio/PannerNode.idl',
176 'webaudio/PeriodicWave.idl',
177 'webaudio/ScriptProcessorNode.idl',
130 'webaudio/WaveShaperNode.idl', 178 'webaudio/WaveShaperNode.idl',
131 'webdatabase/Database.idl', 179 'webdatabase/Database.idl',
180 'webdatabase/DatabaseCallback.idl',
132 'webdatabase/DatabaseSync.idl', 181 'webdatabase/DatabaseSync.idl',
133 'webdatabase/SQLError.idl', 182 'webdatabase/SQLError.idl',
134 'webdatabase/SQLResultSet.idl', 183 'webdatabase/SQLResultSet.idl',
135 'webdatabase/SQLResultSetRowList.idl', 184 'webdatabase/SQLResultSetRowList.idl',
185 'webdatabase/SQLStatementCallback.idl',
186 'webdatabase/SQLStatementErrorCallback.idl',
136 'webdatabase/SQLTransaction.idl', 187 'webdatabase/SQLTransaction.idl',
188 'webdatabase/SQLTransactionCallback.idl',
189 'webdatabase/SQLTransactionErrorCallback.idl',
137 'webdatabase/SQLTransactionSync.idl', 190 'webdatabase/SQLTransactionSync.idl',
191 'webdatabase/SQLTransactionSyncCallback.idl',
192 'webdatabase/WindowWebDatabase.idl',
193 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
138 'webmidi/MIDIAccess.idl', 194 'webmidi/MIDIAccess.idl',
139 'webmidi/MIDIAccessPromise.idl', 195 'webmidi/MIDIAccessPromise.idl',
140 'webmidi/MIDIConnectionEvent.idl', 196 'webmidi/MIDIConnectionEvent.idl',
197 'webmidi/MIDIErrorCallback.idl',
141 'webmidi/MIDIInput.idl', 198 'webmidi/MIDIInput.idl',
142 'webmidi/MIDIMessageEvent.idl', 199 'webmidi/MIDIMessageEvent.idl',
143 'webmidi/MIDIOutput.idl', 200 'webmidi/MIDIOutput.idl',
144 'webmidi/MIDIPort.idl', 201 'webmidi/MIDIPort.idl',
202 'webmidi/MIDISuccessCallback.idl',
203 'webmidi/NavigatorWebMIDI.idl',
145 'websockets/CloseEvent.idl', 204 'websockets/CloseEvent.idl',
146 'websockets/WebSocket.idl', 205 'websockets/WebSocket.idl',
147 ], 206 ],
148 'python_modules_idl_files': [
149 'crypto/WindowCrypto.idl',
150 'crypto/WorkerGlobalScopeCrypto.idl',
151 'donottrack/NavigatorDoNotTrack.idl',
152 'filesystem/DataTransferItemFileSystem.idl',
153 'filesystem/EntriesCallback.idl',
154 'filesystem/EntryCallback.idl',
155 'filesystem/ErrorCallback.idl',
156 'filesystem/FileCallback.idl',
157 'filesystem/FileSystemCallback.idl',
158 'filesystem/FileWriterCallback.idl',
159 'filesystem/HTMLInputElementFileSystem.idl',
160 'filesystem/MetadataCallback.idl',
161 'filesystem/WindowFileSystem.idl',
162 'filesystem/WorkerGlobalScopeFileSystem.idl',
163 'gamepad/NavigatorGamepad.idl',
164 'geolocation/NavigatorGeolocation.idl',
165 'geolocation/PositionCallback.idl',
166 'geolocation/PositionErrorCallback.idl',
167 'imagebitmap/ImageBitmapFactories.idl',
168 'imagebitmap/WindowImageBitmapFactories.idl',
169 'indexeddb/WindowIndexedDatabase.idl',
170 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
171 'mediasource/URLMediaSource.idl',
172 'mediasource/WindowMediaSource.idl',
173 'mediastream/MediaStreamTrackSourcesCallback.idl',
174 'mediastream/NavigatorMediaStream.idl',
175 'mediastream/NavigatorUserMediaErrorCallback.idl',
176 'mediastream/NavigatorUserMediaSuccessCallback.idl',
177 'mediastream/RTCErrorCallback.idl',
178 'mediastream/RTCSessionDescriptionCallback.idl',
179 'mediastream/RTCStatsCallback.idl',
180 'mediastream/URLMediaStream.idl',
181 'navigationcontroller/NavigationController.idl',
182 'navigationcontroller/NavigatorNavigationController.idl',
183 'navigatorcontentutils/NavigatorContentUtils.idl',
184 'notifications/NotificationPermissionCallback.idl',
185 'notifications/WindowNotifications.idl',
186 'notifications/WorkerGlobalScopeNotifications.idl',
187 'performance/WorkerGlobalScopePerformance.idl',
188 'quota/NavigatorStorageQuota.idl',
189 'quota/StorageErrorCallback.idl',
190 'quota/StorageQuotaCallback.idl',
191 'quota/StorageUsageCallback.idl',
192 'quota/WindowQuota.idl',
193 'quota/WorkerNavigatorStorageQuota.idl',
194 'speech/WindowSpeechSynthesis.idl',
195 'vibration/NavigatorVibration.idl',
196 'webaudio/AudioBufferCallback.idl',
197 'webaudio/PeriodicWave.idl',
198 'webdatabase/DatabaseCallback.idl',
199 'webdatabase/SQLStatementCallback.idl',
200 'webdatabase/SQLStatementErrorCallback.idl',
201 'webdatabase/SQLTransactionCallback.idl',
202 'webdatabase/SQLTransactionErrorCallback.idl',
203 'webdatabase/SQLTransactionSyncCallback.idl',
204 'webdatabase/WindowWebDatabase.idl',
205 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
206 'webmidi/MIDIErrorCallback.idl',
207 'webmidi/MIDISuccessCallback.idl',
208 'webmidi/NavigatorWebMIDI.idl',
209 ],
210 'modules_files': [ 207 'modules_files': [
211 '<@(extra_blink_module_files)', 208 '<@(extra_blink_module_files)',
212 'crypto/AesCbcParams.cpp', 209 'crypto/AesCbcParams.cpp',
213 'crypto/AesCbcParams.h', 210 'crypto/AesCbcParams.h',
214 'crypto/AesKeyGenParams.cpp', 211 'crypto/AesKeyGenParams.cpp',
215 'crypto/AesKeyGenParams.h', 212 'crypto/AesKeyGenParams.h',
216 'crypto/Algorithm.cpp', 213 'crypto/Algorithm.cpp',
217 'crypto/Algorithm.h', 214 'crypto/Algorithm.h',
218 'crypto/Crypto.cpp', 215 'crypto/Crypto.cpp',
219 'crypto/Crypto.h', 216 'crypto/Crypto.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'indexeddb/IDBKeyPathTest.cpp', 766 'indexeddb/IDBKeyPathTest.cpp',
770 'indexeddb/IDBRequestTest.cpp', 767 'indexeddb/IDBRequestTest.cpp',
771 'indexeddb/IDBTransactionTest.cpp', 768 'indexeddb/IDBTransactionTest.cpp',
772 'websockets/WebSocketDeflaterTest.cpp', 769 'websockets/WebSocketDeflaterTest.cpp',
773 'websockets/WebSocketExtensionDispatcherTest.cpp', 770 'websockets/WebSocketExtensionDispatcherTest.cpp',
774 'websockets/WebSocketExtensionParserTest.cpp', 771 'websockets/WebSocketExtensionParserTest.cpp',
775 'websockets/WebSocketPerMessageDeflateTest.cpp', 772 'websockets/WebSocketPerMessageDeflateTest.cpp',
776 ], 773 ],
777 }, 774 },
778 } 775 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Tools/Scripts/run-bindings-tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698