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

Unified Diff: Source/modules/modules.gypi

Issue 225023020: IDBFactoryBackend -> IndexedDBClient, remove indexeddb/chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename some lingering 'factory' ferences to 'client' Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index ace71e10f4434a64de668cacb0894619af768d7b..ef7421e766dda5902dccadd0b08ff27fc5d4acc5 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -431,7 +431,6 @@
'indexeddb/IDBEventDispatcher.h',
'indexeddb/IDBFactory.cpp',
'indexeddb/IDBFactory.h',
- 'indexeddb/IDBFactoryBackendInterface.h',
'indexeddb/IDBHistograms.h',
'indexeddb/IDBIndex.cpp',
'indexeddb/IDBIndex.h',
@@ -456,6 +455,8 @@
'indexeddb/IDBVersionChangeEvent.cpp',
'indexeddb/IDBVersionChangeEvent.h',
'indexeddb/IndexedDB.h',
+ 'indexeddb/IndexedDBClient.cpp',
+ 'indexeddb/IndexedDBClient.h',
'indexeddb/InspectorIndexedDBAgent.cpp',
'indexeddb/InspectorIndexedDBAgent.h',
'indexeddb/WebIDBCallbacksImpl.cpp',
@@ -464,8 +465,6 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
- 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
- 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
'mediasource/HTMLVideoElementMediaSource.cpp',
'mediasource/HTMLVideoElementMediaSource.h',
'mediasource/MediaSource.cpp',
« no previous file with comments | « Source/modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698