diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 20:52:04 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 20:52:04 +0000 |
commit | a43334a8fc44c3e1c69f3880ab9acd6eec88144b (patch) | |
tree | e336c54dfd4ffa6f99afc1dcbeab5589e291cb48 /net/net.gyp | |
parent | 1eb7fa68d89156ad04e33484a51cc2212f7e4f93 (diff) | |
download | chromium_src-a43334a8fc44c3e1c69f3880ab9acd6eec88144b.zip chromium_src-a43334a8fc44c3e1c69f3880ab9acd6eec88144b.tar.gz chromium_src-a43334a8fc44c3e1c69f3880ab9acd6eec88144b.tar.bz2 |
Delete net/tools/fetch. No one is using this.
BUG=none
Review URL: https://codereview.chromium.org/195863006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net/net.gyp b/net/net.gyp index c82d8f8..ad906f3 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -2748,49 +2748,6 @@ 'msvs_disabled_warnings': [4267, ], }, { - 'target_name': 'fetch_client', - 'type': 'executable', - 'variables': { 'enable_wexit_time_destructors': 1, }, - 'dependencies': [ - '../base/base.gyp:base', - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../testing/gtest.gyp:gtest', - '../url/url.gyp:url_lib', - 'net', - 'net_with_v8', - ], - 'sources': [ - 'tools/fetch/fetch_client.cc', - ], - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. - 'msvs_disabled_warnings': [4267, ], - }, - { - 'target_name': 'fetch_server', - 'type': 'executable', - 'variables': { 'enable_wexit_time_destructors': 1, }, - 'dependencies': [ - '../base/base.gyp:base', - '../url/url.gyp:url_lib', - 'net', - ], - 'sources': [ - 'tools/fetch/fetch_server.cc', - 'tools/fetch/http_listen_socket.cc', - 'tools/fetch/http_listen_socket.h', - 'tools/fetch/http_server.cc', - 'tools/fetch/http_server.h', - 'tools/fetch/http_server_request_info.cc', - 'tools/fetch/http_server_request_info.h', - 'tools/fetch/http_server_response_info.cc', - 'tools/fetch/http_server_response_info.h', - 'tools/fetch/http_session.cc', - 'tools/fetch/http_session.h', - ], - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. - 'msvs_disabled_warnings': [4267, ], - }, - { 'target_name': 'gdig', 'type': 'executable', 'dependencies': [ |