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

Unified Diff: remoting/remoting_enable.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_enable.gni
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni
index 0160893bfc4e370ceabd392c72852e5cdac0abbb..3b9f45e0082ea121ac96fd3c2037d01837b53e6a 100644
--- a/remoting/remoting_enable.gni
+++ b/remoting/remoting_enable.gni
@@ -3,19 +3,8 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//media/media_options.gni")
declare_args() {
- enable_remoting = !is_ios && !is_chromecast
-}
-
-enable_remoting_host = false
nicholss 2017/01/20 23:05:22 I am not sure it is better to move these to the re
Sergey Ulanov 2017/01/20 23:41:41 Only the values declared in declare_args() can be
-enable_me2me_host = false
-
-if (is_win || (is_linux && !is_chromeos && use_x11) || is_mac) {
- enable_remoting_host = true
- enable_me2me_host = true
-}
-
-if (is_linux && is_chromeos) {
- enable_remoting_host = true
+ enable_remoting = !is_ios && !is_chromecast && enable_webrtc
}

Powered by Google App Engine
This is Rietveld 408576698