Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index db3e631ddcb16bce843de9da0f64cb8efa61b60b..c18e40497c35bf55e67a3f0921c4c9c17467124d 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1021,33 +1021,6 @@ if (is_android || is_linux) { |
| # TODO(GYP) make this compile on Android, we need some native test deps done. |
| if (!is_android) { |
| -source_set("quic_tools") { |
|
wtc
2014/07/02 01:01:40
Why are you deleting this?
dmz
2014/07/02 01:28:16
It's the equivalent to quic_ported_server in net.g
|
| - sources = [ |
| - "quic/quic_dispatcher.cc", |
| - "quic/quic_dispatcher.h", |
| - "quic/quic_in_memory_cache.cc", |
| - "quic/quic_in_memory_cache.h", |
| - "quic/quic_per_connection_packet_writer.cc", |
| - "quic/quic_per_connection_packet_writer.h", |
| - "quic/quic_server.cc", |
| - "quic/quic_server.h", |
| - "quic/quic_server_packet_writer.cc", |
| - "quic/quic_server_packet_writer.h", |
| - "quic/quic_server_session.cc", |
| - "quic/quic_server_session.h", |
| - "quic/quic_spdy_server_stream.cc", |
| - "quic/quic_spdy_server_stream.h", |
| - "quic/quic_time_wait_list_manager.cc", |
| - "quic/quic_time_wait_list_manager.h", |
| - ] |
| - deps = [ |
| - ":net", |
| - "//base", |
| - "//base/third_party/dynamic_annotations", |
| - "//url", |
| - ] |
| -} |
| - |
| test("net_unittests") { |
| sources = gypi_values.net_test_sources |
| @@ -1057,7 +1030,6 @@ test("net_unittests") { |
| deps = [ |
| ":http_server", |
| ":net", |
| - ":quic_tools", |
| ":test_support", |
| "//base", |
| "//base:i18n", |
| @@ -1313,7 +1285,6 @@ test("net_unittests") { |
| executable("quic_server") { |
| sources = [ "quic/quic_server_bin.cc" ] |
| deps = [ |
| - ":quic_tools", |
| ":net", |
| "//base", |
| "//third_party/openssl", |