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

Unified Diff: content/content_browser.gypi

Issue 17518004: Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing files 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b3fed0a2e89be4650985802d2a587bba35688f61..20f7e6bc3ad20097f500197586e3cbec239235b6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -582,6 +582,8 @@
'browser/indexed_db/indexed_db_metadata.h',
'browser/indexed_db/indexed_db_quota_client.cc',
'browser/indexed_db/indexed_db_quota_client.h',
+ 'browser/indexed_db/indexed_db_thread.cc',
+ 'browser/indexed_db/indexed_db_thread.h',
'browser/indexed_db/indexed_db_transaction.cc',
'browser/indexed_db/indexed_db_transaction.h',
'browser/indexed_db/indexed_db_transaction_coordinator.cc',

Powered by Google App Engine
This is Rietveld 408576698