| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 699f09318a4b846196df69c381b433f19a9392f1..2f19dbcdf9d841099c3c04e5e556ab4d2e8fa34c 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -336,6 +336,7 @@
|
| 'disk_cache/cache_util_posix.cc',
|
| 'disk_cache/cache_util_win.cc',
|
| 'disk_cache/disk_cache.h',
|
| + 'disk_cache/disk_format.cc',
|
| 'disk_cache/disk_format.h',
|
| 'disk_cache/entry_impl.cc',
|
| 'disk_cache/entry_impl.h',
|
| @@ -343,6 +344,7 @@
|
| 'disk_cache/eviction.cc',
|
| 'disk_cache/eviction.h',
|
| 'disk_cache/experiments.h',
|
| + 'disk_cache/file.cc',
|
| 'disk_cache/file.h',
|
| 'disk_cache/file_block.h',
|
| 'disk_cache/file_lock.cc',
|
| @@ -399,6 +401,7 @@
|
| 'ftp/ftp_directory_listing_parser_windows.h',
|
| 'ftp/ftp_network_layer.cc',
|
| 'ftp/ftp_network_layer.h',
|
| + 'ftp/ftp_network_session.cc',
|
| 'ftp/ftp_network_session.h',
|
| 'ftp/ftp_network_transaction.cc',
|
| 'ftp/ftp_network_transaction.h',
|
| @@ -454,6 +457,7 @@
|
| 'http/http_cache_transaction.h',
|
| 'http/http_chunked_decoder.cc',
|
| 'http/http_chunked_decoder.h',
|
| + 'http/http_net_log_params.cc',
|
| 'http/http_net_log_params.h',
|
| 'http/http_network_delegate.h',
|
| 'http/http_network_layer.cc',
|
|
|