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

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: respond to jsbell comments 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'presentation/Presentation.idl', 152 'presentation/Presentation.idl',
153 'presentation/PresentationSession.idl', 153 'presentation/PresentationSession.idl',
154 'push_messaging/PushEvent.idl', 154 'push_messaging/PushEvent.idl',
155 'push_messaging/PushManager.idl', 155 'push_messaging/PushManager.idl',
156 'push_messaging/PushMessageData.idl', 156 'push_messaging/PushMessageData.idl',
157 'push_messaging/PushSubscription.idl', 157 'push_messaging/PushSubscription.idl',
158 'quota/DeprecatedStorageInfo.idl', 158 'quota/DeprecatedStorageInfo.idl',
159 'quota/DeprecatedStorageQuota.idl', 159 'quota/DeprecatedStorageQuota.idl',
160 'quota/StorageErrorCallback.idl', 160 'quota/StorageErrorCallback.idl',
161 'quota/StorageInfo.idl', 161 'quota/StorageInfo.idl',
162 'quota/StorageManager.idl',
162 'quota/StorageQuota.idl', 163 'quota/StorageQuota.idl',
163 'quota/StorageQuotaCallback.idl', 164 'quota/StorageQuotaCallback.idl',
164 'quota/StorageUsageCallback.idl', 165 'quota/StorageUsageCallback.idl',
165 'screen_orientation/ScreenOrientation.idl', 166 'screen_orientation/ScreenOrientation.idl',
166 'serviceworkers/Client.idl', 167 'serviceworkers/Client.idl',
167 'serviceworkers/Clients.idl', 168 'serviceworkers/Clients.idl',
168 'serviceworkers/ExtendableEvent.idl', 169 'serviceworkers/ExtendableEvent.idl',
169 'serviceworkers/FetchEvent.idl', 170 'serviceworkers/FetchEvent.idl',
170 'serviceworkers/ServiceWorker.idl', 171 'serviceworkers/ServiceWorker.idl',
171 'serviceworkers/ServiceWorkerContainer.idl', 172 'serviceworkers/ServiceWorkerContainer.idl',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'push_messaging/ServiceWorkerRegistrationPush.cpp', 1130 'push_messaging/ServiceWorkerRegistrationPush.cpp',
1130 'push_messaging/ServiceWorkerRegistrationPush.h', 1131 'push_messaging/ServiceWorkerRegistrationPush.h',
1131 'quota/DOMWindowQuota.cpp', 1132 'quota/DOMWindowQuota.cpp',
1132 'quota/DOMWindowQuota.h', 1133 'quota/DOMWindowQuota.h',
1133 'quota/DeprecatedStorageInfo.cpp', 1134 'quota/DeprecatedStorageInfo.cpp',
1134 'quota/DeprecatedStorageInfo.h', 1135 'quota/DeprecatedStorageInfo.h',
1135 'quota/DeprecatedStorageQuota.cpp', 1136 'quota/DeprecatedStorageQuota.cpp',
1136 'quota/DeprecatedStorageQuota.h', 1137 'quota/DeprecatedStorageQuota.h',
1137 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 1138 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
1138 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 1139 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
1140 'quota/DurableStorageController.cpp',
1141 'quota/DurableStorageController.h',
1139 'quota/NavigatorStorageQuota.cpp', 1142 'quota/NavigatorStorageQuota.cpp',
1140 'quota/NavigatorStorageQuota.h', 1143 'quota/NavigatorStorageQuota.h',
1141 'quota/StorageErrorCallback.cpp', 1144 'quota/StorageErrorCallback.cpp',
1142 'quota/StorageErrorCallback.h', 1145 'quota/StorageErrorCallback.h',
1143 'quota/StorageInfo.cpp', 1146 'quota/StorageInfo.cpp',
1144 'quota/StorageInfo.h', 1147 'quota/StorageInfo.h',
1148 'quota/StorageManager.cpp',
1149 'quota/StorageManager.h',
1145 'quota/StorageQuota.cpp', 1150 'quota/StorageQuota.cpp',
1146 'quota/StorageQuota.h', 1151 'quota/StorageQuota.h',
1147 'quota/StorageQuotaCallback.h', 1152 'quota/StorageQuotaCallback.h',
1148 'quota/StorageQuotaCallbacksImpl.cpp', 1153 'quota/StorageQuotaCallbacksImpl.cpp',
1149 'quota/StorageQuotaCallbacksImpl.h', 1154 'quota/StorageQuotaCallbacksImpl.h',
1150 'quota/StorageQuotaClient.cpp', 1155 'quota/StorageQuotaClient.cpp',
1151 'quota/StorageQuotaClient.h', 1156 'quota/StorageQuotaClient.h',
1152 'quota/StorageUsageCallback.h', 1157 'quota/StorageUsageCallback.h',
1153 'quota/WorkerNavigatorStorageQuota.cpp', 1158 'quota/WorkerNavigatorStorageQuota.cpp',
1154 'quota/WorkerNavigatorStorageQuota.h', 1159 'quota/WorkerNavigatorStorageQuota.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1526 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1522 'webaudio/ConvolverNodeTest.cpp', 1527 'webaudio/ConvolverNodeTest.cpp',
1523 'webaudio/DynamicsCompressorNodeTest.cpp', 1528 'webaudio/DynamicsCompressorNodeTest.cpp',
1524 'webaudio/ScriptProcessorNodeTest.cpp', 1529 'webaudio/ScriptProcessorNodeTest.cpp',
1525 'webaudio/StereoPannerNodeTest.cpp', 1530 'webaudio/StereoPannerNodeTest.cpp',
1526 'websockets/DOMWebSocketTest.cpp', 1531 'websockets/DOMWebSocketTest.cpp',
1527 'websockets/DocumentWebSocketChannelTest.cpp', 1532 'websockets/DocumentWebSocketChannelTest.cpp',
1528 ], 1533 ],
1529 }, 1534 },
1530 } 1535 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698