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

Unified Diff: remoting/remoting_enable.gni

Issue 1082083005: [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PNaCl bug ref to GN file. Created 5 years, 8 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/remoting_all.gyp ('k') | remoting/remoting_enable.gypi » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..511c877dee19f3138b24d29454d19852703d49a1
--- /dev/null
+++ b/remoting/remoting_enable.gni
@@ -0,0 +1,24 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Keep in sync with remoting/remoting_enable.gypi.
+
+import("//build/config/ui.gni")
+
+enable_remoting_host = false
+enable_me2me_host = false
+
+if (is_win || is_mac) {
+ enable_remoting_host = true
+ enable_me2me_host = true
+}
+
+if (is_linux && !is_chromeos && use_x11) {
+ enable_remoting_host = true
+ enable_me2me_host = true
+}
+
+if (is_linux && is_chromeos) {
+ enable_remoting_host = true
+}
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_enable.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698