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

Unified Diff: content/content_browser.gypi

Issue 197753011: Add IndexedDBValue wrapper class to group blob info with bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yet still happier clang, I hope. 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_value.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 ed5ca67b6aebe3c597e77beba27381446979c411..3c6d0ba030aee4a2287e9d9ffd17ab067e8dacb2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -692,6 +692,8 @@
'browser/indexed_db/indexed_db_transaction.h',
'browser/indexed_db/indexed_db_transaction_coordinator.cc',
'browser/indexed_db/indexed_db_transaction_coordinator.h',
+ 'browser/indexed_db/indexed_db_value.h',
+ 'browser/indexed_db/indexed_db_value.cc',
'browser/indexed_db/leveldb/leveldb_comparator.h',
'browser/indexed_db/leveldb/leveldb_database.cc',
'browser/indexed_db/leveldb/leveldb_database.h',
« no previous file with comments | « content/browser/indexed_db/indexed_db_value.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698