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

Unified Diff: blimp/net/BUILD.gn

Issue 1492643003: [Blimp Net] Add EngineAuthHandler. (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
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index feb3adeec8c15f2ad5a3e90600b3920102aff439..e9586617b2c859c0543885bccdddc726a5679378 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -27,6 +27,8 @@ component("blimp_net") {
"common.h",
"connection_error_observer.h",
"connection_handler.h",
+ "engine_auth_handler.cc",
+ "engine_auth_handler.h",
"engine_connection_manager.cc",
"engine_connection_manager.h",
"input_message_generator.cc",

Powered by Google App Engine
This is Rietveld 408576698