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

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: hacked up DEPS Created 5 years, 5 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'presentation/PresentationAvailability.idl', 156 'presentation/PresentationAvailability.idl',
157 'presentation/PresentationSession.idl', 157 'presentation/PresentationSession.idl',
158 'push_messaging/PushEvent.idl', 158 'push_messaging/PushEvent.idl',
159 'push_messaging/PushManager.idl', 159 'push_messaging/PushManager.idl',
160 'push_messaging/PushMessageData.idl', 160 'push_messaging/PushMessageData.idl',
161 'push_messaging/PushSubscription.idl', 161 'push_messaging/PushSubscription.idl',
162 'quota/DeprecatedStorageInfo.idl', 162 'quota/DeprecatedStorageInfo.idl',
163 'quota/DeprecatedStorageQuota.idl', 163 'quota/DeprecatedStorageQuota.idl',
164 'quota/StorageErrorCallback.idl', 164 'quota/StorageErrorCallback.idl',
165 'quota/StorageInfo.idl', 165 'quota/StorageInfo.idl',
166 'quota/StorageManager.idl',
166 'quota/StorageQuota.idl', 167 'quota/StorageQuota.idl',
167 'quota/StorageQuotaCallback.idl', 168 'quota/StorageQuotaCallback.idl',
168 'quota/StorageUsageCallback.idl', 169 'quota/StorageUsageCallback.idl',
169 'screen_orientation/ScreenOrientation.idl', 170 'screen_orientation/ScreenOrientation.idl',
170 'serviceworkers/Client.idl', 171 'serviceworkers/Client.idl',
171 'serviceworkers/Clients.idl', 172 'serviceworkers/Clients.idl',
172 'serviceworkers/ExtendableEvent.idl', 173 'serviceworkers/ExtendableEvent.idl',
173 'serviceworkers/FetchEvent.idl', 174 'serviceworkers/FetchEvent.idl',
174 'serviceworkers/ServiceWorker.idl', 175 'serviceworkers/ServiceWorker.idl',
175 'serviceworkers/ServiceWorkerContainer.idl', 176 'serviceworkers/ServiceWorkerContainer.idl',
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'quota/DeprecatedStorageQuota.cpp', 1220 'quota/DeprecatedStorageQuota.cpp',
1220 'quota/DeprecatedStorageQuota.h', 1221 'quota/DeprecatedStorageQuota.h',
1221 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 1222 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
1222 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 1223 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
1223 'quota/NavigatorStorageQuota.cpp', 1224 'quota/NavigatorStorageQuota.cpp',
1224 'quota/NavigatorStorageQuota.h', 1225 'quota/NavigatorStorageQuota.h',
1225 'quota/StorageErrorCallback.cpp', 1226 'quota/StorageErrorCallback.cpp',
1226 'quota/StorageErrorCallback.h', 1227 'quota/StorageErrorCallback.h',
1227 'quota/StorageInfo.cpp', 1228 'quota/StorageInfo.cpp',
1228 'quota/StorageInfo.h', 1229 'quota/StorageInfo.h',
1230 'quota/StorageManager.cpp',
1231 'quota/StorageManager.h',
1229 'quota/StorageQuota.cpp', 1232 'quota/StorageQuota.cpp',
1230 'quota/StorageQuota.h', 1233 'quota/StorageQuota.h',
1231 'quota/StorageQuotaCallback.h', 1234 'quota/StorageQuotaCallback.h',
1232 'quota/StorageQuotaCallbacksImpl.cpp', 1235 'quota/StorageQuotaCallbacksImpl.cpp',
1233 'quota/StorageQuotaCallbacksImpl.h', 1236 'quota/StorageQuotaCallbacksImpl.h',
1234 'quota/StorageQuotaClient.cpp', 1237 'quota/StorageQuotaClient.cpp',
1235 'quota/StorageQuotaClient.h', 1238 'quota/StorageQuotaClient.h',
1236 'quota/StorageUsageCallback.h', 1239 'quota/StorageUsageCallback.h',
1237 'quota/WorkerNavigatorStorageQuota.cpp', 1240 'quota/WorkerNavigatorStorageQuota.cpp',
1238 'quota/WorkerNavigatorStorageQuota.h', 1241 'quota/WorkerNavigatorStorageQuota.h',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1717 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1715 'webaudio/ConvolverNodeTest.cpp', 1718 'webaudio/ConvolverNodeTest.cpp',
1716 'webaudio/DynamicsCompressorNodeTest.cpp', 1719 'webaudio/DynamicsCompressorNodeTest.cpp',
1717 'webaudio/ScriptProcessorNodeTest.cpp', 1720 'webaudio/ScriptProcessorNodeTest.cpp',
1718 'webaudio/StereoPannerNodeTest.cpp', 1721 'webaudio/StereoPannerNodeTest.cpp',
1719 'websockets/DOMWebSocketTest.cpp', 1722 'websockets/DOMWebSocketTest.cpp',
1720 'websockets/DocumentWebSocketChannelTest.cpp', 1723 'websockets/DocumentWebSocketChannelTest.cpp',
1721 ], 1724 ],
1722 }, 1725 },
1723 } 1726 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698