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

Unified Diff: remoting/remoting_enable.gni

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry 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 | « remoting/host/BUILD.gn ('k') | remoting/remoting_host.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_enable.gni
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni
index f8c1b20db1b1f9b813e54cebe37127a6f3e0dd46..b0f08ca8a9f4f885664172d31b559fe74d3d643e 100644
--- a/remoting/remoting_enable.gni
+++ b/remoting/remoting_enable.gni
@@ -15,11 +15,11 @@ enable_me2me_host = false
# enable_me2me_host = true
#}
-if (is_linux && !is_chromeos && use_x11) {
+if (is_linux && !use_cros_fe && use_x11) {
enable_remoting_host = true
enable_me2me_host = true
}
-if (is_linux && is_chromeos) {
+if (use_cros_fe) {
enable_remoting_host = true
}
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/remoting_host.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698