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>
This commit is contained in:
Ben Noordhuis 2016-08-02 09:34:29 +02:00
parent 60d46b4e70
commit c0676f3f0f
1 changed files with 1 additions and 1 deletions

View File

@ -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/'