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

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: Address comments 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 source_set("grpc_support") {
2 sources = [
3 "bidirectional_stream.cc",
4 "bidirectional_stream.h",
5 "bidirectional_stream_c.cc",
6 "include/bidirectional_stream_c.h",
7 ]
8
9 deps = [
10 "//base",
11 "//net",
12 "//url",
13 ]
14 }
15
16 source_set("bidirectional_stream_unittest") {
17 testonly = true
18 sources = [
19 "bidirectional_stream_unittest.cc",
20 ]
21
22 deps = [
23 ":grpc_support",
24 "//base",
25 "//components/grpc_support/test:quic_test_server",
26 "//net",
27 "//net:test_support",
28 ]
29
30 public_deps = [
31 "//components/grpc_support/test:get_stream_engine_header",
32 ]
33 }
OLDNEW
« 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