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

Unified Diff: content/content_browser.gypi

Issue 18221003: Convert WebIDBDatabaseImpl to IndexedDBConnection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 7 years, 6 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 | « content/browser/indexed_db/webidbdatabase_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b88bf5a3172f71008444e67a894e05ac326421fa..68b22d370da983cd3f13c27c4262e73cfbd25f25 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -555,6 +555,8 @@
'browser/indexed_db/indexed_db_backing_store.h',
'browser/indexed_db/indexed_db_callbacks.cc',
'browser/indexed_db/indexed_db_callbacks.h',
+ 'browser/indexed_db/indexed_db_connection.cc',
+ 'browser/indexed_db/indexed_db_connection.h',
'browser/indexed_db/indexed_db_context_impl.cc',
'browser/indexed_db/indexed_db_context_impl.h',
'browser/indexed_db/indexed_db_cursor.cc',
@@ -593,8 +595,6 @@
'browser/indexed_db/leveldb/leveldb_transaction.h',
'browser/indexed_db/leveldb/leveldb_write_batch.cc',
'browser/indexed_db/leveldb/leveldb_write_batch.h',
- 'browser/indexed_db/webidbdatabase_impl.cc',
- 'browser/indexed_db/webidbdatabase_impl.h',
'browser/loader/async_resource_handler.cc',
'browser/loader/async_resource_handler.h',
'browser/loader/buffered_resource_handler.cc',
« no previous file with comments | « content/browser/indexed_db/webidbdatabase_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698