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

Unified Diff: remoting/remoting_options.gni

Issue 1637093002: Fix enable_cardboard/enable_cast for GN build of remoting/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « remoting/android/client_java_tmpl.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_options.gni
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index 0cf8f2961956fb09e9c0705d67492fe2c933a6a4..0dcd4c97d4bdf3128d0cc455103460ce2400828e 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -11,17 +11,17 @@ declare_args() {
# Set this to enable building internal AppRemoting apps.
enable_internal_app_remoting_targets = false
-}
-# Set this to enable cast mode on the android client.
-enable_cast = false
+ # Set this to enable cast mode on the android client.
+ remoting_enable_cast = false
+
+ # Set this to enable Android Chromoting Cardboard Activity.
+ remoting_enable_cardboard = false
+}
# Set this to use GCD instead of the remoting directory service.
remoting_use_gcd = 0
-# Set this to enable Android Chromoting Cardboard Activity.
-enable_cardboard = false
-
# Enable the multi-process host on Windows by default.
if (is_win) {
remoting_multi_process = 1
« no previous file with comments | « remoting/android/client_java_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698