summaryrefslogtreecommitdiffstats
path: root/build/gyp_helper.py
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:15:27 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:15:27 +0000
commit68294fd75323263a1c1cad9efa0e6cb0063446cb (patch)
tree4168e9015218d1d573caafddb644ff1af011f973 /build/gyp_helper.py
parent73dee06808ae93d19255e37c69f8d961250a9ad9 (diff)
downloadchromium_src-68294fd75323263a1c1cad9efa0e6cb0063446cb.zip
chromium_src-68294fd75323263a1c1cad9efa0e6cb0063446cb.tar.gz
chromium_src-68294fd75323263a1c1cad9efa0e6cb0063446cb.tar.bz2
support CC/CXX_wrapper in chromium.gyp_env
See https://codereview.chromium.org/13950005/ for where it's required. R=thakis@chromium.org BUG=232421 Review URL: https://codereview.chromium.org/14093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_helper.py')
-rw-r--r--build/gyp_helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_helper.py b/build/gyp_helper.py
index 63debcd..b9757d8 100644
--- a/build/gyp_helper.py
+++ b/build/gyp_helper.py
@@ -24,9 +24,11 @@ def apply_gyp_environment_from_file(file_path):
raise
supported_vars = (
'CC',
+ 'CC_wrapper',
'CHROMIUM_GYP_FILE',
'CHROMIUM_GYP_SYNTAX_CHECK',
'CXX',
+ 'CXX_wrapper',
'GYP_DEFINES',
'GYP_GENERATOR_FLAGS',
'GYP_GENERATOR_OUTPUT',