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

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: just reset the results Created 5 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'presentation/PresentationRequest.idl', 157 'presentation/PresentationRequest.idl',
158 'presentation/PresentationSession.idl', 158 'presentation/PresentationSession.idl',
159 'push_messaging/PushEvent.idl', 159 'push_messaging/PushEvent.idl',
160 'push_messaging/PushManager.idl', 160 'push_messaging/PushManager.idl',
161 'push_messaging/PushMessageData.idl', 161 'push_messaging/PushMessageData.idl',
162 'push_messaging/PushSubscription.idl', 162 'push_messaging/PushSubscription.idl',
163 'quota/DeprecatedStorageInfo.idl', 163 'quota/DeprecatedStorageInfo.idl',
164 'quota/DeprecatedStorageQuota.idl', 164 'quota/DeprecatedStorageQuota.idl',
165 'quota/StorageErrorCallback.idl', 165 'quota/StorageErrorCallback.idl',
166 'quota/StorageInfo.idl', 166 'quota/StorageInfo.idl',
167 'quota/StorageManager.idl',
167 'quota/StorageQuota.idl', 168 'quota/StorageQuota.idl',
168 'quota/StorageQuotaCallback.idl', 169 'quota/StorageQuotaCallback.idl',
169 'quota/StorageUsageCallback.idl', 170 'quota/StorageUsageCallback.idl',
170 'screen_orientation/ScreenOrientation.idl', 171 'screen_orientation/ScreenOrientation.idl',
171 'serviceworkers/Client.idl', 172 'serviceworkers/Client.idl',
172 'serviceworkers/Clients.idl', 173 'serviceworkers/Clients.idl',
173 'serviceworkers/ExtendableEvent.idl', 174 'serviceworkers/ExtendableEvent.idl',
174 'serviceworkers/FetchEvent.idl', 175 'serviceworkers/FetchEvent.idl',
175 'serviceworkers/ServiceWorker.idl', 176 'serviceworkers/ServiceWorker.idl',
176 'serviceworkers/ServiceWorkerContainer.idl', 177 'serviceworkers/ServiceWorkerContainer.idl',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 'quota/DeprecatedStorageQuota.cpp', 1252 'quota/DeprecatedStorageQuota.cpp',
1252 'quota/DeprecatedStorageQuota.h', 1253 'quota/DeprecatedStorageQuota.h',
1253 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 1254 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
1254 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 1255 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
1255 'quota/NavigatorStorageQuota.cpp', 1256 'quota/NavigatorStorageQuota.cpp',
1256 'quota/NavigatorStorageQuota.h', 1257 'quota/NavigatorStorageQuota.h',
1257 'quota/StorageErrorCallback.cpp', 1258 'quota/StorageErrorCallback.cpp',
1258 'quota/StorageErrorCallback.h', 1259 'quota/StorageErrorCallback.h',
1259 'quota/StorageInfo.cpp', 1260 'quota/StorageInfo.cpp',
1260 'quota/StorageInfo.h', 1261 'quota/StorageInfo.h',
1262 'quota/StorageManager.cpp',
1263 'quota/StorageManager.h',
1261 'quota/StorageQuota.cpp', 1264 'quota/StorageQuota.cpp',
1262 'quota/StorageQuota.h', 1265 'quota/StorageQuota.h',
1263 'quota/StorageQuotaCallback.h', 1266 'quota/StorageQuotaCallback.h',
1264 'quota/StorageQuotaCallbacksImpl.cpp', 1267 'quota/StorageQuotaCallbacksImpl.cpp',
1265 'quota/StorageQuotaCallbacksImpl.h', 1268 'quota/StorageQuotaCallbacksImpl.h',
1266 'quota/StorageQuotaClient.cpp', 1269 'quota/StorageQuotaClient.cpp',
1267 'quota/StorageQuotaClient.h', 1270 'quota/StorageQuotaClient.h',
1268 'quota/StorageUsageCallback.h', 1271 'quota/StorageUsageCallback.h',
1269 'quota/WorkerNavigatorStorageQuota.cpp', 1272 'quota/WorkerNavigatorStorageQuota.cpp',
1270 'quota/WorkerNavigatorStorageQuota.h', 1273 'quota/WorkerNavigatorStorageQuota.h',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1770 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1768 'webaudio/ConvolverNodeTest.cpp', 1771 'webaudio/ConvolverNodeTest.cpp',
1769 'webaudio/DynamicsCompressorNodeTest.cpp', 1772 'webaudio/DynamicsCompressorNodeTest.cpp',
1770 'webaudio/ScriptProcessorNodeTest.cpp', 1773 'webaudio/ScriptProcessorNodeTest.cpp',
1771 'webaudio/StereoPannerNodeTest.cpp', 1774 'webaudio/StereoPannerNodeTest.cpp',
1772 'websockets/DOMWebSocketTest.cpp', 1775 'websockets/DOMWebSocketTest.cpp',
1773 'websockets/DocumentWebSocketChannelTest.cpp', 1776 'websockets/DocumentWebSocketChannelTest.cpp',
1774 ], 1777 ],
1775 }, 1778 },
1776 } 1779 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/modules/quota/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698