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

Unified Diff: remoting/remoting_enable.gni

Issue 1749053002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_enable.gni
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni
index f8c1b20db1b1f9b813e54cebe37127a6f3e0dd46..b24409bd324c1a5f1e7ff812d641b8a4d40d57dd 100644
--- a/remoting/remoting_enable.gni
+++ b/remoting/remoting_enable.gni
@@ -9,12 +9,17 @@ import("//build/config/ui.gni")
enable_remoting_host = false
enable_me2me_host = false
-# TODO(GYP) Make remoting hosts work on Windows and Mac.
-#if (is_win || is_mac) {
+# TODO(GYP) Make remoting hosts work on Mac.
+#if (is_mac) {
# enable_remoting_host = true
# enable_me2me_host = true
#}
+if (is_win) {
Sergey Ulanov 2016/03/01 20:26:43 Merge this with the condition below? I.e. it will
Hzj_jie 2016/03/02 08:27:29 Done.
+ enable_remoting_host = true
+ enable_me2me_host = true
+}
+
if (is_linux && !is_chromeos && use_x11) {
enable_remoting_host = true
enable_me2me_host = true

Powered by Google App Engine
This is Rietveld 408576698