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

Unified Diff: net/net.gyp

Issue 14263005: Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously bugg… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Philippe's comments Created 7 years, 8 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a83f957828c3baed1f76cc958cc6d8f70dae6ddb..984712730c2dc54cf1ceac2aa0706754533a4078 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -378,12 +378,16 @@
'disk_cache/tracing_cache_backend.h',
'disk_cache/simple/simple_backend_impl.cc',
'disk_cache/simple/simple_backend_impl.h',
- 'disk_cache/simple/simple_disk_format.cc',
'disk_cache/simple/simple_disk_format.h',
gavinp 2013/04/15 15:40:54 Ordering.
felipeg 2013/04/15 15:56:09 Done.
+ 'disk_cache/simple/simple_disk_format.cc',
'disk_cache/simple/simple_entry_impl.cc',
'disk_cache/simple/simple_entry_impl.h',
'disk_cache/simple/simple_index.cc',
'disk_cache/simple/simple_index.h',
+ 'disk_cache/simple/simple_index_file.cc',
+ 'disk_cache/simple/simple_index_file.h',
+ 'disk_cache/simple/simple_index_util.cc',
+ 'disk_cache/simple/simple_index_util.h',
'disk_cache/simple/simple_synchronous_entry.cc',
'disk_cache/simple/simple_synchronous_entry.h',
'disk_cache/flash/flash_entry_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698