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

Unified Diff: build/gyp_chromium

Issue 10356138: Allow overriding GYP_GENERATORS in chromium.gyp_env. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lkgr Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 226ba1a0f40479a499342fe31f9496803b48bfff..e2d44c27a2c30c0dc8228b8dd204ec7a0a76291c 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -59,7 +59,8 @@ def apply_gyp_environment(file_path=None):
'CHROMIUM_GYP_SYNTAX_CHECK',
'GYP_DEFINES',
'GYP_GENERATOR_FLAGS',
- 'GYP_GENERATOR_OUTPUT', )
+ 'GYP_GENERATOR_OUTPUT',
+ 'GYP_GENERATORS', )
for var in supported_vars:
val = file_data.get(var)
if val:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698