node/tools/gyp
Giovanny Andres Gongora Granada (Gioyik) 64161f2a86 tools: replace deprecated iteritems() for items()
This is a Built-In change in Python 3 used by compile_commands_json.py
to generate compile_commands_json.json. Node.js dropped Python 2 support
in this script, `items()` works as expected replacement.

PR-URL: https://github.com/nodejs/node/pull/31528
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2020-01-28 22:20:34 -08:00
..
buildbot tools: use print() function in buildbot_run.py 2019-10-31 23:19:21 +01:00
data/win
pylib/gyp tools: replace deprecated iteritems() for items() 2020-01-28 22:20:34 -08:00
samples
tools gyp: pull Python 3 changes from node/node-gyp 2019-07-11 09:33:51 -07:00
.gitignore
AUTHORS
DEPS
LICENSE
OWNERS
PRESUBMIT.py gyp: pull Python 3 changes from node/node-gyp 2019-07-11 09:33:51 -07:00
README.md
codereview.settings
gyp
gyp.bat
gyp_main.py
gyptest.py tools: undefined name opts -> args in gyptest.py 2019-10-31 22:10:40 +01:00
setup.py

README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.