Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@

'dependencies': [
'node_js2c#host',
'deps/nghttp2/nghttp2.gyp:nghttp2'
Copy link
Member Author

@bnoordhuis bnoordhuis Nov 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmarchini I don't quite understand why this was added. It doesn't seem to be used.

edit: ah, looks like #14901 partially undid 336af9a by accident.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be here, it was accidentally added when the branch was rebased

],

'includes': [
Expand Down Expand Up @@ -299,7 +298,6 @@
# node.gyp is added to the project by default.
'common.gypi',
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
'<(SHARED_INTERMEDIATE_DIR)/node-debug-support.cc',
],

'variables': {
Expand Down Expand Up @@ -972,29 +970,7 @@
}]]
}],
]
},
{
'target_name': 'node_postmortem_metadata',
'type': 'none',
'toolsets': ['host'],
'actions': [
{
'action_name': 'gen-postmortem-metadata',
'process_outputs_as_sources': 1,
'inputs': [
'./tools/gen-postmortem-metadata.py',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/node-debug-support.cc',
],
'action': [
'python',
'./tools/gen-postmortem-metadata.py',
'<@(_outputs)',
]
}
]
},
}
], # end targets

'conditions': [
Expand Down
200 changes: 0 additions & 200 deletions tools/gen-postmortem-metadata.py

This file was deleted.