Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index 2706d8790c3b683cc1b5cf0bcbc81307df79e2e5..4d9b0fed07d68d09351e92a6a8831aa6155966a0 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -53,7 +53,7 @@ if (!is_win && enable_remoting_host) { |
deps += [ "//third_party/libjingle:libjingle_webrtc" ] |
} |
- if (is_linux) { |
+ if (is_linux && !is_chromeos) { |
deps += [ "//build/config/linux/gtk2" ] |
} |
} |