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

Unified Diff: blimp/net/BUILD.gn

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Implement helium::Stream 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 | « blimp/helium/stream.h ('k') | blimp/net/DEPS » ('j') | blimp/net/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index f809fffba751b4d8fa1707c05ecc7b9cf8f7eb3d..ced8c83fdf823a141a020e468364cf432bb1fd91 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -53,6 +53,18 @@ component("net") {
"engine_connection_manager.h",
"exact_match_cert_verifier.cc",
"exact_match_cert_verifier.h",
+ "grpc_client_stream.cc",
+ "grpc_client_stream.h",
+ "grpc_client_transport.cc",
+ "grpc_client_transport.h",
+ "grpc_connection.cc",
+ "grpc_connection.h",
+ "grpc_engine_stream.cc",
+ "grpc_engine_stream.h",
+ "grpc_engine_transport.cc",
+ "grpc_engine_transport.h",
+ "grpc_stream.cc",
+ "grpc_stream.h",
"input_message_converter.cc",
"input_message_converter.h",
"input_message_generator.cc",
« no previous file with comments | « blimp/helium/stream.h ('k') | blimp/net/DEPS » ('j') | blimp/net/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698