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

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

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: uploaded the test results Created 5 years, 6 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'presentation/Presentation.idl', 149 'presentation/Presentation.idl',
150 'presentation/PresentationSession.idl', 150 'presentation/PresentationSession.idl',
151 'push_messaging/PushEvent.idl', 151 'push_messaging/PushEvent.idl',
152 'push_messaging/PushManager.idl', 152 'push_messaging/PushManager.idl',
153 'push_messaging/PushMessageData.idl', 153 'push_messaging/PushMessageData.idl',
154 'push_messaging/PushSubscription.idl', 154 'push_messaging/PushSubscription.idl',
155 'quota/DeprecatedStorageInfo.idl', 155 'quota/DeprecatedStorageInfo.idl',
156 'quota/DeprecatedStorageQuota.idl', 156 'quota/DeprecatedStorageQuota.idl',
157 'quota/StorageErrorCallback.idl', 157 'quota/StorageErrorCallback.idl',
158 'quota/StorageInfo.idl', 158 'quota/StorageInfo.idl',
159 'quota/StorageManager.idl',
159 'quota/StorageQuota.idl', 160 'quota/StorageQuota.idl',
160 'quota/StorageQuotaCallback.idl', 161 'quota/StorageQuotaCallback.idl',
161 'quota/StorageUsageCallback.idl', 162 'quota/StorageUsageCallback.idl',
162 'screen_orientation/ScreenOrientation.idl', 163 'screen_orientation/ScreenOrientation.idl',
163 'serviceworkers/Client.idl', 164 'serviceworkers/Client.idl',
164 'serviceworkers/Clients.idl', 165 'serviceworkers/Clients.idl',
165 'serviceworkers/ExtendableEvent.idl', 166 'serviceworkers/ExtendableEvent.idl',
166 'serviceworkers/FetchEvent.idl', 167 'serviceworkers/FetchEvent.idl',
167 'serviceworkers/ServiceWorker.idl', 168 'serviceworkers/ServiceWorker.idl',
168 'serviceworkers/ServiceWorkerContainer.idl', 169 'serviceworkers/ServiceWorkerContainer.idl',
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'push_messaging/ServiceWorkerRegistrationPush.cpp', 1094 'push_messaging/ServiceWorkerRegistrationPush.cpp',
1094 'push_messaging/ServiceWorkerRegistrationPush.h', 1095 'push_messaging/ServiceWorkerRegistrationPush.h',
1095 'quota/DOMWindowQuota.cpp', 1096 'quota/DOMWindowQuota.cpp',
1096 'quota/DOMWindowQuota.h', 1097 'quota/DOMWindowQuota.h',
1097 'quota/DeprecatedStorageInfo.cpp', 1098 'quota/DeprecatedStorageInfo.cpp',
1098 'quota/DeprecatedStorageInfo.h', 1099 'quota/DeprecatedStorageInfo.h',
1099 'quota/DeprecatedStorageQuota.cpp', 1100 'quota/DeprecatedStorageQuota.cpp',
1100 'quota/DeprecatedStorageQuota.h', 1101 'quota/DeprecatedStorageQuota.h',
1101 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 1102 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
1102 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 1103 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
1104 'quota/DurableStorageController.cpp',
1105 'quota/DurableStorageController.h',
1103 'quota/NavigatorStorageQuota.cpp', 1106 'quota/NavigatorStorageQuota.cpp',
1104 'quota/NavigatorStorageQuota.h', 1107 'quota/NavigatorStorageQuota.h',
1105 'quota/StorageErrorCallback.cpp', 1108 'quota/StorageErrorCallback.cpp',
1106 'quota/StorageErrorCallback.h', 1109 'quota/StorageErrorCallback.h',
1107 'quota/StorageInfo.cpp', 1110 'quota/StorageInfo.cpp',
1108 'quota/StorageInfo.h', 1111 'quota/StorageInfo.h',
1112 'quota/StorageManager.cpp',
1113 'quota/StorageManager.h',
1109 'quota/StorageQuota.cpp', 1114 'quota/StorageQuota.cpp',
1110 'quota/StorageQuota.h', 1115 'quota/StorageQuota.h',
1111 'quota/StorageQuotaCallback.h', 1116 'quota/StorageQuotaCallback.h',
1112 'quota/StorageQuotaCallbacksImpl.cpp', 1117 'quota/StorageQuotaCallbacksImpl.cpp',
1113 'quota/StorageQuotaCallbacksImpl.h', 1118 'quota/StorageQuotaCallbacksImpl.h',
1114 'quota/StorageQuotaClient.cpp', 1119 'quota/StorageQuotaClient.cpp',
1115 'quota/StorageQuotaClient.h', 1120 'quota/StorageQuotaClient.h',
1116 'quota/StorageUsageCallback.h', 1121 'quota/StorageUsageCallback.h',
1117 'quota/WorkerNavigatorStorageQuota.cpp', 1122 'quota/WorkerNavigatorStorageQuota.cpp',
1118 'quota/WorkerNavigatorStorageQuota.h', 1123 'quota/WorkerNavigatorStorageQuota.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1478 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1474 'webaudio/ConvolverNodeTest.cpp', 1479 'webaudio/ConvolverNodeTest.cpp',
1475 'webaudio/DynamicsCompressorNodeTest.cpp', 1480 'webaudio/DynamicsCompressorNodeTest.cpp',
1476 'webaudio/ScriptProcessorNodeTest.cpp', 1481 'webaudio/ScriptProcessorNodeTest.cpp',
1477 'webaudio/StereoPannerNodeTest.cpp', 1482 'webaudio/StereoPannerNodeTest.cpp',
1478 'websockets/DOMWebSocketTest.cpp', 1483 'websockets/DOMWebSocketTest.cpp',
1479 'websockets/DocumentWebSocketChannelTest.cpp', 1484 'websockets/DocumentWebSocketChannelTest.cpp',
1480 ], 1485 ],
1481 }, 1486 },
1482 } 1487 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698