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

Unified Diff: remoting/host/BUILD.gn

Issue 1830433002: Adding the message writing class used for remote_security_key STDOUT communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@messages
Patch Set: Integrating security message changes Created 4 years, 9 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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 68d0a8e0f7d87ab4bee92ed271d4c75cb0751c3c..c0ce2a42b8be1da20906ed7473758bfe6b33243f 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -294,6 +294,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"security_key/gnubby_extension_session_unittest.cc",
"security_key/remote_security_key_ipc_client_unittest.cc",
"security_key/remote_security_key_ipc_server_unittest.cc",
+ "security_key/remote_security_key_message_writer_unittest.cc",
"server_log_entry_host_unittest.cc",
"setup/me2me_native_messaging_host_unittest.cc",
"setup/oauth_helper_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698