| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 1b7b0e8e025e7d3df7d4d3bb7c45fa2c7c0345c6..73daffb91e03647a37879eb5e071cab9870e85db 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -378,12 +378,14 @@
|
| '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',
|
| + 'disk_cache/simple/simple_entry_format.cc',
|
| + 'disk_cache/simple/simple_entry_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',
|
| @@ -1469,6 +1471,9 @@
|
| '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',
|
|
|