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

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

Issue 424643002: Introducing the WebServiceWorkerCacheStorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: combine with prior CL Created 6 years, 4 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
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'push_messaging/PushManager.idl', 110 'push_messaging/PushManager.idl',
111 'push_messaging/PushRegistration.idl', 111 'push_messaging/PushRegistration.idl',
112 'quota/DeprecatedStorageInfo.idl', 112 'quota/DeprecatedStorageInfo.idl',
113 'quota/DeprecatedStorageQuota.idl', 113 'quota/DeprecatedStorageQuota.idl',
114 'quota/StorageErrorCallback.idl', 114 'quota/StorageErrorCallback.idl',
115 'quota/StorageInfo.idl', 115 'quota/StorageInfo.idl',
116 'quota/StorageQuota.idl', 116 'quota/StorageQuota.idl',
117 'quota/StorageQuotaCallback.idl', 117 'quota/StorageQuotaCallback.idl',
118 'quota/StorageUsageCallback.idl', 118 'quota/StorageUsageCallback.idl',
119 'screen_orientation/ScreenOrientation.idl', 119 'screen_orientation/ScreenOrientation.idl',
120 'serviceworkers/CacheStorage.idl', 120 'serviceworkers/FetchStores.idl',
121 'serviceworkers/Client.idl', 121 'serviceworkers/Client.idl',
122 'serviceworkers/FetchBodyStream.idl', 122 'serviceworkers/FetchBodyStream.idl',
123 'serviceworkers/FetchEvent.idl', 123 'serviceworkers/FetchEvent.idl',
124 'serviceworkers/Headers.idl', 124 'serviceworkers/Headers.idl',
125 'serviceworkers/HeadersForEachCallback.idl', 125 'serviceworkers/HeadersForEachCallback.idl',
126 'serviceworkers/InstallEvent.idl', 126 'serviceworkers/InstallEvent.idl',
127 'serviceworkers/InstallPhaseEvent.idl', 127 'serviceworkers/InstallPhaseEvent.idl',
128 'serviceworkers/Request.idl', 128 'serviceworkers/Request.idl',
129 'serviceworkers/Response.idl', 129 'serviceworkers/Response.idl',
130 'serviceworkers/ServiceWorker.idl', 130 'serviceworkers/ServiceWorker.idl',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'quota/WorkerNavigatorStorageQuota.cpp', 645 'quota/WorkerNavigatorStorageQuota.cpp',
646 'quota/WorkerNavigatorStorageQuota.h', 646 'quota/WorkerNavigatorStorageQuota.h',
647 'screen_orientation/LockOrientationCallback.cpp', 647 'screen_orientation/LockOrientationCallback.cpp',
648 'screen_orientation/LockOrientationCallback.h', 648 'screen_orientation/LockOrientationCallback.h',
649 'screen_orientation/ScreenScreenOrientation.cpp', 649 'screen_orientation/ScreenScreenOrientation.cpp',
650 'screen_orientation/ScreenScreenOrientation.h', 650 'screen_orientation/ScreenScreenOrientation.h',
651 'screen_orientation/ScreenOrientation.cpp', 651 'screen_orientation/ScreenOrientation.cpp',
652 'screen_orientation/ScreenOrientation.h', 652 'screen_orientation/ScreenOrientation.h',
653 'screen_orientation/ScreenOrientationController.cpp', 653 'screen_orientation/ScreenOrientationController.cpp',
654 'screen_orientation/ScreenOrientationController.h', 654 'screen_orientation/ScreenOrientationController.h',
655 'serviceworkers/CacheStorage.cpp', 655 'serviceworkers/FetchStores.cpp',
656 'serviceworkers/CacheStorage.h', 656 'serviceworkers/FetchStores.h',
657 'serviceworkers/Client.cpp', 657 'serviceworkers/Client.cpp',
658 'serviceworkers/Client.h', 658 'serviceworkers/Client.h',
659 'serviceworkers/FetchBodyStream.cpp', 659 'serviceworkers/FetchBodyStream.cpp',
660 'serviceworkers/FetchBodyStream.h', 660 'serviceworkers/FetchBodyStream.h',
661 'serviceworkers/FetchEvent.cpp', 661 'serviceworkers/FetchEvent.cpp',
662 'serviceworkers/FetchEvent.h', 662 'serviceworkers/FetchEvent.h',
663 'serviceworkers/FetchHeaderList.cpp', 663 'serviceworkers/FetchHeaderList.cpp',
664 'serviceworkers/FetchHeaderList.h', 664 'serviceworkers/FetchHeaderList.h',
665 'serviceworkers/FetchManager.cpp', 665 'serviceworkers/FetchManager.cpp',
666 'serviceworkers/FetchManager.h', 666 'serviceworkers/FetchManager.h',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'serviceworkers/ServiceWorkerContainerTest.cpp', 995 'serviceworkers/ServiceWorkerContainerTest.cpp',
996 'websockets/DOMWebSocketTest.cpp', 996 'websockets/DOMWebSocketTest.cpp',
997 'websockets/NewWebSocketChannelImplTest.cpp', 997 'websockets/NewWebSocketChannelImplTest.cpp',
998 'websockets/WebSocketDeflaterTest.cpp', 998 'websockets/WebSocketDeflaterTest.cpp',
999 'websockets/WebSocketExtensionDispatcherTest.cpp', 999 'websockets/WebSocketExtensionDispatcherTest.cpp',
1000 'websockets/WebSocketExtensionParserTest.cpp', 1000 'websockets/WebSocketExtensionParserTest.cpp',
1001 'websockets/WebSocketPerMessageDeflateTest.cpp', 1001 'websockets/WebSocketPerMessageDeflateTest.cpp',
1002 ], 1002 ],
1003 }, 1003 },
1004 } 1004 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/CacheStorage.h » ('j') | Source/modules/serviceworkers/FetchStores.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698