| Index: pylib/gyp/MSVSUtil.py
|
| diff --git a/pylib/gyp/MSVSUtil.py b/pylib/gyp/MSVSUtil.py
|
| index f5e0c1d8b7632a5608793318a3f71fad34a09375..67fa0464e5feebfe9c7f2e8d6bd2742f34b05fc9 100644
|
| --- a/pylib/gyp/MSVSUtil.py
|
| +++ b/pylib/gyp/MSVSUtil.py
|
| @@ -235,7 +235,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.
|
|
|