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

Unified Diff: blimp/net/BUILD.gn

Issue 2236093002: Decouple Blimp transport output from BlimpConnections using MessagePort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@statistics-singleton
Patch Set: wez feedback Created 4 years, 4 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
« no previous file with comments | « no previous file | blimp/net/blimp_connection.h » ('j') | no next file with comments »
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 9a45caa4d023c9fce1d5a5462c6ca52b0cfee6fa..9c3488256c37fc6b164cb2d4c95c9f9d7da0e891 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -56,6 +56,8 @@ component("net") {
"input_message_converter.h",
"input_message_generator.cc",
"input_message_generator.h",
+ "message_port.cc",
+ "message_port.h",
"null_blimp_message_processor.cc",
"null_blimp_message_processor.h",
"ssl_client_transport.cc",
@@ -64,8 +66,6 @@ component("net") {
"stream_packet_reader.h",
"stream_packet_writer.cc",
"stream_packet_writer.h",
- "stream_socket_connection.cc",
- "stream_socket_connection.h",
"tcp_client_transport.cc",
"tcp_client_transport.h",
"tcp_engine_transport.cc",
« no previous file with comments | « no previous file | blimp/net/blimp_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698