Skip to content

Commit

Permalink
build: fix typo in non-essential source file name
Browse files Browse the repository at this point in the history
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: #7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
bnoordhuis authored and cjihrig committed Aug 10, 2016
1 parent 02b12fe commit a4394b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,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/platform/v8_inspector/v8_inspector.gyp:v8_inspector_stl',
Expand Down

0 comments on commit a4394b8

Please sign in to comment.