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

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

Issue 1055543004: Move Cache Storage API implementation to modules/cachestorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 8 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 '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': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/BeforeInstallPromptEvent.idl', 17 'app_banner/BeforeInstallPromptEvent.idl',
18 'background_sync/SyncEvent.idl', 18 'background_sync/SyncEvent.idl',
19 'background_sync/SyncManager.idl', 19 'background_sync/SyncManager.idl',
20 'background_sync/SyncRegistration.idl', 20 'background_sync/SyncRegistration.idl',
21 'battery/BatteryManager.idl', 21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothDevice.idl', 23 'bluetooth/BluetoothDevice.idl',
24 'bluetooth/BluetoothDiscovery.idl', 24 'bluetooth/BluetoothDiscovery.idl',
25 'cachestorage/Cache.idl',
26 'cachestorage/CacheStorage.idl',
25 'compositorworker/CompositorWorker.idl', 27 'compositorworker/CompositorWorker.idl',
26 'compositorworker/CompositorWorkerGlobalScope.idl', 28 'compositorworker/CompositorWorkerGlobalScope.idl',
27 'credentialmanager/Credential.idl', 29 'credentialmanager/Credential.idl',
28 'credentialmanager/CredentialsContainer.idl', 30 'credentialmanager/CredentialsContainer.idl',
29 'credentialmanager/FederatedCredential.idl', 31 'credentialmanager/FederatedCredential.idl',
30 'credentialmanager/LocalCredential.idl', 32 'credentialmanager/LocalCredential.idl',
31 'crypto/Crypto.idl', 33 'crypto/Crypto.idl',
32 'crypto/CryptoKey.idl', 34 'crypto/CryptoKey.idl',
33 'crypto/SubtleCrypto.idl', 35 'crypto/SubtleCrypto.idl',
34 'device_light/DeviceLightEvent.idl', 36 'device_light/DeviceLightEvent.idl',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'push_messaging/PushMessageData.idl', 147 'push_messaging/PushMessageData.idl',
146 'push_messaging/PushSubscription.idl', 148 'push_messaging/PushSubscription.idl',
147 'quota/DeprecatedStorageInfo.idl', 149 'quota/DeprecatedStorageInfo.idl',
148 'quota/DeprecatedStorageQuota.idl', 150 'quota/DeprecatedStorageQuota.idl',
149 'quota/StorageErrorCallback.idl', 151 'quota/StorageErrorCallback.idl',
150 'quota/StorageInfo.idl', 152 'quota/StorageInfo.idl',
151 'quota/StorageQuota.idl', 153 'quota/StorageQuota.idl',
152 'quota/StorageQuotaCallback.idl', 154 'quota/StorageQuotaCallback.idl',
153 'quota/StorageUsageCallback.idl', 155 'quota/StorageUsageCallback.idl',
154 'screen_orientation/ScreenOrientation.idl', 156 'screen_orientation/ScreenOrientation.idl',
155 'serviceworkers/Cache.idl',
156 'serviceworkers/CacheStorage.idl',
157 'serviceworkers/Client.idl', 157 'serviceworkers/Client.idl',
158 'serviceworkers/Clients.idl', 158 'serviceworkers/Clients.idl',
159 'serviceworkers/ExtendableEvent.idl', 159 'serviceworkers/ExtendableEvent.idl',
160 'serviceworkers/FetchEvent.idl', 160 'serviceworkers/FetchEvent.idl',
161 'serviceworkers/InstallEvent.idl', 161 'serviceworkers/InstallEvent.idl',
162 'serviceworkers/ServiceWorker.idl', 162 'serviceworkers/ServiceWorker.idl',
163 'serviceworkers/ServiceWorkerContainer.idl', 163 'serviceworkers/ServiceWorkerContainer.idl',
164 'serviceworkers/ServiceWorkerGlobalScope.idl', 164 'serviceworkers/ServiceWorkerGlobalScope.idl',
165 'serviceworkers/ServiceWorkerRegistration.idl', 165 'serviceworkers/ServiceWorkerRegistration.idl',
166 'serviceworkers/WindowClient.idl', 166 'serviceworkers/WindowClient.idl',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'websockets/CloseEvent.idl', 234 'websockets/CloseEvent.idl',
235 'websockets/WebSocket.idl', 235 'websockets/WebSocket.idl',
236 ], 236 ],
237 # 'partial interface' or target (right side of) 'implements' 237 # 'partial interface' or target (right side of) 'implements'
238 'modules_dependency_idl_files': [ 238 'modules_dependency_idl_files': [
239 'background_sync/ServiceWorkerGlobalScopeSync.idl', 239 'background_sync/ServiceWorkerGlobalScopeSync.idl',
240 'background_sync/ServiceWorkerRegistrationSync.idl', 240 'background_sync/ServiceWorkerRegistrationSync.idl',
241 'battery/NavigatorBattery.idl', 241 'battery/NavigatorBattery.idl',
242 'beacon/NavigatorBeacon.idl', 242 'beacon/NavigatorBeacon.idl',
243 'bluetooth/NavigatorBluetooth.idl', 243 'bluetooth/NavigatorBluetooth.idl',
244 'cachestorage/WindowCacheStorage.idl',
245 'cachestorage/WorkerCacheStorage.idl',
244 'credentialmanager/NavigatorCredentials.idl', 246 'credentialmanager/NavigatorCredentials.idl',
245 'crypto/WindowCrypto.idl', 247 'crypto/WindowCrypto.idl',
246 'crypto/WorkerGlobalScopeCrypto.idl', 248 'crypto/WorkerGlobalScopeCrypto.idl',
247 'device_light/WindowDeviceLight.idl', 249 'device_light/WindowDeviceLight.idl',
248 'device_orientation/WindowDeviceMotion.idl', 250 'device_orientation/WindowDeviceMotion.idl',
249 'device_orientation/WindowDeviceOrientation.idl', 251 'device_orientation/WindowDeviceOrientation.idl',
250 'donottrack/NavigatorDoNotTrack.idl', 252 'donottrack/NavigatorDoNotTrack.idl',
251 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 253 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
252 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', 254 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
253 'fetch/WindowFetch.idl', 255 'fetch/WindowFetch.idl',
(...skipping 28 matching lines...) Expand all
282 'performance/WorkerGlobalScopePerformance.idl', 284 'performance/WorkerGlobalScopePerformance.idl',
283 'plugins/NavigatorPlugins.idl', 285 'plugins/NavigatorPlugins.idl',
284 'presentation/NavigatorPresentation.idl', 286 'presentation/NavigatorPresentation.idl',
285 'push_messaging/ServiceWorkerGlobalScopePush.idl', 287 'push_messaging/ServiceWorkerGlobalScopePush.idl',
286 'push_messaging/ServiceWorkerRegistrationPush.idl', 288 'push_messaging/ServiceWorkerRegistrationPush.idl',
287 'quota/NavigatorStorageQuota.idl', 289 'quota/NavigatorStorageQuota.idl',
288 'quota/WindowQuota.idl', 290 'quota/WindowQuota.idl',
289 'quota/WorkerNavigatorStorageQuota.idl', 291 'quota/WorkerNavigatorStorageQuota.idl',
290 'screen_orientation/ScreenScreenOrientation.idl', 292 'screen_orientation/ScreenScreenOrientation.idl',
291 'serviceworkers/NavigatorServiceWorker.idl', 293 'serviceworkers/NavigatorServiceWorker.idl',
292 'serviceworkers/WindowCacheStorage.idl',
293 'serviceworkers/WorkerCacheStorage.idl',
294 'speech/WindowSpeech.idl', 294 'speech/WindowSpeech.idl',
295 'speech/WindowSpeechSynthesis.idl', 295 'speech/WindowSpeechSynthesis.idl',
296 'storage/WindowStorage.idl', 296 'storage/WindowStorage.idl',
297 'vibration/NavigatorVibration.idl', 297 'vibration/NavigatorVibration.idl',
298 'vr/NavigatorVRDevice.idl', 298 'vr/NavigatorVRDevice.idl',
299 'webaudio/WindowWebAudio.idl', 299 'webaudio/WindowWebAudio.idl',
300 'webdatabase/WindowWebDatabase.idl', 300 'webdatabase/WindowWebDatabase.idl',
301 'webmidi/NavigatorWebMIDI.idl', 301 'webmidi/NavigatorWebMIDI.idl',
302 ], 302 ],
303 # interfaces that inherit from Event 303 # interfaces that inherit from Event
(...skipping 28 matching lines...) Expand all
332 'webaudio/AudioProcessingEvent.idl', 332 'webaudio/AudioProcessingEvent.idl',
333 'webaudio/OfflineAudioCompletionEvent.idl', 333 'webaudio/OfflineAudioCompletionEvent.idl',
334 'webmidi/MIDIConnectionEvent.idl', 334 'webmidi/MIDIConnectionEvent.idl',
335 'webmidi/MIDIMessageEvent.idl', 335 'webmidi/MIDIMessageEvent.idl',
336 'websockets/CloseEvent.idl', 336 'websockets/CloseEvent.idl',
337 ], 337 ],
338 'modules_dictionary_idl_files': [ 338 'modules_dictionary_idl_files': [
339 'app_banner/BeforeInstallPromptEventInit.idl', 339 'app_banner/BeforeInstallPromptEventInit.idl',
340 'background_sync/SyncEventInit.idl', 340 'background_sync/SyncEventInit.idl',
341 'background_sync/SyncRegistrationOptions.idl', 341 'background_sync/SyncRegistrationOptions.idl',
342 'cachestorage/CacheQueryOptions.idl',
342 'device_light/DeviceLightEventInit.idl', 343 'device_light/DeviceLightEventInit.idl',
343 'encoding/TextDecodeOptions.idl', 344 'encoding/TextDecodeOptions.idl',
344 'encoding/TextDecoderOptions.idl', 345 'encoding/TextDecoderOptions.idl',
345 'encryptedmedia/MediaEncryptedEventInit.idl', 346 'encryptedmedia/MediaEncryptedEventInit.idl',
346 'encryptedmedia/MediaKeyMessageEventInit.idl', 347 'encryptedmedia/MediaKeyMessageEventInit.idl',
347 'encryptedmedia/MediaKeySystemConfiguration.idl', 348 'encryptedmedia/MediaKeySystemConfiguration.idl',
348 'encryptedmedia/MediaKeySystemMediaCapability.idl', 349 'encryptedmedia/MediaKeySystemMediaCapability.idl',
349 'filesystem/FileSystemFlags.idl', 350 'filesystem/FileSystemFlags.idl',
350 'gamepad/GamepadEventInit.idl', 351 'gamepad/GamepadEventInit.idl',
351 'geofencing/CircularGeofencingRegionInit.idl', 352 'geofencing/CircularGeofencingRegionInit.idl',
352 'geolocation/PositionOptions.idl', 353 'geolocation/PositionOptions.idl',
353 'indexeddb/IDBIndexParameters.idl', 354 'indexeddb/IDBIndexParameters.idl',
354 'indexeddb/IDBObjectStoreParameters.idl', 355 'indexeddb/IDBObjectStoreParameters.idl',
355 'indexeddb/IDBVersionChangeEventInit.idl', 356 'indexeddb/IDBVersionChangeEventInit.idl',
356 'mediastream/MediaStreamEventInit.idl', 357 'mediastream/MediaStreamEventInit.idl',
357 'mediastream/RTCDTMFToneChangeEventInit.idl', 358 'mediastream/RTCDTMFToneChangeEventInit.idl',
358 'mediastream/RTCIceCandidateInit.idl', 359 'mediastream/RTCIceCandidateInit.idl',
359 'mediastream/RTCSessionDescriptionInit.idl', 360 'mediastream/RTCSessionDescriptionInit.idl',
360 'notifications/GetNotificationOptions.idl', 361 'notifications/GetNotificationOptions.idl',
361 'notifications/NotificationEventInit.idl', 362 'notifications/NotificationEventInit.idl',
362 'notifications/NotificationOptions.idl', 363 'notifications/NotificationOptions.idl',
363 'permissions/MidiPermissionDescriptor.idl', 364 'permissions/MidiPermissionDescriptor.idl',
364 'permissions/PermissionDescriptor.idl', 365 'permissions/PermissionDescriptor.idl',
365 'permissions/PushPermissionDescriptor.idl', 366 'permissions/PushPermissionDescriptor.idl',
366 'presentation/AvailableChangeEventInit.idl', 367 'presentation/AvailableChangeEventInit.idl',
367 'presentation/DefaultSessionStartEventInit.idl', 368 'presentation/DefaultSessionStartEventInit.idl',
368 'push_messaging/PushEventInit.idl', 369 'push_messaging/PushEventInit.idl',
369 'serviceworkers/CacheQueryOptions.idl',
370 'serviceworkers/ClientQueryOptions.idl', 370 'serviceworkers/ClientQueryOptions.idl',
371 'serviceworkers/ExtendableEventInit.idl', 371 'serviceworkers/ExtendableEventInit.idl',
372 'serviceworkers/InstallEventInit.idl', 372 'serviceworkers/InstallEventInit.idl',
373 'serviceworkers/RegistrationOptions.idl', 373 'serviceworkers/RegistrationOptions.idl',
374 'speech/SpeechRecognitionErrorInit.idl', 374 'speech/SpeechRecognitionErrorInit.idl',
375 'speech/SpeechRecognitionEventInit.idl', 375 'speech/SpeechRecognitionEventInit.idl',
376 'storage/StorageEventInit.idl', 376 'storage/StorageEventInit.idl',
377 'vr/VRFieldOfViewInit.idl', 377 'vr/VRFieldOfViewInit.idl',
378 'webmidi/MIDIConnectionEventInit.idl', 378 'webmidi/MIDIConnectionEventInit.idl',
379 'webmidi/MIDIMessageEventInit.idl', 379 'webmidi/MIDIMessageEventInit.idl',
(...skipping 11 matching lines...) Expand all
391 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 391 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
392 '<(blink_modules_output_dir)/IndexedDBNames.h', 392 '<(blink_modules_output_dir)/IndexedDBNames.h',
393 ], 393 ],
394 'generated_modules_dictionary_files': [ 394 'generated_modules_dictionary_files': [
395 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp', 395 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp',
396 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h', 396 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h',
397 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp', 397 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp',
398 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h', 398 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
399 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp', 399 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
400 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h', 400 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h',
401 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
402 '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
401 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', 403 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp',
402 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', 404 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h',
403 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', 405 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
404 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', 406 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
405 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', 407 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
406 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', 408 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
407 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', 409 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp',
408 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', 410 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h',
409 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', 411 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp',
410 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', 412 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '<(blink_modules_output_dir)/permissions/PermissionDescriptor.cpp', 447 '<(blink_modules_output_dir)/permissions/PermissionDescriptor.cpp',
446 '<(blink_modules_output_dir)/permissions/PermissionDescriptor.h', 448 '<(blink_modules_output_dir)/permissions/PermissionDescriptor.h',
447 '<(blink_modules_output_dir)/permissions/PushPermissionDescriptor.cpp', 449 '<(blink_modules_output_dir)/permissions/PushPermissionDescriptor.cpp',
448 '<(blink_modules_output_dir)/permissions/PushPermissionDescriptor.h', 450 '<(blink_modules_output_dir)/permissions/PushPermissionDescriptor.h',
449 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.cpp', 451 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.cpp',
450 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.h', 452 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.h',
451 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ', 453 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ',
452 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h', 454 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h',
453 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 455 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
454 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 456 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
455 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp',
456 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h',
457 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 457 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
458 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 458 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
459 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 459 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
460 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 460 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
461 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp', 461 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp',
462 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h', 462 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h',
463 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 463 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
464 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 464 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
465 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 465 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
466 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 466 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'beacon/NavigatorBeacon.h', 572 'beacon/NavigatorBeacon.h',
573 'bluetooth/Bluetooth.h', 573 'bluetooth/Bluetooth.h',
574 'bluetooth/BluetoothDevice.cpp', 574 'bluetooth/BluetoothDevice.cpp',
575 'bluetooth/BluetoothDevice.h', 575 'bluetooth/BluetoothDevice.h',
576 'bluetooth/BluetoothDiscovery.cpp', 576 'bluetooth/BluetoothDiscovery.cpp',
577 'bluetooth/BluetoothDiscovery.h', 577 'bluetooth/BluetoothDiscovery.h',
578 'bluetooth/BluetoothError.cpp', 578 'bluetooth/BluetoothError.cpp',
579 'bluetooth/BluetoothError.h', 579 'bluetooth/BluetoothError.h',
580 'bluetooth/NavigatorBluetooth.cpp', 580 'bluetooth/NavigatorBluetooth.cpp',
581 'bluetooth/NavigatorBluetooth.h', 581 'bluetooth/NavigatorBluetooth.h',
582 'cachestorage/Cache.cpp',
583 'cachestorage/Cache.h',
584 'cachestorage/CacheStorage.cpp',
585 'cachestorage/CacheStorage.h',
586 'cachestorage/GlobalCacheStorage.cpp',
587 'cachestorage/GlobalCacheStorage.h',
588 'cachestorage/InspectorCacheStorageAgent.cpp',
589 'cachestorage/InspectorCacheStorageAgent.h',
582 'compositorworker/CompositorWorker.cpp', 590 'compositorworker/CompositorWorker.cpp',
583 'compositorworker/CompositorWorker.h', 591 'compositorworker/CompositorWorker.h',
584 'compositorworker/CompositorWorkerGlobalScope.cpp', 592 'compositorworker/CompositorWorkerGlobalScope.cpp',
585 'compositorworker/CompositorWorkerGlobalScope.h', 593 'compositorworker/CompositorWorkerGlobalScope.h',
586 'compositorworker/CompositorWorkerMessagingProxy.cpp', 594 'compositorworker/CompositorWorkerMessagingProxy.cpp',
587 'compositorworker/CompositorWorkerMessagingProxy.h', 595 'compositorworker/CompositorWorkerMessagingProxy.h',
588 'compositorworker/CompositorWorkerThread.cpp', 596 'compositorworker/CompositorWorkerThread.cpp',
589 'compositorworker/CompositorWorkerThread.h', 597 'compositorworker/CompositorWorkerThread.h',
590 'credentialmanager/Credential.cpp', 598 'credentialmanager/Credential.cpp',
591 'credentialmanager/Credential.h', 599 'credentialmanager/Credential.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'screen_orientation/LockOrientationCallback.cpp', 1052 'screen_orientation/LockOrientationCallback.cpp',
1045 'screen_orientation/LockOrientationCallback.h', 1053 'screen_orientation/LockOrientationCallback.h',
1046 'screen_orientation/ScreenScreenOrientation.cpp', 1054 'screen_orientation/ScreenScreenOrientation.cpp',
1047 'screen_orientation/ScreenScreenOrientation.h', 1055 'screen_orientation/ScreenScreenOrientation.h',
1048 'screen_orientation/ScreenOrientation.cpp', 1056 'screen_orientation/ScreenOrientation.cpp',
1049 'screen_orientation/ScreenOrientation.h', 1057 'screen_orientation/ScreenOrientation.h',
1050 'screen_orientation/ScreenOrientationController.cpp', 1058 'screen_orientation/ScreenOrientationController.cpp',
1051 'screen_orientation/ScreenOrientationController.h', 1059 'screen_orientation/ScreenOrientationController.h',
1052 'screen_orientation/ScreenOrientationDispatcher.cpp', 1060 'screen_orientation/ScreenOrientationDispatcher.cpp',
1053 'screen_orientation/ScreenOrientationDispatcher.h', 1061 'screen_orientation/ScreenOrientationDispatcher.h',
1054 'serviceworkers/Cache.cpp',
1055 'serviceworkers/Cache.h',
1056 'serviceworkers/CacheStorage.cpp',
1057 'serviceworkers/CacheStorage.h',
1058 'serviceworkers/ExtendableEvent.cpp', 1062 'serviceworkers/ExtendableEvent.cpp',
1059 'serviceworkers/ExtendableEvent.h', 1063 'serviceworkers/ExtendableEvent.h',
1060 'serviceworkers/FetchEvent.cpp', 1064 'serviceworkers/FetchEvent.cpp',
1061 'serviceworkers/FetchEvent.h', 1065 'serviceworkers/FetchEvent.h',
1062 'serviceworkers/GlobalCacheStorage.cpp',
1063 'serviceworkers/GlobalCacheStorage.h',
1064 'serviceworkers/InstallEvent.cpp', 1066 'serviceworkers/InstallEvent.cpp',
1065 'serviceworkers/InstallEvent.h', 1067 'serviceworkers/InstallEvent.h',
1066 'serviceworkers/InspectorServiceWorkerCacheAgent.cpp',
1067 'serviceworkers/InspectorServiceWorkerCacheAgent.h',
1068 'serviceworkers/NavigatorServiceWorker.cpp', 1068 'serviceworkers/NavigatorServiceWorker.cpp',
1069 'serviceworkers/NavigatorServiceWorker.h', 1069 'serviceworkers/NavigatorServiceWorker.h',
1070 'serviceworkers/RespondWithObserver.cpp', 1070 'serviceworkers/RespondWithObserver.cpp',
1071 'serviceworkers/RespondWithObserver.h', 1071 'serviceworkers/RespondWithObserver.h',
1072 'serviceworkers/ServiceWorker.cpp', 1072 'serviceworkers/ServiceWorker.cpp',
1073 'serviceworkers/ServiceWorker.h', 1073 'serviceworkers/ServiceWorker.h',
1074 'serviceworkers/ServiceWorkerClient.cpp', 1074 'serviceworkers/ServiceWorkerClient.cpp',
1075 'serviceworkers/ServiceWorkerClient.h', 1075 'serviceworkers/ServiceWorkerClient.h',
1076 'serviceworkers/ServiceWorkerClients.cpp', 1076 'serviceworkers/ServiceWorkerClients.cpp',
1077 'serviceworkers/ServiceWorkerClients.h', 1077 'serviceworkers/ServiceWorkerClients.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 'serviceworkers/testing/InternalsServiceWorker.h', 1371 'serviceworkers/testing/InternalsServiceWorker.h',
1372 'speech/testing/InternalsSpeechSynthesis.cpp', 1372 'speech/testing/InternalsSpeechSynthesis.cpp',
1373 'speech/testing/InternalsSpeechSynthesis.h', 1373 'speech/testing/InternalsSpeechSynthesis.h',
1374 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1374 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1375 'speech/testing/PlatformSpeechSynthesizerMock.h', 1375 'speech/testing/PlatformSpeechSynthesizerMock.h',
1376 'vibration/testing/InternalsVibration.cpp', 1376 'vibration/testing/InternalsVibration.cpp',
1377 'vibration/testing/InternalsVibration.h', 1377 'vibration/testing/InternalsVibration.h',
1378 ], 1378 ],
1379 'modules_unittest_files': [ 1379 'modules_unittest_files': [
1380 'accessibility/AXObjectTest.cpp', 1380 'accessibility/AXObjectTest.cpp',
1381 'cachestorage/CacheTest.cpp',
1381 'fetch/BodyStreamBufferTest.cpp', 1382 'fetch/BodyStreamBufferTest.cpp',
1382 'fetch/FetchResponseDataTest.cpp', 1383 'fetch/FetchResponseDataTest.cpp',
1383 'fetch/RequestTest.cpp', 1384 'fetch/RequestTest.cpp',
1384 'fetch/ResponseTest.cpp', 1385 'fetch/ResponseTest.cpp',
1385 'filesystem/DOMFileSystemBaseTest.cpp', 1386 'filesystem/DOMFileSystemBaseTest.cpp',
1386 'indexeddb/IDBKeyPathTest.cpp', 1387 'indexeddb/IDBKeyPathTest.cpp',
1387 'indexeddb/IDBRequestTest.cpp', 1388 'indexeddb/IDBRequestTest.cpp',
1388 'indexeddb/IDBTransactionTest.cpp', 1389 'indexeddb/IDBTransactionTest.cpp',
1389 'serviceworkers/CacheTest.cpp',
1390 'serviceworkers/ServiceWorkerContainerTest.cpp', 1390 'serviceworkers/ServiceWorkerContainerTest.cpp',
1391 'websockets/DOMWebSocketTest.cpp', 1391 'websockets/DOMWebSocketTest.cpp',
1392 'websockets/DocumentWebSocketChannelTest.cpp', 1392 'websockets/DocumentWebSocketChannelTest.cpp',
1393 ], 1393 ],
1394 }, 1394 },
1395 } 1395 }
OLDNEW
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/modules/serviceworkers/Cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698