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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 1319843004: Gate gtk on chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drm
Patch Set: sync&rebase Created 5 years, 3 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 | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
}
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698