Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: remoting/host/BUILD.gn

Issue 1293073006: Make gtk2/gtk3 compile time switchable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecation warning. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.gyp ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.gyp ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698