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

Side by Side Diff: components/grpc_support/BUILD.gn

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add cronet_c_for_graph back to sources. Might fix GN, probably won't compile Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 source_set("grpc_support") {
2 deps = [
3 "//base",
4 "//net",
5 "//url",
6 ]
7
8 sources = [
9 "cronet_bidirectional_stream.cc",
10 "cronet_bidirectional_stream.h",
11 "cronet_c_for_grpc.cc",
12 "cronet_c_for_grpc.h",
13 "environment.h",
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698