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

Unified Diff: remoting/host/BUILD.gn

Issue 2003753002: Fix remoting_unittests that are failing on 32-bit linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 70053e8855f76c5b546299150829c091b007f0df..6e5683731dd2a685095e324774885f50ad3ae900 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -332,6 +332,7 @@ if (is_mac) {
"security_key/gnubby_auth_handler_win_unittest.cc",
"security_key/gnubby_extension_session_unittest.cc",
"security_key/remote_security_key_ipc_client_unittest.cc",
+ "security_key/remote_security_key_ipc_constants.cc",
Dirk Pranke 2016/05/20 23:03:06 you don't need to add the ipc_constants.cc file he
"security_key/remote_security_key_ipc_server_unittest.cc",
"security_key/remote_security_key_message_handler_unittest.cc",
"security_key/remote_security_key_message_reader_impl_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698