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

Unified Diff: Source/web/web.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
« no previous file with comments | « 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 a63c47ad647a0d8d0aafd3052aa42f24f3598aea..c8d351014af4b85c9d40d0e45b599db1af04e6f0 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',
« no previous file with comments | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698