diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 84cabc1..8ae82cc 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', |