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

Unified Diff: components/cronet/ios/test/BUILD.gn

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Address comments Created 4 years, 2 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
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..8bab274084c50b6b67186d2d25b1b565a7dfed53 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",
+ "//components/grpc_support/test:quic_test_server",
"//net",
"//net:simple_quic_tools",
"//net:test_support",
« no previous file with comments | « components/cronet/ios/cronet_environment.cc ('k') | components/cronet/ios/test/cronet_bidirectional_stream_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698