Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index fbe090514db4d3958ad549fe733c58e443319162..46855067881e08e16e0fcee67f899b8be24b2588 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -348,6 +348,9 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. |
if (is_chromeos) { |
sources -= [ "linux/x_server_clipboard_unittest.cc" ] |
} |
+ if (is_android) { |
+ sources -= [ "it2me/it2me_native_messaging_host_unittest.cc" ] |
+ } |
configs += [ "//remoting:version" ] |