| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 8181589798b0749d6eeee7c697bd842c63c22271..5a8da64a5a89bc3acda9b9cfc7ae67931f0f2334 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1304,7 +1304,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, ],
|
| @@ -1764,6 +1763,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',
|
| @@ -2072,6 +2072,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',
|
| ],
|
| @@ -2452,7 +2453,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',
|
|
|