Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index 5c1a5f1d40062c4136aecb8782c31fb626c52bb1..a584c7218fa1d1e80188544c19fc2d58f0d37a98 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -27,7 +27,7 @@ source_set("common") { |
] |
} |
-if (!is_win && enable_remoting_host) { |
+if (!is_win && !is_chromeos && enable_remoting_host) { |
executable("remote_assistance_host") { |
sources = [ |
"it2me_native_messaging_host_entry_point.cc", |