Index: remoting/remoting_enable.gni |
diff --git a/remoting/remoting_enable.gni b/remoting/remoting_enable.gni |
index 2262ccffec8a259d46cd245a302cc0a445953719..0160893bfc4e370ceabd392c72852e5cdac0abbb 100644 |
--- a/remoting/remoting_enable.gni |
+++ b/remoting/remoting_enable.gni |
@@ -2,10 +2,12 @@ |
# 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") |
+declare_args() { |
+ enable_remoting = !is_ios && !is_chromecast |
+} |
+ |
enable_remoting_host = false |
enable_me2me_host = false |