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

Unified Diff: blimp/net/BUILD.gn

Issue 1501463003: [Blimp Net] Client sends START_CONNECTION message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/client_auth_handler.h » ('j') | blimp/net/client_auth_handler.h » ('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 f20c77cdb03bbaf2a4ea0efa0d196482cc2e3d85..fe0d22c8efd96c5c8156db6e084804b821fd1860 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -21,6 +21,8 @@ component("blimp_net") {
"blimp_transport.h",
"browser_connection_handler.cc",
"browser_connection_handler.h",
+ "client_auth_handler.cc",
+ "client_auth_handler.h",
"client_connection_manager.cc",
"client_connection_manager.h",
"common.cc",
@@ -82,6 +84,7 @@ source_set("unit_tests") {
"blimp_message_multiplexer_unittest.cc",
"blimp_message_output_buffer_unittest.cc",
"blimp_message_pump_unittest.cc",
+ "client_auth_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
"input_message_unittest.cc",
"stream_packet_reader_unittest.cc",
« no previous file with comments | « no previous file | blimp/net/client_auth_handler.h » ('j') | blimp/net/client_auth_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698