| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index c319a682a793bdb884d720e563a918774fd60ce8..5ce81a46138e78c72265574a6faef9179b31c305 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1290,7 +1290,6 @@
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| 'third_party/nss/ssl.gyp:libssl',
|
| - 'tld_cleanup',
|
| ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [4267, ],
|
| @@ -1748,6 +1747,7 @@
|
| 'tools/dump_cache/url_utilities.h',
|
| 'tools/dump_cache/url_utilities.cc',
|
| 'tools/dump_cache/url_utilities_unittest.cc',
|
| + 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
|
| 'udp/udp_socket_unittest.cc',
|
| 'url_request/url_fetcher_impl_unittest.cc',
|
| 'url_request/url_request_context_builder_unittest.cc',
|
| @@ -2049,6 +2049,7 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| + '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
|
| '../testing/gtest.gyp:gtest',
|
| 'net',
|
| ],
|
| @@ -2429,7 +2430,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| + '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
|
| ],
|
| 'sources': [
|
| 'tools/tld_cleanup/tld_cleanup.cc',
|
|
|