summaryrefslogtreecommitdiffstats
path: root/build/gyp_helper.py
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 21:29:34 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 21:29:34 +0000
commitdcd6d6ed8bad3f7325ff273cea1f0d0ff6c0c97c (patch)
treeb994d71c7484743ab014234f25a22f0c28a19a8c /build/gyp_helper.py
parentbee732913910651efadfc31db29025d15a0f98e4 (diff)
downloadchromium_src-dcd6d6ed8bad3f7325ff273cea1f0d0ff6c0c97c.zip
chromium_src-dcd6d6ed8bad3f7325ff273cea1f0d0ff6c0c97c.tar.gz
chromium_src-dcd6d6ed8bad3f7325ff273cea1f0d0ff6c0c97c.tar.bz2
Fix chromium.gyp_env to see GYP_MSVS_VERSION.
Fix from scottmg. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/136663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_helper.py')
-rw-r--r--build/gyp_helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gyp_helper.py b/build/gyp_helper.py
index 8124278..eadc7a5f 100644
--- a/build/gyp_helper.py
+++ b/build/gyp_helper.py
@@ -34,6 +34,7 @@ def apply_gyp_environment_from_file(file_path):
'GYP_CROSSCOMPILE',
'GYP_GENERATOR_OUTPUT',
'GYP_GENERATORS',
+ 'GYP_MSVS_VERSION',
)
for var in supported_vars:
file_val = file_data.get(var)