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

Unified Diff: content/content_browser.gypi

Issue 198223002: Added IndexedDBPendingConnection to group up a bunch of parameters that get (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing file. Created 6 years, 9 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 eff21e9f199f2e98e007dad961966f721aa0af43..30e6b8d4604257aab6c95f0482c17f1e9962ac92 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -669,6 +669,8 @@
'browser/indexed_db/indexed_db_leveldb_coding.h',
'browser/indexed_db/indexed_db_metadata.cc',
'browser/indexed_db/indexed_db_metadata.h',
+ 'browser/indexed_db/indexed_db_pending_connection.cc',
+ 'browser/indexed_db/indexed_db_pending_connection.h',
'browser/indexed_db/indexed_db_quota_client.cc',
'browser/indexed_db/indexed_db_quota_client.h',
'browser/indexed_db/indexed_db_transaction.cc',

Powered by Google App Engine
This is Rietveld 408576698