Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: net/net.gyp

Issue 1015353003: Revert of Add a chromium based simple QUIC client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/spdy/spdy_http_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index ffcd97b7debae31618c0be92e5866b4853c872f8..09a717ef010689b399fb90c9f9776ce361e2709d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -801,24 +801,6 @@
'quic/quic_time_wait_list_manager.h',
],
},
- {
- 'target_name': 'simple_quic_client',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../url/url.gyp:url_lib',
- 'net',
- ],
- 'sources': [
- 'tools/quic/quic_simple_client.cc',
- 'tools/quic/quic_simple_client.h',
- 'tools/quic/quic_simple_client_bin.cc',
- 'tools/quic/quic_simple_client_session.cc',
- 'tools/quic/quic_simple_client_session.h',
- 'tools/quic/quic_simple_client_stream.cc',
- 'tools/quic/quic_simple_client_stream.h',
- ],
- },
],
'conditions': [
['use_v8_in_net == 1', {
« no previous file with comments | « net/BUILD.gn ('k') | net/spdy/spdy_http_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698