From a6e0a6c7edcf30cbd6348e5d8e4bb05399c7c11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Mar=C3=A9chal?= Date: Wed, 6 Feb 2019 10:27:59 -0500 Subject: [PATCH] gyp: move compile_commands_json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It isn't possible to access `tools/gyp/pylib/gyp/generator/compile_commands_json.py` using the `--format` option. This commit moves the file in a place where it can be accessed. Fixes: https://github.com/nodejs/node-gyp/issues/1526 PR-URL: https://github.com/nodejs/node-gyp/pull/1661 Reviewed-By: Ben Noordhuis Signed-off-by: Paul Maréchal --- {tools/gyp => gyp}/pylib/gyp/generator/compile_commands_json.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tools/gyp => gyp}/pylib/gyp/generator/compile_commands_json.py (100%) diff --git a/tools/gyp/pylib/gyp/generator/compile_commands_json.py b/gyp/pylib/gyp/generator/compile_commands_json.py similarity index 100% rename from tools/gyp/pylib/gyp/generator/compile_commands_json.py rename to gyp/pylib/gyp/generator/compile_commands_json.py