| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 84cabc1e8e4e5eecc040a83120c4f47e2c59fd11..8ae82cc39deff2dc06f706d4c9cd9477bd04c002 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -207,6 +207,8 @@
|
| 'ftp/ftp_server_type_histograms.h',
|
| 'ftp/ftp_transaction.h',
|
| 'ftp/ftp_transaction_factory.h',
|
| + 'ftp/ftp_util.cc',
|
| + 'ftp/ftp_util.h',
|
| 'http/des.cc',
|
| 'http/des.h',
|
| 'http/http_atom_list.h',
|
| @@ -491,6 +493,7 @@
|
| 'ftp/ftp_auth_cache_unittest.cc',
|
| 'ftp/ftp_ctrl_response_buffer_unittest.cc',
|
| 'ftp/ftp_network_transaction_unittest.cc',
|
| + 'ftp/ftp_util_unittest.cc',
|
| 'http/des_unittest.cc',
|
| 'http/http_auth_cache_unittest.cc',
|
| 'http/http_auth_handler_basic_unittest.cc',
|
|
|