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

Unified Diff: remoting/remoting_options.gni

Issue 1356173002: Removing deprecated environments from App Remoting build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | remoting/remoting_options.gypi » ('j') | 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 763f1f8f721a131779fdb1ae8772bf150228ad4c..2185f21a89770de6c9e58141e0a6a2ed4ee3f691 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -30,7 +30,7 @@ branding_path = "../remoting/branding_<(branding)"
# 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.
if (is_debug) {
ar_service_environment = "dev"
} else {
« no previous file with comments | « no previous file | remoting/remoting_options.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698