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

Unified Diff: components/grpc_support/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/cronet/ios/test/start_cronet.mm ('k') | components/grpc_support/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/grpc_support/BUILD.gn
diff --git a/components/grpc_support/BUILD.gn b/components/grpc_support/BUILD.gn
deleted file mode 100644
index 95ada090b5489b3f99aafcfedd2ab099354595c7..0000000000000000000000000000000000000000
--- a/components/grpc_support/BUILD.gn
+++ /dev/null
@@ -1,33 +0,0 @@
-source_set("grpc_support") {
- sources = [
- "bidirectional_stream.cc",
- "bidirectional_stream.h",
- "bidirectional_stream_c.cc",
- "include/bidirectional_stream_c.h",
- ]
-
- deps = [
- "//base",
- "//net",
- "//url",
- ]
-}
-
-source_set("bidirectional_stream_unittest") {
- testonly = true
- sources = [
- "bidirectional_stream_unittest.cc",
- ]
-
- deps = [
- ":grpc_support",
- "//base",
- "//components/grpc_support/test:quic_test_server",
- "//net",
- "//net:test_support",
- ]
-
- public_deps = [
- "//components/grpc_support/test:get_stream_engine_header",
- ]
-}
« no previous file with comments | « components/cronet/ios/test/start_cronet.mm ('k') | components/grpc_support/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698