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

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: Some (incomplete) work on struct traits. Created 4 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
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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 'imagecapture/ImageCapture.cpp', 1167 'imagecapture/ImageCapture.cpp',
1168 'imagecapture/ImageCapture.h', 1168 'imagecapture/ImageCapture.h',
1169 'imagecapture/MediaSettingsRange.h', 1169 'imagecapture/MediaSettingsRange.h',
1170 'imagecapture/PhotoCapabilities.h', 1170 'imagecapture/PhotoCapabilities.h',
1171 'indexeddb/GlobalIndexedDB.cpp', 1171 'indexeddb/GlobalIndexedDB.cpp',
1172 'indexeddb/GlobalIndexedDB.h', 1172 'indexeddb/GlobalIndexedDB.h',
1173 'indexeddb/IDBAny.cpp', 1173 'indexeddb/IDBAny.cpp',
1174 'indexeddb/IDBAny.h', 1174 'indexeddb/IDBAny.h',
1175 'indexeddb/IDBCursor.cpp', 1175 'indexeddb/IDBCursor.cpp',
1176 'indexeddb/IDBCursor.h', 1176 'indexeddb/IDBCursor.h',
1177 'indexeddb/IDBCursorProxy.cpp',
1178 'indexeddb/IDBCursorProxy.h',
1177 'indexeddb/IDBCursorWithValue.cpp', 1179 'indexeddb/IDBCursorWithValue.cpp',
1178 'indexeddb/IDBCursorWithValue.h', 1180 'indexeddb/IDBCursorWithValue.h',
1179 'indexeddb/IDBDatabase.cpp', 1181 'indexeddb/IDBDatabase.cpp',
1180 'indexeddb/IDBDatabase.h', 1182 'indexeddb/IDBDatabase.h',
1181 'indexeddb/IDBDatabaseCallbacks.cpp', 1183 'indexeddb/IDBDatabaseCallbacks.cpp',
1182 'indexeddb/IDBDatabaseCallbacks.h', 1184 'indexeddb/IDBDatabaseCallbacks.h',
1185 'indexeddb/IDBDatabaseObserver.cpp',
1186 'indexeddb/IDBDatabaseObserver.h',
1187 'indexeddb/IDBDatabaseProxy.cpp',
1188 'indexeddb/IDBDatabaseProxy.h',
1183 'indexeddb/IDBEventDispatcher.cpp', 1189 'indexeddb/IDBEventDispatcher.cpp',
1184 'indexeddb/IDBEventDispatcher.h', 1190 'indexeddb/IDBEventDispatcher.h',
1185 'indexeddb/IDBFactory.cpp', 1191 'indexeddb/IDBFactory.cpp',
1186 'indexeddb/IDBFactory.h', 1192 'indexeddb/IDBFactory.h',
1187 'indexeddb/IDBHistograms.h', 1193 'indexeddb/IDBHistograms.h',
1188 'indexeddb/IDBIndex.cpp', 1194 'indexeddb/IDBIndex.cpp',
1189 'indexeddb/IDBIndex.h', 1195 'indexeddb/IDBIndex.h',
1190 'indexeddb/IDBKey.cpp', 1196 'indexeddb/IDBKey.cpp',
1191 'indexeddb/IDBKey.h', 1197 'indexeddb/IDBKey.h',
1192 'indexeddb/IDBKeyPath.cpp', 1198 'indexeddb/IDBKeyPath.cpp',
1193 'indexeddb/IDBKeyPath.h', 1199 'indexeddb/IDBKeyPath.h',
1194 'indexeddb/IDBKeyRange.cpp', 1200 'indexeddb/IDBKeyRange.cpp',
1195 'indexeddb/IDBKeyRange.h', 1201 'indexeddb/IDBKeyRange.h',
1196 'indexeddb/IDBMetadata.cpp', 1202 'indexeddb/IDBMetadata.cpp',
1197 'indexeddb/IDBMetadata.h', 1203 'indexeddb/IDBMetadata.h',
1204 'indexeddb/IDBMojoUtil.cpp',
1205 'indexeddb/IDBMojoUtil.h',
1198 'indexeddb/IDBObjectStore.cpp', 1206 'indexeddb/IDBObjectStore.cpp',
1199 'indexeddb/IDBObjectStore.h', 1207 'indexeddb/IDBObjectStore.h',
1200 'indexeddb/IDBObserver.cpp', 1208 'indexeddb/IDBObserver.cpp',
1201 'indexeddb/IDBObserver.h', 1209 'indexeddb/IDBObserver.h',
1202 'indexeddb/IDBObserverChanges.cpp', 1210 'indexeddb/IDBObserverChanges.cpp',
1203 'indexeddb/IDBObserverChanges.h', 1211 'indexeddb/IDBObserverChanges.h',
1204 'indexeddb/IDBObserverChangesRecord.cpp', 1212 'indexeddb/IDBObserverChangesRecord.cpp',
1205 'indexeddb/IDBObserverChangesRecord.h', 1213 'indexeddb/IDBObserverChangesRecord.h',
1206 'indexeddb/IDBOpenDBRequest.cpp', 1214 'indexeddb/IDBOpenDBRequest.cpp',
1207 'indexeddb/IDBOpenDBRequest.h', 1215 'indexeddb/IDBOpenDBRequest.h',
1216 'indexeddb/IDBOpenRequestObserver.cpp',
1217 'indexeddb/IDBOpenRequestObserver.h',
1208 'indexeddb/IDBRequest.cpp', 1218 'indexeddb/IDBRequest.cpp',
1209 'indexeddb/IDBRequest.h', 1219 'indexeddb/IDBRequest.h',
1210 'indexeddb/IDBTracing.h', 1220 'indexeddb/IDBTracing.h',
1211 'indexeddb/IDBTransaction.cpp', 1221 'indexeddb/IDBTransaction.cpp',
1212 'indexeddb/IDBTransaction.h', 1222 'indexeddb/IDBTransaction.h',
1213 'indexeddb/IDBValue.cpp', 1223 'indexeddb/IDBValue.cpp',
1214 'indexeddb/IDBValue.h', 1224 'indexeddb/IDBValue.h',
1215 'indexeddb/IDBVersionChangeEvent.cpp', 1225 'indexeddb/IDBVersionChangeEvent.cpp',
1216 'indexeddb/IDBVersionChangeEvent.h', 1226 'indexeddb/IDBVersionChangeEvent.h',
1217 'indexeddb/IndexedDB.h', 1227 'indexeddb/IndexedDB.h',
1218 'indexeddb/IndexedDBClient.cpp', 1228 'indexeddb/IndexedDBClient.cpp',
1219 'indexeddb/IndexedDBClient.h', 1229 'indexeddb/IndexedDBClient.h',
1220 'indexeddb/InspectorIndexedDBAgent.cpp', 1230 'indexeddb/InspectorIndexedDBAgent.cpp',
1221 'indexeddb/InspectorIndexedDBAgent.h', 1231 'indexeddb/InspectorIndexedDBAgent.h',
1222 'indexeddb/WebIDBCallbacksImpl.cpp',
1223 'indexeddb/WebIDBCallbacksImpl.h',
1224 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
1225 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
1226 'indexeddb/WebIDBObserverImpl.cpp', 1232 'indexeddb/WebIDBObserverImpl.cpp',
1227 'indexeddb/WebIDBObserverImpl.h', 1233 'indexeddb/WebIDBObserverImpl.h',
1234 'indexeddb/ResponseHandler.cpp',
1235 'indexeddb/ResponseHandler.h',
1228 'installedapp/InstalledAppController.cpp', 1236 'installedapp/InstalledAppController.cpp',
1229 'installedapp/InstalledAppController.h', 1237 'installedapp/InstalledAppController.h',
1230 'installedapp/NavigatorInstalledApp.cpp', 1238 'installedapp/NavigatorInstalledApp.cpp',
1231 'installedapp/NavigatorInstalledApp.h', 1239 'installedapp/NavigatorInstalledApp.h',
1232 'installedapp/RelatedApplication.h', 1240 'installedapp/RelatedApplication.h',
1233 'mediacapturefromelement/AutoCanvasDrawListener.cpp', 1241 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
1234 'mediacapturefromelement/AutoCanvasDrawListener.h', 1242 'mediacapturefromelement/AutoCanvasDrawListener.h',
1235 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp', 1243 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
1236 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.h', 1244 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.h',
1237 'mediacapturefromelement/HTMLCanvasElementCapture.cpp', 1245 'mediacapturefromelement/HTMLCanvasElementCapture.cpp',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 'webaudio/ConvolverNodeTest.cpp', 2067 'webaudio/ConvolverNodeTest.cpp',
2060 'webaudio/DynamicsCompressorNodeTest.cpp', 2068 'webaudio/DynamicsCompressorNodeTest.cpp',
2061 'webaudio/ScriptProcessorNodeTest.cpp', 2069 'webaudio/ScriptProcessorNodeTest.cpp',
2062 'webaudio/StereoPannerNodeTest.cpp', 2070 'webaudio/StereoPannerNodeTest.cpp',
2063 'webdatabase/QuotaTrackerTest.cpp', 2071 'webdatabase/QuotaTrackerTest.cpp',
2064 'websockets/DOMWebSocketTest.cpp', 2072 'websockets/DOMWebSocketTest.cpp',
2065 'websockets/DocumentWebSocketChannelTest.cpp', 2073 'websockets/DocumentWebSocketChannelTest.cpp',
2066 ], 2074 ],
2067 }, 2075 },
2068 } 2076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698