summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 16:57:28 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 16:57:28 +0000
commitad435a3e21ee56dd34c0400c42f35026994f1ad4 (patch)
tree89f3426d7829352a48e11cf05e453059e5354401 /net/net.gyp
parentabd15d75a7d9e3dece1a56032278e2b5b729e69c (diff)
downloadchromium_src-ad435a3e21ee56dd34c0400c42f35026994f1ad4.zip
chromium_src-ad435a3e21ee56dd34c0400c42f35026994f1ad4.tar.gz
chromium_src-ad435a3e21ee56dd34c0400c42f35026994f1ad4.tar.bz2
Revert 194347
It broke linux compile http://build.chromium.org/p/chromium.chrome/buildstatus?builder=Google%20Chrome%20Linux&number=29552 > Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously buggy way of writing uninitialized structs and ints into the file. > > BUG=230772 > > Review URL: https://codereview.chromium.org/14263005 TBR=felipeg@chromium.org Review URL: https://codereview.chromium.org/14295012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 73daffb..1b7b0e8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -378,14 +378,12 @@
'disk_cache/tracing_cache_backend.h',
'disk_cache/simple/simple_backend_impl.cc',
'disk_cache/simple/simple_backend_impl.h',
- 'disk_cache/simple/simple_entry_format.cc',
- 'disk_cache/simple/simple_entry_format.h',
+ 'disk_cache/simple/simple_disk_format.cc',
+ 'disk_cache/simple/simple_disk_format.h',
'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_synchronous_entry.cc',
'disk_cache/simple/simple_synchronous_entry.h',
'disk_cache/simple/simple_util.cc',
@@ -1471,9 +1469,6 @@
'disk_cache/cache_util_unittest.cc',
'disk_cache/entry_unittest.cc',
'disk_cache/mapped_file_unittest.cc',
- 'disk_cache/simple/simple_index_file_unittest.cc',
- 'disk_cache/simple/simple_index_unittest.cc',
- 'disk_cache/simple/simple_util_unittest.cc',
'disk_cache/storage_block_unittest.cc',
'disk_cache/flash/flash_entry_unittest.cc',
'disk_cache/flash/log_store_entry_unittest.cc',