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

Unified Diff: net/net.gyp

Issue 11316178: Added CacheEntry implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Misc. 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index b5ccff34cfa185aa76a045b9b1c51376a708c8a1..5b076eacfac1032842f814af758096697e003a5b 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -389,6 +389,8 @@
'disk_cache/trace.cc',
'disk_cache/trace.h',
'disk_cache/flash/format.h',
+ 'disk_cache/flash/cache_entry.cc',
rvargas (doing something else) 2012/12/05 00:21:01 alpha order
agayev 2012/12/05 16:53:19 Sigh. I should automate this, sorry. Done.
+ 'disk_cache/flash/cache_entry.h',
'disk_cache/flash/log_structured_store.cc',
'disk_cache/flash/log_structured_store.h',
'disk_cache/flash/segment.cc',
@@ -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',
« net/disk_cache/flash/cache_entry_unittest.cc ('K') | « net/disk_cache/flash/storage.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698