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

Unified Diff: remoting/remoting_options.gypi

Issue 1062963002: Updating App Remoting build files to include an OAuth2 client ID and manifest key which we will set… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/app_remoting_webapp_build.gypi ('k') | remoting/webapp/build-webapp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/webapp/build-webapp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698