Chromium Code Reviews| 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', |