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

Unified Diff: blimp/net/BUILD.gn

Issue 1429193002: Add interfaces for most major Blimp net components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Import multiplexer changes from 1434533005 Created 5 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
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 1b4da841c3e441cf3029d6d9e8491c7320115c6b..71002964f78e138e11d66529762410475e10c7be 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -6,13 +6,20 @@ component("blimp_net") {
sources = [
"blimp_connection.cc",
"blimp_connection.h",
- "blimp_message_dispatcher.cc",
- "blimp_message_dispatcher.h",
+ "blimp_message_ack_observer.h",
+ "blimp_message_demultiplexer.cc",
+ "blimp_message_demultiplexer.h",
+ "blimp_message_multiplexer.cc",
+ "blimp_message_multiplexer.h",
+ "blimp_message_output_buffer.cc",
+ "blimp_message_output_buffer.h",
+ "blimp_message_processor.h",
"blimp_message_receiver.h",
"blimp_net_export.h",
"blimp_transport.h",
"common.cc",
"common.h",
+ "connection_handler.h",
"packet_reader.cc",
"packet_reader.h",
"packet_writer.cc",
@@ -34,7 +41,7 @@ source_set("unit_tests") {
testonly = true
sources = [
- "blimp_message_dispatcher_unittest.cc",
+ "blimp_message_demultiplexer_unittest.cc",
"packet_reader_unittest.cc",
"packet_writer_unittest.cc",
"test_common.cc",

Powered by Google App Engine
This is Rietveld 408576698