| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 232523)
|
| +++ net/net.gyp (working copy)
|
| @@ -434,9 +434,23 @@
|
| 'disk_cache/flash/segment.h',
|
| 'disk_cache/flash/storage.cc',
|
| 'disk_cache/flash/storage.h',
|
| + 'disk_cache/v3/backend_impl_v3.cc',
|
| + 'disk_cache/v3/backend_impl_v3.h',
|
| + 'disk_cache/v3/backend_work_item.cc',
|
| + 'disk_cache/v3/backend_work_item.h',
|
| + 'disk_cache/v3/backend_worker.cc',
|
| + 'disk_cache/v3/backend_worker.h',
|
| 'disk_cache/v3/block_bitmaps.cc',
|
| 'disk_cache/v3/block_bitmaps.h',
|
| 'disk_cache/v3/disk_format_v3.h',
|
| + 'disk_cache/v3/entry_impl_v3.cc',
|
| + 'disk_cache/v3/entry_impl_v3.h',
|
| + 'disk_cache/v3/eviction_v3.cc',
|
| + 'disk_cache/v3/eviction_v3.h',
|
| + 'disk_cache/v3/index_table.cc',
|
| + 'disk_cache/v3/index_table.h',
|
| + 'disk_cache/v3/sparse_control_v3.cc',
|
| + 'disk_cache/v3/sparse_control_v3.h',
|
| 'dns/address_sorter.h',
|
| 'dns/address_sorter_posix.cc',
|
| 'dns/address_sorter_posix.h',
|
| @@ -1616,6 +1630,7 @@
|
| 'disk_cache/flash/segment_unittest.cc',
|
| 'disk_cache/flash/storage_unittest.cc',
|
| 'disk_cache/v3/block_bitmaps_unittest.cc',
|
| + 'disk_cache/v3/index_table_unittest.cc',
|
| 'dns/address_sorter_posix_unittest.cc',
|
| 'dns/address_sorter_unittest.cc',
|
| 'dns/dns_config_service_posix_unittest.cc',
|
| @@ -2456,6 +2471,7 @@
|
| 'tools/dump_cache/cache_dumper.h',
|
| 'tools/dump_cache/dump_cache.cc',
|
| 'tools/dump_cache/dump_files.cc',
|
| + 'tools/dump_cache/dump_files_v3.cc',
|
| 'tools/dump_cache/dump_files.h',
|
| 'tools/dump_cache/simple_cache_dumper.cc',
|
| 'tools/dump_cache/simple_cache_dumper.h',
|
|
|