Chromium Code Reviews| Index: components/cronet/ios/test/BUILD.gn |
| diff --git a/components/cronet/ios/test/BUILD.gn b/components/cronet/ios/test/BUILD.gn |
| index 2064de2ebeee6007012ba54eb9b604f231c29443..08ccb6f7ce5afa691f00f09e315ee1e109966a11 100644 |
| --- a/components/cronet/ios/test/BUILD.gn |
| +++ b/components/cronet/ios/test/BUILD.gn |
| @@ -8,11 +8,11 @@ import("//testing/test.gni") |
| test("cronet_test") { |
| testonly = true |
| sources = [ |
| - "cronet_bidirectional_stream_test.mm", |
| "cronet_http_test.mm", |
| "cronet_test_runner.mm", |
| - "quic_test_server.cc", |
| - "quic_test_server.h", |
| + "get_stream_engine.mm", |
| + "start_cronet.h", |
| + "start_cronet.mm", |
| "test_server.cc", |
| "test_server.h", |
| ] |
| @@ -21,6 +21,8 @@ test("cronet_test") { |
| "//base", |
| "//base:i18n", |
| "//components/cronet/ios:cronet_framework+link", |
| + "//components/grpc_support:bidirectional_stream_unittest", |
|
mef
2016/10/26 22:19:45
kudos for this!
|
| + "//components/grpc_support:quic_test_server", |
| "//net", |
| "//net:simple_quic_tools", |
| "//net:test_support", |