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

Unified Diff: components/grpc_support/BUILD.gn

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add DEPS 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/grpc_support/BUILD.gn
diff --git a/components/grpc_support/BUILD.gn b/components/grpc_support/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..193d945fba6e1d33d197bbb618b4ab4a2150304a
--- /dev/null
+++ b/components/grpc_support/BUILD.gn
@@ -0,0 +1,14 @@
+source_set("grpc_support") {
+ deps = [
+ "//base",
+ "//net",
+ "//url",
+ ]
+
+ sources = [
+ "bidirectional_stream.cc",
+ "bidirectional_stream.h",
+ "c_for_grpc.cc",
+ "include/c_for_grpc.h",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698