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

Unified Diff: components/grpc_support/test/BUILD.gn

Issue 2487863003: Revert of Revert "Revert of Moving gRPC support interfaces out of cronet and into a new component. (patchset … (Closed)
Patch Set: Created 4 years, 1 month 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 | « components/grpc_support/include/headers.gni ('k') | components/grpc_support/test/get_stream_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/grpc_support/test/BUILD.gn
diff --git a/components/grpc_support/test/BUILD.gn b/components/grpc_support/test/BUILD.gn
deleted file mode 100644
index 6f3b7f0d6920e41f0b02639ca53bfb28e9c6fc3a..0000000000000000000000000000000000000000
--- a/components/grpc_support/test/BUILD.gn
+++ /dev/null
@@ -1,42 +0,0 @@
-source_set("unit_tests") {
- testonly = true
- sources = [
- "get_stream_engine.cc",
- ]
-
- deps = [
- ":quic_test_server",
- "//base",
- "//components/grpc_support",
- "//components/grpc_support:bidirectional_stream_unittest",
- "//net",
- "//net:test_support",
- ]
-}
-
-source_set("quic_test_server") {
- testonly = true
- sources = [
- "quic_test_server.cc",
- "quic_test_server.h",
- ]
-
- deps = [
- "//base",
- "//net",
- "//net:simple_quic_tools",
- "//net:test_support",
- ]
-}
-
-source_set("get_stream_engine_header") {
- testonly = true
- sources = [
- "get_stream_engine.h",
- ]
-
- deps = [
- "//base",
- "//net",
- ]
-}
« no previous file with comments | « components/grpc_support/include/headers.gni ('k') | components/grpc_support/test/get_stream_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698