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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/modules/serviceworkers/Cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index aa903be07920c6ea0e7e16a1a38cc3ab54bb900b..c9d53895e0863f2874be4dd2f8dbc7553eec2d6f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -22,6 +22,8 @@
'bluetooth/Bluetooth.idl',
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothDiscovery.idl',
+ 'cachestorage/Cache.idl',
+ 'cachestorage/CacheStorage.idl',
'compositorworker/CompositorWorker.idl',
'compositorworker/CompositorWorkerGlobalScope.idl',
'credentialmanager/Credential.idl',
@@ -152,8 +154,6 @@
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
'screen_orientation/ScreenOrientation.idl',
- 'serviceworkers/Cache.idl',
- 'serviceworkers/CacheStorage.idl',
'serviceworkers/Client.idl',
'serviceworkers/Clients.idl',
'serviceworkers/ExtendableEvent.idl',
@@ -241,6 +241,8 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
+ 'cachestorage/WindowCacheStorage.idl',
+ 'cachestorage/WorkerCacheStorage.idl',
'credentialmanager/NavigatorCredentials.idl',
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
@@ -289,8 +291,6 @@
'quota/WorkerNavigatorStorageQuota.idl',
'screen_orientation/ScreenScreenOrientation.idl',
'serviceworkers/NavigatorServiceWorker.idl',
- 'serviceworkers/WindowCacheStorage.idl',
- 'serviceworkers/WorkerCacheStorage.idl',
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
'storage/WindowStorage.idl',
@@ -339,6 +339,7 @@
'app_banner/BeforeInstallPromptEventInit.idl',
'background_sync/SyncEventInit.idl',
'background_sync/SyncRegistrationOptions.idl',
+ 'cachestorage/CacheQueryOptions.idl',
'device_light/DeviceLightEventInit.idl',
'encoding/TextDecodeOptions.idl',
'encoding/TextDecoderOptions.idl',
@@ -366,7 +367,6 @@
'presentation/AvailableChangeEventInit.idl',
'presentation/DefaultSessionStartEventInit.idl',
'push_messaging/PushEventInit.idl',
- 'serviceworkers/CacheQueryOptions.idl',
'serviceworkers/ClientQueryOptions.idl',
'serviceworkers/ExtendableEventInit.idl',
'serviceworkers/InstallEventInit.idl',
@@ -398,6 +398,8 @@
'<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
'<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
'<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h',
+ '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
+ '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
'<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp',
'<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h',
'<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
@@ -452,8 +454,6 @@
'<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h',
'<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
'<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
- '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp',
- '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h',
'<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
'<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
'<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
@@ -579,6 +579,14 @@
'bluetooth/BluetoothError.h',
'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
+ 'cachestorage/Cache.cpp',
+ 'cachestorage/Cache.h',
+ 'cachestorage/CacheStorage.cpp',
+ 'cachestorage/CacheStorage.h',
+ 'cachestorage/GlobalCacheStorage.cpp',
+ 'cachestorage/GlobalCacheStorage.h',
+ 'cachestorage/InspectorCacheStorageAgent.cpp',
+ 'cachestorage/InspectorCacheStorageAgent.h',
'compositorworker/CompositorWorker.cpp',
'compositorworker/CompositorWorker.h',
'compositorworker/CompositorWorkerGlobalScope.cpp',
@@ -1051,20 +1059,12 @@
'screen_orientation/ScreenOrientationController.h',
'screen_orientation/ScreenOrientationDispatcher.cpp',
'screen_orientation/ScreenOrientationDispatcher.h',
- 'serviceworkers/Cache.cpp',
- 'serviceworkers/Cache.h',
- 'serviceworkers/CacheStorage.cpp',
- 'serviceworkers/CacheStorage.h',
'serviceworkers/ExtendableEvent.cpp',
'serviceworkers/ExtendableEvent.h',
'serviceworkers/FetchEvent.cpp',
'serviceworkers/FetchEvent.h',
- 'serviceworkers/GlobalCacheStorage.cpp',
- 'serviceworkers/GlobalCacheStorage.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
- 'serviceworkers/InspectorServiceWorkerCacheAgent.cpp',
- 'serviceworkers/InspectorServiceWorkerCacheAgent.h',
'serviceworkers/NavigatorServiceWorker.cpp',
'serviceworkers/NavigatorServiceWorker.h',
'serviceworkers/RespondWithObserver.cpp',
@@ -1378,6 +1378,7 @@
],
'modules_unittest_files': [
'accessibility/AXObjectTest.cpp',
+ 'cachestorage/CacheTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
@@ -1386,7 +1387,6 @@
'indexeddb/IDBKeyPathTest.cpp',
'indexeddb/IDBRequestTest.cpp',
'indexeddb/IDBTransactionTest.cpp',
- 'serviceworkers/CacheTest.cpp',
'serviceworkers/ServiceWorkerContainerTest.cpp',
'websockets/DOMWebSocketTest.cpp',
'websockets/DocumentWebSocketChannelTest.cpp',
« 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