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

Unified Diff: remoting/host/BUILD.gn

Issue 1818233005: Adding the message reading class used for remote_security_key STDIN communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@writer
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 c0ce2a42b8be1da20906ed7473758bfe6b33243f..21520d4ed0ade394d3b0b94ddcc2e00980209d9b 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_reader_unittest.cc",
"security_key/remote_security_key_message_writer_unittest.cc",
"server_log_entry_host_unittest.cc",
"setup/me2me_native_messaging_host_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698