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

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

Issue 2319623003: Reorganize Blink IDL build, delete obsolete GYP files. (Closed)
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)',
17 'app_banner/AppBannerPromptResult.idl',
18 'app_banner/BeforeInstallPromptEvent.idl',
19 'background_sync/SyncEvent.idl',
20 'background_sync/SyncManager.idl',
21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothDevice.idl',
24 'bluetooth/BluetoothCharacteristicProperties.idl',
25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl',
26 'bluetooth/BluetoothRemoteGATTServer.idl',
27 'bluetooth/BluetoothRemoteGATTService.idl',
28 'bluetooth/BluetoothUUID.idl',
29 'broadcastchannel/BroadcastChannel.idl',
30 'budget/BudgetService.idl',
31 'budget/BudgetState.idl',
32 'cachestorage/Cache.idl',
33 'cachestorage/CacheStorage.idl',
34 'canvas2d/CanvasGradient.idl',
35 'canvas2d/CanvasPattern.idl',
36 'canvas2d/CanvasRenderingContext2D.idl',
37 'canvas2d/Path2D.idl',
38 'compositorworker/AnimationWorkletGlobalScope.idl',
39 'compositorworker/CompositorWorker.idl',
40 'compositorworker/CompositorWorkerGlobalScope.idl',
41 'credentialmanager/Credential.idl',
42 'credentialmanager/CredentialsContainer.idl',
43 'credentialmanager/FederatedCredential.idl',
44 'credentialmanager/PasswordCredential.idl',
45 'credentialmanager/SiteBoundCredential.idl',
46 'crypto/Crypto.idl',
47 'crypto/CryptoKey.idl',
48 'crypto/SubtleCrypto.idl',
49 'csspaint/PaintRenderingContext2D.idl',
50 'csspaint/PaintSize.idl',
51 'csspaint/PaintWorkletGlobalScope.idl',
52 'device_light/DeviceLightEvent.idl',
53 'device_orientation/DeviceAcceleration.idl',
54 'device_orientation/DeviceMotionEvent.idl',
55 'device_orientation/DeviceOrientationEvent.idl',
56 'device_orientation/DeviceRotationRate.idl',
57 'encoding/TextDecoder.idl',
58 'encoding/TextEncoder.idl',
59 'encryptedmedia/MediaEncryptedEvent.idl',
60 'encryptedmedia/MediaKeyMessageEvent.idl',
61 'encryptedmedia/MediaKeySession.idl',
62 'encryptedmedia/MediaKeyStatusMap.idl',
63 'encryptedmedia/MediaKeySystemAccess.idl',
64 'encryptedmedia/MediaKeys.idl',
65 'fetch/Body.idl',
66 'fetch/Headers.idl',
67 'fetch/Request.idl',
68 'fetch/Response.idl',
69 'filesystem/DOMFileSystem.idl',
70 'filesystem/DOMFileSystemSync.idl',
71 'filesystem/DirectoryEntry.idl',
72 'filesystem/DirectoryEntrySync.idl',
73 'filesystem/DirectoryReader.idl',
74 'filesystem/DirectoryReaderSync.idl',
75 'filesystem/EntriesCallback.idl',
76 'filesystem/Entry.idl',
77 'filesystem/EntryCallback.idl',
78 'filesystem/EntrySync.idl',
79 'filesystem/ErrorCallback.idl',
80 'filesystem/FileEntry.idl',
81 'filesystem/FileEntrySync.idl',
82 'filesystem/FileSystemCallback.idl',
83 'filesystem/FileWriter.idl',
84 'filesystem/FileWriterCallback.idl',
85 'filesystem/FileWriterSync.idl',
86 'filesystem/Metadata.idl',
87 'filesystem/MetadataCallback.idl',
88 'gamepad/Gamepad.idl',
89 'gamepad/GamepadButton.idl',
90 'gamepad/GamepadEvent.idl',
91 'gamepad/GamepadList.idl',
92 'geolocation/Coordinates.idl',
93 'geolocation/Geolocation.idl',
94 'geolocation/Geoposition.idl',
95 'geolocation/PositionCallback.idl',
96 'geolocation/PositionError.idl',
97 'geolocation/PositionErrorCallback.idl',
98 'imagebitmap/ImageBitmapRenderingContext.idl',
99 'imagecapture/ImageCapture.idl',
100 'imagecapture/MediaSettingsRange.idl',
101 'imagecapture/PhotoCapabilities.idl',
102 'indexeddb/IDBCursor.idl',
103 'indexeddb/IDBCursorWithValue.idl',
104 'indexeddb/IDBDatabase.idl',
105 'indexeddb/IDBFactory.idl',
106 'indexeddb/IDBIndex.idl',
107 'indexeddb/IDBKeyRange.idl',
108 'indexeddb/IDBObjectStore.idl',
109 'indexeddb/IDBObserver.idl',
110 'indexeddb/IDBObserverChanges.idl',
111 'indexeddb/IDBObservation.idl',
112 'indexeddb/IDBOpenDBRequest.idl',
113 'indexeddb/IDBRequest.idl',
114 'indexeddb/IDBTransaction.idl',
115 'indexeddb/IDBVersionChangeEvent.idl',
116 'installedapp/RelatedApplication.idl',
117 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
118 'mediarecorder/BlobEvent.idl',
119 'mediarecorder/MediaRecorder.idl',
120 'mediasession/MediaArtwork.idl',
121 'mediasession/MediaMetadata.idl',
122 'mediasession/MediaSession.idl',
123 'mediasource/MediaSource.idl',
124 'mediasource/SourceBuffer.idl',
125 'mediasource/SourceBufferList.idl',
126 'mediasource/TrackDefault.idl',
127 'mediasource/TrackDefaultList.idl',
128 'mediasource/VideoPlaybackQuality.idl',
129 'mediastream/MediaDeviceInfo.idl',
130 'mediastream/MediaDevices.idl',
131 'mediastream/MediaStream.idl',
132 'mediastream/MediaStreamEvent.idl',
133 'mediastream/MediaStreamTrack.idl',
134 'mediastream/MediaStreamTrackEvent.idl',
135 'mediastream/MediaStreamTrackSourcesCallback.idl',
136 'mediastream/NavigatorUserMediaError.idl',
137 'mediastream/NavigatorUserMediaErrorCallback.idl',
138 'mediastream/NavigatorUserMediaSuccessCallback.idl',
139 'mediastream/SourceInfo.idl',
140 'netinfo/NetworkInformation.idl',
141 'nfc/MessageCallback.idl',
142 'nfc/NFC.idl',
143 'notifications/Notification.idl',
144 'notifications/NotificationEvent.idl',
145 'notifications/NotificationPermissionCallback.idl',
146 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl',
147 'payments/PaymentAddress.idl',
148 'payments/PaymentRequestUpdateEvent.idl',
149 'payments/PaymentRequest.idl',
150 'payments/PaymentResponse.idl',
151 'peerconnection/RTCCertificate.idl',
152 'peerconnection/RTCDTMFSender.idl',
153 'peerconnection/RTCDTMFToneChangeEvent.idl',
154 'peerconnection/RTCDataChannel.idl',
155 'peerconnection/RTCDataChannelEvent.idl',
156 'peerconnection/RTCIceCandidate.idl',
157 'peerconnection/RTCIceCandidateEvent.idl',
158 'peerconnection/RTCLegacyStatsReport.idl',
159 'peerconnection/RTCPeerConnection.idl',
160 'peerconnection/RTCPeerConnectionErrorCallback.idl',
161 'peerconnection/RTCSessionDescription.idl',
162 'peerconnection/RTCSessionDescriptionCallback.idl',
163 'peerconnection/RTCStatsCallback.idl',
164 'peerconnection/RTCStatsResponse.idl',
165 'permissions/Permissions.idl',
166 'permissions/PermissionStatus.idl',
167 'plugins/MimeType.idl',
168 'plugins/MimeTypeArray.idl',
169 'plugins/Plugin.idl',
170 'plugins/PluginArray.idl',
171 'presentation/Presentation.idl',
172 'presentation/PresentationAvailability.idl',
173 'presentation/PresentationConnection.idl',
174 'presentation/PresentationConnectionAvailableEvent.idl',
175 'presentation/PresentationConnectionCloseEvent.idl',
176 'presentation/PresentationConnectionList.idl',
177 'presentation/PresentationReceiver.idl',
178 'presentation/PresentationRequest.idl',
179 'push_messaging/PushEvent.idl',
180 'push_messaging/PushManager.idl',
181 'push_messaging/PushMessageData.idl',
182 'push_messaging/PushSubscription.idl',
183 'push_messaging/PushSubscriptionOptions.idl',
184 'quota/DeprecatedStorageInfo.idl',
185 'quota/DeprecatedStorageQuota.idl',
186 'quota/StorageErrorCallback.idl',
187 'quota/StorageInfo.idl',
188 'quota/StorageManager.idl',
189 'quota/StorageQuota.idl',
190 'quota/StorageQuotaCallback.idl',
191 'quota/StorageUsageCallback.idl',
192 'remoteplayback/RemotePlayback.idl',
193 'remoteplayback/RemotePlaybackAvailability.idl',
194 'screen_orientation/ScreenOrientation.idl',
195 'sensor/Sensor.idl',
196 'sensor/SensorErrorEvent.idl',
197 'sensor/SensorReading.idl',
198 'sensor/SensorReadingEvent.idl',
199 'serviceworkers/Client.idl',
200 'serviceworkers/Clients.idl',
201 'serviceworkers/ExtendableEvent.idl',
202 'serviceworkers/ExtendableMessageEvent.idl',
203 'serviceworkers/FetchEvent.idl',
204 'serviceworkers/ForeignFetchEvent.idl',
205 'serviceworkers/InstallEvent.idl',
206 'serviceworkers/ServiceWorker.idl',
207 'serviceworkers/ServiceWorkerContainer.idl',
208 'serviceworkers/ServiceWorkerGlobalScope.idl',
209 'serviceworkers/ServiceWorkerMessageEvent.idl',
210 'serviceworkers/ServiceWorkerRegistration.idl',
211 'serviceworkers/WindowClient.idl',
212 'speech/SpeechGrammar.idl',
213 'speech/SpeechGrammarList.idl',
214 'speech/SpeechRecognition.idl',
215 'speech/SpeechRecognitionAlternative.idl',
216 'speech/SpeechRecognitionError.idl',
217 'speech/SpeechRecognitionEvent.idl',
218 'speech/SpeechRecognitionResult.idl',
219 'speech/SpeechRecognitionResultList.idl',
220 'speech/SpeechSynthesis.idl',
221 'speech/SpeechSynthesisEvent.idl',
222 'speech/SpeechSynthesisUtterance.idl',
223 'speech/SpeechSynthesisVoice.idl',
224 'storage/Storage.idl',
225 'storage/StorageEvent.idl',
226 'vr/VRDisplay.idl',
227 'vr/VRDisplayEvent.idl',
228 'vr/VRDisplayCapabilities.idl',
229 'vr/VREyeParameters.idl',
230 'vr/VRFieldOfView.idl',
231 'vr/VRPose.idl',
232 'vr/VRStageParameters.idl',
233 'webaudio/AnalyserNode.idl',
234 'webaudio/AudioBuffer.idl',
235 'webaudio/AudioBufferCallback.idl',
236 'webaudio/AudioBufferSourceNode.idl',
237 'webaudio/AudioContext.idl',
238 'webaudio/AudioDestinationNode.idl',
239 'webaudio/AudioListener.idl',
240 'webaudio/AudioNode.idl',
241 'webaudio/AudioParam.idl',
242 'webaudio/AudioProcessingEvent.idl',
243 'webaudio/AudioSourceNode.idl',
244 'webaudio/BiquadFilterNode.idl',
245 'webaudio/ChannelMergerNode.idl',
246 'webaudio/ChannelSplitterNode.idl',
247 'webaudio/ConvolverNode.idl',
248 'webaudio/DelayNode.idl',
249 'webaudio/DynamicsCompressorNode.idl',
250 'webaudio/GainNode.idl',
251 'webaudio/IIRFilterNode.idl',
252 'webaudio/MediaElementAudioSourceNode.idl',
253 'webaudio/MediaStreamAudioDestinationNode.idl',
254 'webaudio/MediaStreamAudioSourceNode.idl',
255 'webaudio/OfflineAudioCompletionEvent.idl',
256 'webaudio/OfflineAudioContext.idl',
257 'webaudio/OscillatorNode.idl',
258 'webaudio/PannerNode.idl',
259 'webaudio/PeriodicWave.idl',
260 'webaudio/ScriptProcessorNode.idl',
261 'webaudio/StereoPannerNode.idl',
262 'webaudio/WaveShaperNode.idl',
263 'webdatabase/Database.idl',
264 'webdatabase/DatabaseCallback.idl',
265 'webdatabase/SQLError.idl',
266 'webdatabase/SQLResultSet.idl',
267 'webdatabase/SQLResultSetRowList.idl',
268 'webdatabase/SQLStatementCallback.idl',
269 'webdatabase/SQLStatementErrorCallback.idl',
270 'webdatabase/SQLTransaction.idl',
271 'webdatabase/SQLTransactionCallback.idl',
272 'webdatabase/SQLTransactionErrorCallback.idl',
273 'webgl/ANGLEInstancedArrays.idl',
274 'webgl/EXTBlendMinMax.idl',
275 'webgl/EXTColorBufferFloat.idl',
276 'webgl/EXTDisjointTimerQuery.idl',
277 'webgl/EXTFragDepth.idl',
278 'webgl/EXTShaderTextureLOD.idl',
279 'webgl/EXTTextureFilterAnisotropic.idl',
280 'webgl/EXTsRGB.idl',
281 'webgl/OESElementIndexUint.idl',
282 'webgl/OESStandardDerivatives.idl',
283 'webgl/OESTextureFloat.idl',
284 'webgl/OESTextureFloatLinear.idl',
285 'webgl/OESTextureHalfFloat.idl',
286 'webgl/OESTextureHalfFloatLinear.idl',
287 'webgl/OESVertexArrayObject.idl',
288 'webgl/WebGL2RenderingContext.idl',
289 'webgl/WebGLActiveInfo.idl',
290 'webgl/WebGLBuffer.idl',
291 'webgl/WebGLCompressedTextureASTC.idl',
292 'webgl/WebGLCompressedTextureATC.idl',
293 'webgl/WebGLCompressedTextureETC1.idl',
294 'webgl/WebGLCompressedTexturePVRTC.idl',
295 'webgl/WebGLCompressedTextureS3TC.idl',
296 'webgl/WebGLContextEvent.idl',
297 'webgl/WebGLDebugRendererInfo.idl',
298 'webgl/WebGLDebugShaders.idl',
299 'webgl/WebGLDepthTexture.idl',
300 'webgl/WebGLDrawBuffers.idl',
301 'webgl/WebGLFramebuffer.idl',
302 'webgl/WebGLLoseContext.idl',
303 'webgl/WebGLProgram.idl',
304 'webgl/WebGLQuery.idl',
305 'webgl/WebGLRenderbuffer.idl',
306 'webgl/WebGLRenderingContext.idl',
307 'webgl/WebGLSampler.idl',
308 'webgl/WebGLShader.idl',
309 'webgl/WebGLShaderPrecisionFormat.idl',
310 'webgl/WebGLSync.idl',
311 'webgl/WebGLTexture.idl',
312 'webgl/WebGLTimerQueryEXT.idl',
313 'webgl/WebGLTransformFeedback.idl',
314 'webgl/WebGLUniformLocation.idl',
315 'webgl/WebGLVertexArrayObject.idl',
316 'webgl/WebGLVertexArrayObjectOES.idl',
317 'webmidi/MIDIAccess.idl',
318 'webmidi/MIDIConnectionEvent.idl',
319 'webmidi/MIDIInput.idl',
320 'webmidi/MIDIInputMap.idl',
321 'webmidi/MIDIMessageEvent.idl',
322 'webmidi/MIDIOutput.idl',
323 'webmidi/MIDIOutputMap.idl',
324 'webmidi/MIDIPort.idl',
325 'websockets/CloseEvent.idl',
326 'websockets/WebSocket.idl',
327 'webusb/USB.idl',
328 'webusb/USBAlternateInterface.idl',
329 'webusb/USBEndpoint.idl',
330 'webusb/USBConfiguration.idl',
331 'webusb/USBConnectionEvent.idl',
332 'webusb/USBDevice.idl',
333 'webusb/USBInTransferResult.idl',
334 'webusb/USBInterface.idl',
335 'webusb/USBIsochronousInTransferPacket.idl',
336 'webusb/USBIsochronousInTransferResult.idl',
337 'webusb/USBIsochronousOutTransferPacket.idl',
338 'webusb/USBIsochronousOutTransferResult.idl',
339 'webusb/USBOutTransferResult.idl',
340 ],
341 # 'partial interface' or target (right side of) 'implements'
342 'modules_dependency_idl_files': [
343 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
344 'background_sync/ServiceWorkerGlobalScopeSync.idl',
345 'background_sync/ServiceWorkerRegistrationSync.idl',
346 'battery/NavigatorBattery.idl',
347 'beacon/NavigatorBeacon.idl',
348 'bluetooth/NavigatorBluetooth.idl',
349 'budget/NavigatorBudget.idl',
350 'budget/WorkerNavigatorBudget.idl',
351 'cachestorage/WindowCacheStorage.idl',
352 'cachestorage/WorkerCacheStorage.idl',
353 'canvas/HTMLCanvasElementModule.idl',
354 'canvas2d/CanvasPathMethods.idl',
355 'compositorworker/WindowAnimationWorklet.idl',
356 'credentialmanager/NavigatorCredentials.idl',
357 'crypto/WindowCrypto.idl',
358 'crypto/WorkerGlobalScopeCrypto.idl',
359 'csspaint/WindowPaintWorklet.idl',
360 'device_light/WindowDeviceLight.idl',
361 'device_orientation/WindowDeviceMotion.idl',
362 'device_orientation/WindowDeviceOrientation.idl',
363 'donottrack/NavigatorDoNotTrack.idl',
364 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
365 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
366 'fetch/WindowFetch.idl',
367 'fetch/WorkerFetch.idl',
368 'filesystem/DataTransferItemFileSystem.idl',
369 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl',
370 'filesystem/DevToolsHostFileSystem.idl',
371 'filesystem/HTMLInputElementFileSystem.idl',
372 'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
373 'filesystem/WindowFileSystem.idl',
374 'gamepad/NavigatorGamepad.idl',
375 'geolocation/NavigatorGeolocation.idl',
376 'indexeddb/WindowIndexedDatabase.idl',
377 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
378 'installedapp/NavigatorInstalledApp.idl',
379 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
380 'mediacapturefromelement/HTMLMediaElementCapture.idl',
381 'mediasession/HTMLMediaElementMediaSession.idl',
382 'mediasource/AudioTrackSourceBuffer.idl',
383 'mediasource/VideoTrackSourceBuffer.idl',
384 'mediasource/HTMLVideoElementMediaSource.idl',
385 'mediasource/URLMediaSource.idl',
386 'mediastream/NavigatorMediaStream.idl',
387 'mediastream/NavigatorUserMedia.idl',
388 'mediastream/URLMediaStream.idl',
389 'mediastream/WindowMediaStream.idl',
390 'navigatorcontentutils/NavigatorContentUtils.idl',
391 'nfc/NavigatorNFC.idl',
392 'netinfo/NavigatorNetworkInformation.idl',
393 'netinfo/WorkerNavigatorNetworkInformation.idl',
394 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
395 'notifications/ServiceWorkerRegistrationNotifications.idl',
396 'offscreencanvas/OffscreenCanvasModules.idl',
397 'permissions/NavigatorPermissions.idl',
398 'permissions/WorkerNavigatorPermissions.idl',
399 'plugins/NavigatorPlugins.idl',
400 'presentation/NavigatorPresentation.idl',
401 'push_messaging/ServiceWorkerGlobalScopePush.idl',
402 'push_messaging/ServiceWorkerRegistrationPush.idl',
403 'quota/NavigatorStorageQuota.idl',
404 'quota/WindowQuota.idl',
405 'quota/WorkerNavigatorStorageQuota.idl',
406 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
407 'screen_orientation/ScreenScreenOrientation.idl',
408 'serviceworkers/NavigatorServiceWorker.idl',
409 'speech/WindowSpeech.idl',
410 'speech/WindowSpeechSynthesis.idl',
411 'srcobject/HTMLMediaElementSrcObject.idl',
412 'storage/WindowStorage.idl',
413 'vibration/NavigatorVibration.idl',
414 'vr/NavigatorVR.idl',
415 'wake_lock/ScreenWakeLock.idl',
416 'webaudio/WindowWebAudio.idl',
417 'webaudio/WindowAudioWorklet.idl',
418 'webdatabase/WindowWebDatabase.idl',
419 'webgl/WebGL2RenderingContextBase.idl',
420 'webgl/WebGLRenderingContextBase.idl',
421 'webmidi/NavigatorWebMIDI.idl',
422 'webshare/NavigatorShare.idl',
423 'webusb/NavigatorUSB.idl',
424 ],
425 # interfaces that inherit from Event
426 'modules_event_idl_files': [
427 'app_banner/BeforeInstallPromptEvent.idl',
428 'background_sync/SyncEvent.idl',
429 'device_light/DeviceLightEvent.idl',
430 'device_orientation/DeviceMotionEvent.idl',
431 'device_orientation/DeviceOrientationEvent.idl',
432 'encryptedmedia/MediaEncryptedEvent.idl',
433 'encryptedmedia/MediaKeyMessageEvent.idl',
434 'gamepad/GamepadEvent.idl',
435 'indexeddb/IDBVersionChangeEvent.idl',
436 'mediarecorder/BlobEvent.idl',
437 'mediastream/MediaStreamEvent.idl',
438 'mediastream/MediaStreamTrackEvent.idl',
439 'notifications/NotificationEvent.idl',
440 'payments/PaymentRequestUpdateEvent.idl',
441 'peerconnection/RTCDTMFToneChangeEvent.idl',
442 'peerconnection/RTCDataChannelEvent.idl',
443 'peerconnection/RTCIceCandidateEvent.idl',
444 'presentation/PresentationConnectionAvailableEvent.idl',
445 'presentation/PresentationConnectionCloseEvent.idl',
446 'push_messaging/PushEvent.idl',
447 'sensor/SensorErrorEvent.idl',
448 'sensor/SensorReadingEvent.idl',
449 'serviceworkers/ExtendableEvent.idl',
450 'serviceworkers/ExtendableMessageEvent.idl',
451 'serviceworkers/FetchEvent.idl',
452 'serviceworkers/ForeignFetchEvent.idl',
453 'serviceworkers/InstallEvent.idl',
454 'serviceworkers/ServiceWorkerMessageEvent.idl',
455 'speech/SpeechRecognitionError.idl',
456 'speech/SpeechRecognitionEvent.idl',
457 'speech/SpeechSynthesisEvent.idl',
458 'storage/StorageEvent.idl',
459 'vr/VRDisplayEvent.idl',
460 'webaudio/AudioProcessingEvent.idl',
461 'webaudio/OfflineAudioCompletionEvent.idl',
462 'webgl/WebGLContextEvent.idl',
463 'webmidi/MIDIConnectionEvent.idl',
464 'webmidi/MIDIMessageEvent.idl',
465 'websockets/CloseEvent.idl',
466 ],
467 'modules_dictionary_idl_files': [
468 'app_banner/BeforeInstallPromptEventInit.idl',
469 'background_sync/SyncEventInit.idl',
470 'bluetooth/BluetoothScanFilter.idl',
471 'bluetooth/RequestDeviceOptions.idl',
472 'cachestorage/CacheQueryOptions.idl',
473 'canvas2d/Canvas2DContextAttributes.idl',
474 'canvas2d/HitRegionOptions.idl',
475 'credentialmanager/CredentialData.idl',
476 'credentialmanager/CredentialRequestOptions.idl',
477 'credentialmanager/FederatedCredentialData.idl',
478 'credentialmanager/FederatedCredentialRequestOptions.idl',
479 'credentialmanager/FormDataOptions.idl',
480 'credentialmanager/LocallyStoredCredentialData.idl',
481 'credentialmanager/PasswordCredentialData.idl',
482 'device_light/DeviceLightEventInit.idl',
483 'encoding/TextDecodeOptions.idl',
484 'encoding/TextDecoderOptions.idl',
485 'encryptedmedia/MediaEncryptedEventInit.idl',
486 'encryptedmedia/MediaKeyMessageEventInit.idl',
487 'encryptedmedia/MediaKeySystemConfiguration.idl',
488 'encryptedmedia/MediaKeySystemMediaCapability.idl',
489 'filesystem/FileSystemFlags.idl',
490 'gamepad/GamepadEventInit.idl',
491 'geolocation/PositionOptions.idl',
492 'imagecapture/Point2D.idl',
493 'imagecapture/PhotoSettings.idl',
494 'indexeddb/IDBIndexParameters.idl',
495 'indexeddb/IDBObjectStoreParameters.idl',
496 'indexeddb/IDBObserverInit.idl',
497 'indexeddb/IDBVersionChangeEventInit.idl',
498 'mediarecorder/BlobEventInit.idl',
499 'mediarecorder/MediaRecorderOptions.idl',
500 'mediasession/MediaArtworkInit.idl',
501 'mediasession/MediaMetadataInit.idl',
502 'mediastream/ConstrainBooleanParameters.idl',
503 'mediastream/ConstrainDOMStringParameters.idl',
504 'mediastream/ConstrainDoubleRange.idl',
505 'mediastream/ConstrainLongRange.idl',
506 'mediastream/DoubleRange.idl',
507 'mediastream/LongRange.idl',
508 'mediastream/MediaStreamConstraints.idl',
509 'mediastream/MediaStreamEventInit.idl',
510 'mediastream/MediaTrackConstraintSet.idl',
511 'mediastream/MediaTrackConstraints.idl',
512 'mediastream/MediaTrackSettings.idl',
513 'mediastream/MediaTrackSupportedConstraints.idl',
514 'nfc/NFCMessage.idl',
515 'nfc/NFCPushOptions.idl',
516 'nfc/NFCRecord.idl',
517 'nfc/NFCWatchOptions.idl',
518 'notifications/GetNotificationOptions.idl',
519 'notifications/NotificationAction.idl',
520 'notifications/NotificationEventInit.idl',
521 'notifications/NotificationOptions.idl',
522 'payments/PaymentCurrencyAmount.idl',
523 'payments/PaymentDetails.idl',
524 'payments/PaymentDetailsModifier.idl',
525 'payments/PaymentItem.idl',
526 'payments/PaymentMethodData.idl',
527 'payments/PaymentOptions.idl',
528 'payments/PaymentRequestUpdateEventInit.idl',
529 'payments/PaymentShippingOption.idl',
530 'peerconnection/RTCAnswerOptions.idl',
531 'peerconnection/RTCDTMFToneChangeEventInit.idl',
532 'peerconnection/RTCIceCandidateInit.idl',
533 'peerconnection/RTCOfferAnswerOptions.idl',
534 'peerconnection/RTCOfferOptions.idl',
535 'peerconnection/RTCSessionDescriptionInit.idl',
536 'permissions/MidiPermissionDescriptor.idl',
537 'permissions/PermissionDescriptor.idl',
538 'permissions/PushPermissionDescriptor.idl',
539 'presentation/PresentationConnectionAvailableEventInit.idl',
540 'presentation/PresentationConnectionCloseEventInit.idl',
541 'push_messaging/PushEventInit.idl',
542 'push_messaging/PushSubscriptionOptionsInit.idl',
543 'quota/StorageEstimate.idl',
544 'sensor/SensorErrorEventInit.idl',
545 'sensor/SensorReadingEventInit.idl',
546 'sensor/SensorOptions.idl',
547 'serviceworkers/ClientQueryOptions.idl',
548 'serviceworkers/ExtendableEventInit.idl',
549 'serviceworkers/ExtendableMessageEventInit.idl',
550 'serviceworkers/FetchEventInit.idl',
551 'serviceworkers/ForeignFetchEventInit.idl',
552 'serviceworkers/ForeignFetchOptions.idl',
553 'serviceworkers/ForeignFetchResponse.idl',
554 'serviceworkers/RegistrationOptions.idl',
555 'serviceworkers/ServiceWorkerMessageEventInit.idl',
556 'speech/SpeechRecognitionErrorInit.idl',
557 'speech/SpeechRecognitionEventInit.idl',
558 'storage/StorageEventInit.idl',
559 'vr/VRDisplayEventInit.idl',
560 'vr/VRFieldOfViewInit.idl',
561 'vr/VRLayer.idl',
562 'webaudio/PeriodicWaveConstraints.idl',
563 'webgl/WebGLContextAttributes.idl',
564 'webgl/WebGLContextEventInit.idl',
565 'webmidi/MIDIConnectionEventInit.idl',
566 'webmidi/MIDIMessageEventInit.idl',
567 'webmidi/MIDIOptions.idl',
568 'webshare/ShareData.idl',
569 'websockets/CloseEventInit.idl',
570 'webusb/USBConnectionEventInit.idl',
571 'webusb/USBControlTransferParameters.idl',
572 'webusb/USBDeviceFilter.idl',
573 'webusb/USBDeviceRequestOptions.idl',
574 ],
575 'generated_modules_files': [ 15 'generated_modules_files': [
576 # .cpp files from make_modules_generated actions. 16 # .cpp files from make_modules_generated actions.
577 '<(blink_modules_output_dir)/EventModules.cpp', 17 '<(blink_modules_output_dir)/EventModules.cpp',
578 '<(blink_modules_output_dir)/EventModulesHeaders.h', 18 '<(blink_modules_output_dir)/EventModulesHeaders.h',
579 '<(blink_modules_output_dir)/EventModulesNames.cpp', 19 '<(blink_modules_output_dir)/EventModulesNames.cpp',
580 '<(blink_modules_output_dir)/EventModulesNames.h', 20 '<(blink_modules_output_dir)/EventModulesNames.h',
581 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 21 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
582 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 22 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
583 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 23 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
584 '<(blink_modules_output_dir)/IndexedDBNames.h', 24 '<(blink_modules_output_dir)/IndexedDBNames.h',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 'screen_orientation/ScreenScreenOrientation.cpp', 983 'screen_orientation/ScreenScreenOrientation.cpp',
1544 'screen_orientation/ScreenScreenOrientation.h', 984 'screen_orientation/ScreenScreenOrientation.h',
1545 'screen_orientation/ScreenOrientation.cpp', 985 'screen_orientation/ScreenOrientation.cpp',
1546 'screen_orientation/ScreenOrientation.h', 986 'screen_orientation/ScreenOrientation.h',
1547 'screen_orientation/ScreenOrientationController.cpp', 987 'screen_orientation/ScreenOrientationController.cpp',
1548 'screen_orientation/ScreenOrientationController.h', 988 'screen_orientation/ScreenOrientationController.h',
1549 'screen_orientation/ScreenOrientationDispatcher.cpp', 989 'screen_orientation/ScreenOrientationDispatcher.cpp',
1550 'screen_orientation/ScreenOrientationDispatcher.h', 990 'screen_orientation/ScreenOrientationDispatcher.h',
1551 ], 991 ],
1552 # 'partial interface' or target (right side of) 'implements' 992 # 'partial interface' or target (right side of) 'implements'
1553 'modules_testing_dependency_idl_files' : [
1554 'accessibility/testing/InternalsAccessibility.idl',
1555 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1556 'peerconnection/testing/InternalsRTCCertificate.idl',
1557 'serviceworkers/testing/InternalsServiceWorker.idl',
1558 'speech/testing/InternalsSpeechSynthesis.idl',
1559 'vibration/testing/InternalsVibration.idl',
1560 'webaudio/testing/InternalsWebAudio.idl',
1561 ],
1562 }, 993 },
1563 } 994 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/modules_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698