Index: remoting/remoting_options.gypi |
diff --git a/remoting/remoting_options.gypi b/remoting/remoting_options.gypi |
index 826f528a3cc421d73d16f0c6d9b3b0433967aa06..037fddc9fef406c469744ca32aa7a5a83c0fe142 100644 |
--- a/remoting/remoting_options.gypi |
+++ b/remoting/remoting_options.gypi |
@@ -11,7 +11,7 @@ |
# Set this to enable cast mode on the android client. |
'enable_cast%': 0, |
- |
+ |
# Set this to use GCD instead of the remoting directory service. |
'remoting_use_gcd%': 0, |
@@ -33,13 +33,13 @@ |
# The ar_service_environment variable is used to define the target |
# environment for the app being built. |
- # The allowed values are dev, test, staging, and prod. |
+ # The allowed values are dev, test, staging, prod, and prod-testing. |
'conditions': [ |
['buildtype == "Dev"', { |
'ar_service_environment%': 'dev', |
}, { # buildtype != 'Dev' |
- # Non-dev build must have this set to 'prod'. |
- 'ar_service_environment': 'prod', |
+ # Non-dev builds should default to 'prod'. |
+ 'ar_service_environment%': 'prod', |
}], |
], # conditions |