diff options
Diffstat (limited to 'chromium/remoting/remoting_options.gypi')
-rw-r--r-- | chromium/remoting/remoting_options.gypi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/remoting/remoting_options.gypi b/chromium/remoting/remoting_options.gypi index 037fddc9fef..0181d7916bb 100644 --- a/chromium/remoting/remoting_options.gypi +++ b/chromium/remoting/remoting_options.gypi @@ -15,6 +15,9 @@ # 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%': 0, + 'variables': { 'conditions': [ # Enable the multi-process host on Windows by default. @@ -33,7 +36,7 @@ # The ar_service_environment variable is used to define the target # environment for the app being built. - # The allowed values are dev, test, staging, prod, and prod-testing. + # The allowed values are dev and prod. 'conditions': [ ['buildtype == "Dev"', { 'ar_service_environment%': 'dev', |