summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_options.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-09-21 16:40:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-21 23:41:11 +0000
commit1c4ddaf37732b27951123f54a35c0cd52e8d108b (patch)
treef0a271ca87a8d89f28bf41e08f5944a659884c3a /remoting/remoting_options.gypi
parent8100dae5e20fc6d8ca2fec9258277f189c434164 (diff)
downloadchromium_src-1c4ddaf37732b27951123f54a35c0cd52e8d108b.zip
chromium_src-1c4ddaf37732b27951123f54a35c0cd52e8d108b.tar.gz
chromium_src-1c4ddaf37732b27951123f54a35c0cd52e8d108b.tar.bz2
Removing deprecated environments from App Remoting build files.
BUG= Review URL: https://codereview.chromium.org/1356173002 Cr-Commit-Position: refs/heads/master@{#350064}
Diffstat (limited to 'remoting/remoting_options.gypi')
-rw-r--r--remoting/remoting_options.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_options.gypi b/remoting/remoting_options.gypi
index 0da85c7..0181d79 100644
--- a/remoting/remoting_options.gypi
+++ b/remoting/remoting_options.gypi
@@ -36,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',