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

Unified Diff: remoting/remoting_options.gni

Issue 2640783004: Cleanups in remoting gn files. (Closed)
Patch Set: . Created 3 years, 11 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
Index: remoting/remoting_options.gni
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index b3e998bb3c615b31336daf2b1ad7020301fffc76..afc202bf34052f611fc70746973054495454fbb6 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -3,6 +3,11 @@
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
+import("//build/config/ui.gni")
+
+enable_remoting_host =
+ is_win || (is_linux && (is_chromeos || use_x11)) || is_mac
+enable_me2me_host = is_win || (is_linux && !is_chromeos && use_x11) || is_mac
# These arguments can be overridden from the command line (see "gn help args").
declare_args() {

Powered by Google App Engine
This is Rietveld 408576698