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

Unified Diff: remoting/remoting_enable.gni

Issue 1717143002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move //remoting/remoting_host_win.gypi:* to GN 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
« no previous file with comments | « remoting/host/it2me/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..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) {
+ enable_remoting_host = true
+ enable_me2me_host = true
+}
+
if (is_linux && !is_chromeos && use_x11) {
enable_remoting_host = true
enable_me2me_host = true
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/remoting_host.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698