commit | dcd6d6ed8bad3f7325ff273cea1f0d0ff6c0c97c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jan 13 21:29:34 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jan 13 21:29:34 2014 |
tree | b994d71c7484743ab014234f25a22f0c28a19a8c | |
parent | bee732913910651efadfc31db29025d15a0f98e4 [diff] [blame] |
Fix chromium.gyp_env to see GYP_MSVS_VERSION. Fix from scottmg. [email protected] Review URL: https://codereview.chromium.org/136663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244585 0039d316-1c4b-4281-b951-d872f2087c98
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 @@ 'GYP_CROSSCOMPILE', 'GYP_GENERATOR_OUTPUT', 'GYP_GENERATORS', + 'GYP_MSVS_VERSION', ) for var in supported_vars: file_val = file_data.get(var)