diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/net.gyp b/net/net.gyp index 454676c..4360fc0 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -353,10 +353,10 @@ 'dns/dns_session.h', 'dns/dns_transaction.cc', 'dns/dns_transaction.h', + 'dns/file_path_watcher_wrapper.cc', + 'dns/file_path_watcher_wrapper.h', 'dns/serial_worker.cc', 'dns/serial_worker.h', - 'dns/watching_file_reader.cc', - 'dns/watching_file_reader.h', 'ftp/ftp_auth_cache.cc', 'ftp/ftp_auth_cache.h', 'ftp/ftp_ctrl_response_buffer.cc', @@ -1091,8 +1091,8 @@ 'dns/dns_query_unittest.cc', 'dns/dns_response_unittest.cc', 'dns/dns_transaction_unittest.cc', + 'dns/file_path_watcher_wrapper_unittest.cc', 'dns/serial_worker_unittest.cc', - 'dns/watching_file_reader_unittest.cc', 'ftp/ftp_auth_cache_unittest.cc', 'ftp/ftp_ctrl_response_buffer_unittest.cc', 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |