Skip to content

Commit

Permalink
build: move tourqe and inspector codegen
Browse files Browse the repository at this point in the history
* Turn them into a `none` target
  • Loading branch information
refack committed Apr 12, 2019
1 parent 34eac84 commit 5501305
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 191 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test-code-cache: with-code-cache
out/Makefile: config.gypi common.gypi node.gyp \
deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
tools/v8_gypfiles/v8.gyp
$(PYTHON) tools/gyp_node.py -f make

config.gypi: configure configure.py
Expand Down
34 changes: 0 additions & 34 deletions deps/v8/third_party/inspector_protocol/inspector_protocol.gypi

This file was deleted.

130 changes: 0 additions & 130 deletions tools/v8_gypfiles/inspector.gypi

This file was deleted.

Loading

0 comments on commit 5501305

Please sign in to comment.