Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index 2706d8790c3b683cc1b5cf0bcbc81307df79e2e5..5c1a5f1d40062c4136aecb8782c31fb626c52bb1 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_desktop_linux) { |
deps += [ "//build/config/linux/gtk2" ] |
} |
} |