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

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 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 unified diff | Download patch
OLDNEW
(Empty)
1 source_set("grpc_support") {
2 deps = [
3 "//base",
4 "//net",
5 "//url",
6 ]
7
8 sources = [
9 "bidirectional_stream.cc",
10 "bidirectional_stream.h",
11 "c_for_grpc.cc",
12 "include/c_for_grpc.h",
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698