| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index ed87f843694726a8943e8ca3120951277107fd9a..8ef861d7d326170b16be51f01c616df0e6ee6200 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -375,12 +375,15 @@
|
| 'disk_cache/trace.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_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',
|
|
|