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

Unified Diff: net/net.gyp

Issue 11316178: Added CacheEntry implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added destructor for Stream struct. Created 8 years 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 | « net/disk_cache/flash/storage.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index b5ccff34cfa185aa76a045b9b1c51376a708c8a1..eff2aaca19eec140bcb8979edb4df684be3b9cb6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -388,6 +388,8 @@
'disk_cache/stress_support.h',
'disk_cache/trace.cc',
'disk_cache/trace.h',
+ 'disk_cache/flash/cache_entry.cc',
+ 'disk_cache/flash/cache_entry.h',
'disk_cache/flash/format.h',
'disk_cache/flash/log_structured_store.cc',
'disk_cache/flash/log_structured_store.h',
@@ -1331,6 +1333,7 @@
'disk_cache/entry_unittest.cc',
'disk_cache/mapped_file_unittest.cc',
'disk_cache/storage_block_unittest.cc',
+ 'disk_cache/flash/cache_entry_unittest.cc',
'disk_cache/flash/log_structured_store_unittest.cc',
'disk_cache/flash/segment_unittest.cc',
'disk_cache/flash/storage_unittest.cc',
« no previous file with comments | « net/disk_cache/flash/storage.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698