Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index 73cd018f7b0436cc4e8cff8798b6314e97ed7b8e..b4444342381b6d527a09f817547d2a2394caed5d 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -91,7 +91,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. |
"//build/config/linux:xrandr", |
] |
if (!is_chromeos) { |
- deps += [ "//build/config/linux/gtk" ] |
+ deps += [ "//build/config/linux/gtk2" ] |
} |
} else { |
sources -= [ |
@@ -452,7 +452,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. |
} |
if (is_linux) { |
- deps += [ "//build/config/linux/gtk" ] |
+ deps += [ "//build/config/linux/gtk2" ] |
} |
if (is_linux || is_mac) { |
libs = [ "pam" ] |