summaryrefslogtreecommitdiff
path: root/tools/gyp/pylib/gyp/MSVSUtil.py
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-07-05 18:39:16 +0200
committerRich Trott <rtrott@gmail.com>2019-07-16 10:40:31 -0700
commit54fcb14467b59e82d6e24bf44803462226a5de4d (patch)
tree21aceef7b5250e29be01f01e6451892a1d191a4e /tools/gyp/pylib/gyp/MSVSUtil.py
parent7032e59bb550adcb448b2d24877921e7f97e7399 (diff)
downloadandroid-node-v8-54fcb14467b59e82d6e24bf44803462226a5de4d.tar.gz
android-node-v8-54fcb14467b59e82d6e24bf44803462226a5de4d.tar.bz2
android-node-v8-54fcb14467b59e82d6e24bf44803462226a5de4d.zip
gyp: cherrypick more Python3 changes from node-gyp
PR-URL: https://github.com/nodejs/node/pull/28563 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/gyp/pylib/gyp/MSVSUtil.py')
-rw-r--r--tools/gyp/pylib/gyp/MSVSUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gyp/pylib/gyp/MSVSUtil.py b/tools/gyp/pylib/gyp/MSVSUtil.py
index 96dea6c2c9..f24530b275 100644
--- a/tools/gyp/pylib/gyp/MSVSUtil.py
+++ b/tools/gyp/pylib/gyp/MSVSUtil.py
@@ -236,7 +236,7 @@ def InsertLargePdbShims(target_list, target_dicts, vars):
# Set up the shim to output its PDB to the same location as the final linker
# target.
- for config_name, config in shim_dict.get('configurations').iteritems():
+ for config_name, config in shim_dict.get('configurations').items():
pdb_path = _GetPdbPath(target_dict, config_name, vars)
# A few keys that we don't want to propagate.