summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-11 10:45:01 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-13 20:32:55 -0400
commit0befda69703e1599ab712d560984c27b251f1c62 (patch)
treef0ac11079dd7558831fdb77102b4019e4752a903 /node.gyp
parent914d6c9ab8cd7154c075867f3894bd90b8e252ea (diff)
downloadandroid-node-v8-0befda69703e1599ab712d560984c27b251f1c62.tar.gz
android-node-v8-0befda69703e1599ab712d560984c27b251f1c62.tar.bz2
android-node-v8-0befda69703e1599ab712d560984c27b251f1c62.zip
tools: python: update flake8 rules
* Tree-factor location of some *.py files for easy demarcation of areas to exclude. PR-URL: https://github.com/nodejs/node/pull/25614 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/node.gyp b/node.gyp
index f23fd42908..6e792c907b 100644
--- a/node.gyp
+++ b/node.gyp
@@ -805,20 +805,20 @@
'inputs': [
'<@(library_files)',
'config.gypi',
- 'tools/check_macros.py'
+ 'tools/js2c_macros/check_macros.py'
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
],
'conditions': [
[ 'node_use_dtrace=="false" and node_use_etw=="false"', {
- 'inputs': [ 'src/notrace_macros.py' ]
+ 'inputs': [ 'tools/js2c_macros/notrace_macros.py' ]
}],
[ 'node_debug_lib=="false"', {
- 'inputs': [ 'tools/nodcheck_macros.py' ]
+ 'inputs': [ 'tools/js2c_macros/nodcheck_macros.py' ]
}],
[ 'node_debug_lib=="true"', {
- 'inputs': [ 'tools/dcheck_macros.py' ]
+ 'inputs': [ 'tools/js2c_macros/dcheck_macros.py' ]
}]
],
'action': [