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

Unified Diff: remoting/app_remoting_webapp_build.gypi

Issue 1031203004: To avoid the requirement of defining unnecessary gyp variables for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/app_remoting_webapp_build.gypi
diff --git a/remoting/app_remoting_webapp_build.gypi b/remoting/app_remoting_webapp_build.gypi
index 4450de08feda2245c7cfc8691b05a42d952f06a4..9a59c908d69436ce9c5f47d714d34c7f1844d1e0 100644
--- a/remoting/app_remoting_webapp_build.gypi
+++ b/remoting/app_remoting_webapp_build.gypi
@@ -11,20 +11,6 @@
'app_remoting_webapp_files.gypi',
],
- 'variables': {
- # 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.
- 'conditions': [
- ['buildtype == "Dev"', {
- 'ar_service_environment%': 'dev',
- }, { # buildtype != 'Dev'
- # Non-dev build must have this set to 'prod'.
- 'ar_service_environment': 'prod',
- }],
- ], # conditions
- }, # end of variables
-
'target_defaults': {
'type': 'none',
« 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