Browse Source

build: fix typo in non-essential source file name

Depend on src/inspector_agent.h, src/inspector-agent.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: https://github.com/nodejs/node/pull/7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
v7.x
Ben Noordhuis 8 years ago
parent
commit
c0676f3f0f
  1. 2
      node.gyp

2
node.gyp

@ -316,7 +316,7 @@
'src/inspector_agent.cc',
'src/inspector_socket.cc',
'src/inspector_socket.h',
'src/inspector-agent.h',
'src/inspector_agent.h',
],
'dependencies': [
'deps/v8_inspector/third_party/v8_inspector/platform/'

Loading…
Cancel
Save