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

Unified Diff: Source/web/web.gypi

Issue 225023020: IDBFactoryBackend -> IndexedDBClient, remove indexeddb/chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: IndexedDB.cpp -> IndexedDBClient.cpp 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
« Source/modules/indexeddb/IDBFactory.h ('K') | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index ee4314a9c63a2604232029d6d38c4280c7c866ca..90ba983be2500e608e7896526e57e0eb2a84e21d 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -43,8 +43,8 @@
'GeolocationClientProxy.h',
'GraphicsLayerFactoryChromium.cpp',
'GraphicsLayerFactoryChromium.h',
- 'IDBFactoryBackendProxy.cpp',
- 'IDBFactoryBackendProxy.h',
+ 'IndexedDBClientImpl.cpp',
+ 'IndexedDBClientImpl.h',
'InspectorClientImpl.cpp',
'InspectorClientImpl.h',
'InspectorFrontendClientImpl.cpp',
« Source/modules/indexeddb/IDBFactory.h ('K') | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698