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

Unified Diff: content/content_browser.gypi

Issue 197023009: Add IndexedDBBlobInfo class, to be used for IDB Blob support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make clang happy. 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_leveldb_coding.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 99244ed330fa6c3c52690f4acfb623163e812432..36e6d12348b3ee2f3578f60a7ebe78eafd196d58 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -655,6 +655,8 @@
'browser/indexed_db/indexed_db.h',
'browser/indexed_db/indexed_db_backing_store.cc',
'browser/indexed_db/indexed_db_backing_store.h',
+ 'browser/indexed_db/indexed_db_blob_info.cc',
+ 'browser/indexed_db/indexed_db_blob_info.h',
'browser/indexed_db/indexed_db_callbacks.cc',
'browser/indexed_db/indexed_db_callbacks.h',
'browser/indexed_db/indexed_db_connection.cc',
« no previous file with comments | « content/browser/indexed_db/indexed_db_leveldb_coding.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698