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

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: ToT 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'presentation/Presentation.idl', 150 'presentation/Presentation.idl',
151 'presentation/PresentationSession.idl', 151 'presentation/PresentationSession.idl',
152 'push_messaging/PushEvent.idl', 152 'push_messaging/PushEvent.idl',
153 'push_messaging/PushManager.idl', 153 'push_messaging/PushManager.idl',
154 'push_messaging/PushMessageData.idl', 154 'push_messaging/PushMessageData.idl',
155 'push_messaging/PushSubscription.idl', 155 'push_messaging/PushSubscription.idl',
156 'quota/DeprecatedStorageInfo.idl', 156 'quota/DeprecatedStorageInfo.idl',
157 'quota/DeprecatedStorageQuota.idl', 157 'quota/DeprecatedStorageQuota.idl',
158 'quota/StorageErrorCallback.idl', 158 'quota/StorageErrorCallback.idl',
159 'quota/StorageInfo.idl', 159 'quota/StorageInfo.idl',
160 'quota/StorageManager.idl',
160 'quota/StorageQuota.idl', 161 'quota/StorageQuota.idl',
161 'quota/StorageQuotaCallback.idl', 162 'quota/StorageQuotaCallback.idl',
162 'quota/StorageUsageCallback.idl', 163 'quota/StorageUsageCallback.idl',
163 'screen_orientation/ScreenOrientation.idl', 164 'screen_orientation/ScreenOrientation.idl',
164 'serviceworkers/Client.idl', 165 'serviceworkers/Client.idl',
165 'serviceworkers/Clients.idl', 166 'serviceworkers/Clients.idl',
166 'serviceworkers/ExtendableEvent.idl', 167 'serviceworkers/ExtendableEvent.idl',
167 'serviceworkers/FetchEvent.idl', 168 'serviceworkers/FetchEvent.idl',
168 'serviceworkers/ServiceWorker.idl', 169 'serviceworkers/ServiceWorker.idl',
169 'serviceworkers/ServiceWorkerContainer.idl', 170 'serviceworkers/ServiceWorkerContainer.idl',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'push_messaging/ServiceWorkerRegistrationPush.cpp', 1119 'push_messaging/ServiceWorkerRegistrationPush.cpp',
1119 'push_messaging/ServiceWorkerRegistrationPush.h', 1120 'push_messaging/ServiceWorkerRegistrationPush.h',
1120 'quota/DOMWindowQuota.cpp', 1121 'quota/DOMWindowQuota.cpp',
1121 'quota/DOMWindowQuota.h', 1122 'quota/DOMWindowQuota.h',
1122 'quota/DeprecatedStorageInfo.cpp', 1123 'quota/DeprecatedStorageInfo.cpp',
1123 'quota/DeprecatedStorageInfo.h', 1124 'quota/DeprecatedStorageInfo.h',
1124 'quota/DeprecatedStorageQuota.cpp', 1125 'quota/DeprecatedStorageQuota.cpp',
1125 'quota/DeprecatedStorageQuota.h', 1126 'quota/DeprecatedStorageQuota.h',
1126 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 1127 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
1127 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 1128 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
1129 'quota/DurableStorageController.cpp',
1130 'quota/DurableStorageController.h',
1128 'quota/NavigatorStorageQuota.cpp', 1131 'quota/NavigatorStorageQuota.cpp',
1129 'quota/NavigatorStorageQuota.h', 1132 'quota/NavigatorStorageQuota.h',
1130 'quota/StorageErrorCallback.cpp', 1133 'quota/StorageErrorCallback.cpp',
1131 'quota/StorageErrorCallback.h', 1134 'quota/StorageErrorCallback.h',
1132 'quota/StorageInfo.cpp', 1135 'quota/StorageInfo.cpp',
1133 'quota/StorageInfo.h', 1136 'quota/StorageInfo.h',
1137 'quota/StorageManager.cpp',
1138 'quota/StorageManager.h',
1134 'quota/StorageQuota.cpp', 1139 'quota/StorageQuota.cpp',
1135 'quota/StorageQuota.h', 1140 'quota/StorageQuota.h',
1136 'quota/StorageQuotaCallback.h', 1141 'quota/StorageQuotaCallback.h',
1137 'quota/StorageQuotaCallbacksImpl.cpp', 1142 'quota/StorageQuotaCallbacksImpl.cpp',
1138 'quota/StorageQuotaCallbacksImpl.h', 1143 'quota/StorageQuotaCallbacksImpl.h',
1139 'quota/StorageQuotaClient.cpp', 1144 'quota/StorageQuotaClient.cpp',
1140 'quota/StorageQuotaClient.h', 1145 'quota/StorageQuotaClient.h',
1141 'quota/StorageUsageCallback.h', 1146 'quota/StorageUsageCallback.h',
1142 'quota/WorkerNavigatorStorageQuota.cpp', 1147 'quota/WorkerNavigatorStorageQuota.cpp',
1143 'quota/WorkerNavigatorStorageQuota.h', 1148 'quota/WorkerNavigatorStorageQuota.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1511 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1507 'webaudio/ConvolverNodeTest.cpp', 1512 'webaudio/ConvolverNodeTest.cpp',
1508 'webaudio/DynamicsCompressorNodeTest.cpp', 1513 'webaudio/DynamicsCompressorNodeTest.cpp',
1509 'webaudio/ScriptProcessorNodeTest.cpp', 1514 'webaudio/ScriptProcessorNodeTest.cpp',
1510 'webaudio/StereoPannerNodeTest.cpp', 1515 'webaudio/StereoPannerNodeTest.cpp',
1511 'websockets/DOMWebSocketTest.cpp', 1516 'websockets/DOMWebSocketTest.cpp',
1512 'websockets/DocumentWebSocketChannelTest.cpp', 1517 'websockets/DocumentWebSocketChannelTest.cpp',
1513 ], 1518 ],
1514 }, 1519 },
1515 } 1520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698