| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index acf13fe6cbb8317d56bb44aab81e9d5400684b50..b77ce1c62395eb60e9fb9d2bad69de180a56da96 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -801,6 +801,24 @@
|
| 'quic/quic_time_wait_list_manager.h',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'simple_quic_tools',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../url/url.gyp:url_lib',
|
| + 'net',
|
| + ],
|
| + 'sources': [
|
| + 'tools/quic/quic_simple_client.cc',
|
| + 'tools/quic/quic_simple_client.h',
|
| + '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', {
|
| @@ -1069,15 +1087,10 @@
|
| '../base/base.gyp:base',
|
| '../url/url.gyp:url_lib',
|
| 'net',
|
| + 'simple_quic_tools',
|
| ],
|
| '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',
|
| ],
|
| },
|
| {
|
|
|