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

Unified Diff: build/gyp_chromium

Issue 10880023: Add support for CC and CXX in chromium.gyp_env. These are useful for winja+GOMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 4 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 ae9ff7d03139fa9b2fff66c1c0ffc58cf1660f3b..d134034031626e2910e9db25e5c9fffeb04450a0 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -56,8 +56,10 @@ def apply_gyp_environment(file_path=None):
except SyntaxError, e:
e.filename = os.path.abspath(file_path)
raise
- supported_vars = ( 'CHROMIUM_GYP_FILE',
+ supported_vars = ( 'CC',
+ 'CHROMIUM_GYP_FILE',
'CHROMIUM_GYP_SYNTAX_CHECK',
+ 'CXX',
'GYP_DEFINES',
'GYP_GENERATOR_FLAGS',
'GYP_GENERATOR_OUTPUT',
« 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