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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 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
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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'imagecapture/ImageCapture.h', 1194 'imagecapture/ImageCapture.h',
1195 'imagecapture/MediaSettingsRange.h', 1195 'imagecapture/MediaSettingsRange.h',
1196 'imagecapture/PhotoCapabilities.cpp', 1196 'imagecapture/PhotoCapabilities.cpp',
1197 'imagecapture/PhotoCapabilities.h', 1197 'imagecapture/PhotoCapabilities.h',
1198 'indexeddb/GlobalIndexedDB.cpp', 1198 'indexeddb/GlobalIndexedDB.cpp',
1199 'indexeddb/GlobalIndexedDB.h', 1199 'indexeddb/GlobalIndexedDB.h',
1200 'indexeddb/IDBAny.cpp', 1200 'indexeddb/IDBAny.cpp',
1201 'indexeddb/IDBAny.h', 1201 'indexeddb/IDBAny.h',
1202 'indexeddb/IDBCursor.cpp', 1202 'indexeddb/IDBCursor.cpp',
1203 'indexeddb/IDBCursor.h', 1203 'indexeddb/IDBCursor.h',
1204 'indexeddb/IDBCursorProxy.cpp',
1205 'indexeddb/IDBCursorProxy.h',
1204 'indexeddb/IDBCursorWithValue.cpp', 1206 'indexeddb/IDBCursorWithValue.cpp',
1205 'indexeddb/IDBCursorWithValue.h', 1207 'indexeddb/IDBCursorWithValue.h',
1206 'indexeddb/IDBDatabase.cpp', 1208 'indexeddb/IDBDatabase.cpp',
1207 'indexeddb/IDBDatabase.h', 1209 'indexeddb/IDBDatabase.h',
1208 'indexeddb/IDBDatabaseCallbacks.cpp', 1210 'indexeddb/IDBDatabaseObserverImpl.cpp',
1209 'indexeddb/IDBDatabaseCallbacks.h', 1211 'indexeddb/IDBDatabaseObserverImpl.h',
1212 'indexeddb/IDBDatabaseProxy.cpp',
1213 'indexeddb/IDBDatabaseProxy.h',
1210 'indexeddb/IDBEventDispatcher.cpp', 1214 'indexeddb/IDBEventDispatcher.cpp',
1211 'indexeddb/IDBEventDispatcher.h', 1215 'indexeddb/IDBEventDispatcher.h',
1212 'indexeddb/IDBFactory.cpp', 1216 'indexeddb/IDBFactory.cpp',
1213 'indexeddb/IDBFactory.h', 1217 'indexeddb/IDBFactory.h',
1214 'indexeddb/IDBHistograms.h', 1218 'indexeddb/IDBHistograms.h',
1215 'indexeddb/IDBIndex.cpp', 1219 'indexeddb/IDBIndex.cpp',
1216 'indexeddb/IDBIndex.h', 1220 'indexeddb/IDBIndex.h',
1217 'indexeddb/IDBKey.cpp', 1221 'indexeddb/IDBKey.cpp',
1218 'indexeddb/IDBKey.h', 1222 'indexeddb/IDBKey.h',
1219 'indexeddb/IDBKeyPath.cpp', 1223 'indexeddb/IDBKeyPath.cpp',
1220 'indexeddb/IDBKeyPath.h', 1224 'indexeddb/IDBKeyPath.h',
1221 'indexeddb/IDBKeyRange.cpp', 1225 'indexeddb/IDBKeyRange.cpp',
1222 'indexeddb/IDBKeyRange.h', 1226 'indexeddb/IDBKeyRange.h',
1223 'indexeddb/IDBMetadata.cpp', 1227 'indexeddb/IDBMetadata.cpp',
1224 'indexeddb/IDBMetadata.h', 1228 'indexeddb/IDBMetadata.h',
1229 'indexeddb/IDBMojoUtil.cpp',
1230 'indexeddb/IDBMojoUtil.h',
1225 'indexeddb/IDBObjectStore.cpp', 1231 'indexeddb/IDBObjectStore.cpp',
1226 'indexeddb/IDBObjectStore.h', 1232 'indexeddb/IDBObjectStore.h',
1227 'indexeddb/IDBObserver.cpp', 1233 'indexeddb/IDBObserver.cpp',
1228 'indexeddb/IDBObserver.h', 1234 'indexeddb/IDBObserver.h',
1229 'indexeddb/IDBObserverChanges.cpp', 1235 'indexeddb/IDBObserverChanges.cpp',
1230 'indexeddb/IDBObserverChanges.h', 1236 'indexeddb/IDBObserverChanges.h',
1231 'indexeddb/IDBObservation.cpp', 1237 'indexeddb/IDBObservation.cpp',
1232 'indexeddb/IDBObservation.h', 1238 'indexeddb/IDBObservation.h',
1233 'indexeddb/IDBOpenDBRequest.cpp', 1239 'indexeddb/IDBOpenDBRequest.cpp',
1234 'indexeddb/IDBOpenDBRequest.h', 1240 'indexeddb/IDBOpenDBRequest.h',
1235 'indexeddb/IDBRequest.cpp', 1241 'indexeddb/IDBRequest.cpp',
1236 'indexeddb/IDBRequest.h', 1242 'indexeddb/IDBRequest.h',
1243 'indexeddb/IDBStructTraits.cpp',
1244 'indexeddb/IDBStructTraits.h',
1237 'indexeddb/IDBTracing.h', 1245 'indexeddb/IDBTracing.h',
1238 'indexeddb/IDBTransaction.cpp', 1246 'indexeddb/IDBTransaction.cpp',
1239 'indexeddb/IDBTransaction.h', 1247 'indexeddb/IDBTransaction.h',
1240 'indexeddb/IDBValue.cpp', 1248 'indexeddb/IDBValue.cpp',
1241 'indexeddb/IDBValue.h', 1249 'indexeddb/IDBValue.h',
1242 'indexeddb/IDBVersionChangeEvent.cpp', 1250 'indexeddb/IDBVersionChangeEvent.cpp',
1243 'indexeddb/IDBVersionChangeEvent.h', 1251 'indexeddb/IDBVersionChangeEvent.h',
1244 'indexeddb/IndexedDB.h', 1252 'indexeddb/IndexedDB.h',
1245 'indexeddb/IndexedDBClient.cpp', 1253 'indexeddb/IndexedDBClient.cpp',
1246 'indexeddb/IndexedDBClient.h', 1254 'indexeddb/IndexedDBClient.h',
1247 'indexeddb/InspectorIndexedDBAgent.cpp', 1255 'indexeddb/InspectorIndexedDBAgent.cpp',
1248 'indexeddb/InspectorIndexedDBAgent.h', 1256 'indexeddb/InspectorIndexedDBAgent.h',
1249 'indexeddb/WebIDBCallbacksImpl.cpp',
1250 'indexeddb/WebIDBCallbacksImpl.h',
1251 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
1252 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
1253 'indexeddb/WebIDBObserverImpl.cpp', 1257 'indexeddb/WebIDBObserverImpl.cpp',
1254 'indexeddb/WebIDBObserverImpl.h', 1258 'indexeddb/WebIDBObserverImpl.h',
1255 'installedapp/InstalledAppController.cpp', 1259 'installedapp/InstalledAppController.cpp',
1256 'installedapp/InstalledAppController.h', 1260 'installedapp/InstalledAppController.h',
1257 'installedapp/NavigatorInstalledApp.cpp', 1261 'installedapp/NavigatorInstalledApp.cpp',
1258 'installedapp/NavigatorInstalledApp.h', 1262 'installedapp/NavigatorInstalledApp.h',
1259 'installedapp/RelatedApplication.h', 1263 'installedapp/RelatedApplication.h',
1260 'mediacapturefromelement/AutoCanvasDrawListener.cpp', 1264 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
1261 'mediacapturefromelement/AutoCanvasDrawListener.h', 1265 'mediacapturefromelement/AutoCanvasDrawListener.h',
1262 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp', 1266 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'fetch/FetchDataLoaderTest.cpp', 2055 'fetch/FetchDataLoaderTest.cpp',
2052 'fetch/FetchFormDataConsumerHandleTest.cpp', 2056 'fetch/FetchFormDataConsumerHandleTest.cpp',
2053 'fetch/FetchResponseDataTest.cpp', 2057 'fetch/FetchResponseDataTest.cpp',
2054 'fetch/ReadableStreamDataConsumerHandleTest.cpp', 2058 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
2055 'fetch/RequestTest.cpp', 2059 'fetch/RequestTest.cpp',
2056 'fetch/ResponseTest.cpp', 2060 'fetch/ResponseTest.cpp',
2057 'filesystem/DOMFileSystemBaseTest.cpp', 2061 'filesystem/DOMFileSystemBaseTest.cpp',
2058 'indexeddb/IDBKeyPathTest.cpp', 2062 'indexeddb/IDBKeyPathTest.cpp',
2059 'indexeddb/IDBRequestTest.cpp', 2063 'indexeddb/IDBRequestTest.cpp',
2060 'indexeddb/IDBTransactionTest.cpp', 2064 'indexeddb/IDBTransactionTest.cpp',
2061 'indexeddb/MockWebIDBDatabase.cpp',
2062 'indexeddb/MockWebIDBDatabase.h',
2063 'mediasession/MediaSessionTest.cpp', 2065 'mediasession/MediaSessionTest.cpp',
2064 'mediastream/MediaConstraintsTest.cpp', 2066 'mediastream/MediaConstraintsTest.cpp',
2065 'notifications/NotificationDataTest.cpp', 2067 'notifications/NotificationDataTest.cpp',
2066 'notifications/NotificationResourcesLoaderTest.cpp', 2068 'notifications/NotificationResourcesLoaderTest.cpp',
2067 'payments/AbortTest.cpp', 2069 'payments/AbortTest.cpp',
2068 'payments/CompleteTest.cpp', 2070 'payments/CompleteTest.cpp',
2069 'payments/OnPaymentResponseTest.cpp', 2071 'payments/OnPaymentResponseTest.cpp',
2070 'payments/PaymentAddressTest.cpp', 2072 'payments/PaymentAddressTest.cpp',
2071 'payments/PaymentRequestDetailsTest.cpp', 2073 'payments/PaymentRequestDetailsTest.cpp',
2072 'payments/PaymentRequestTest.cpp', 2074 'payments/PaymentRequestTest.cpp',
(...skipping 11 matching lines...) Expand all
2084 'webaudio/ConvolverNodeTest.cpp', 2086 'webaudio/ConvolverNodeTest.cpp',
2085 'webaudio/DynamicsCompressorNodeTest.cpp', 2087 'webaudio/DynamicsCompressorNodeTest.cpp',
2086 'webaudio/ScriptProcessorNodeTest.cpp', 2088 'webaudio/ScriptProcessorNodeTest.cpp',
2087 'webaudio/StereoPannerNodeTest.cpp', 2089 'webaudio/StereoPannerNodeTest.cpp',
2088 'webdatabase/QuotaTrackerTest.cpp', 2090 'webdatabase/QuotaTrackerTest.cpp',
2089 'websockets/DOMWebSocketTest.cpp', 2091 'websockets/DOMWebSocketTest.cpp',
2090 'websockets/DocumentWebSocketChannelTest.cpp', 2092 'websockets/DocumentWebSocketChannelTest.cpp',
2091 ], 2093 ],
2092 }, 2094 },
2093 } 2095 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698