Skip to content

Commit

Permalink
build: remove erroneous duplicate declaration from node_inspector.gypi
Browse files Browse the repository at this point in the history
PR-URL: #25586
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
refack authored and addaleax committed Jan 23, 2019
1 parent 28894af commit 8cc936a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/inspector/node_inspector.gypi
Expand Up @@ -93,7 +93,6 @@
},
{
'action_name': 'node_protocol_generated_sources',
'process_outputs_as_sources': 0,
'inputs': [
'<(SHARED_INTERMEDIATE_DIR)/node_protocol_config.json',
'<(SHARED_INTERMEDIATE_DIR)/node_protocol.json',
Expand Down Expand Up @@ -130,7 +129,6 @@
},
{
'action_name': 'v8_inspector_compress_protocol_json',
'process_outputs_as_sources': 0,
'inputs': [
'<(SHARED_INTERMEDIATE_DIR)/concatenated_protocol.json',
],
Expand Down

0 comments on commit 8cc936a

Please sign in to comment.