Skip to content

Commit

Permalink
deps: remove test-related GYP files
Browse files Browse the repository at this point in the history
- Less files to maintain.
- We don't use them.
- We build with GN to run V8 tests.

Fixes: nodejs#25095
Refs: nodejs#25010
  • Loading branch information
targos committed Dec 17, 2018
1 parent 928f776 commit 7ef5ff5
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,583 deletions.
4 changes: 0 additions & 4 deletions deps/v8/gypfiles/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
'type': 'none',
'dependencies': [
'd8.gyp:d8',
'inspector-test.gyp:*',
'mkgrokdump.gyp:*',
],
'conditions': [
Expand All @@ -22,9 +21,6 @@
['host_os!="mac" or OS!="android"', {
'dependencies': [
'samples.gyp:*',
'cctest.gyp:*',
'fuzzer.gyp:*',
'unittests.gyp:*',
],
}],
]
Expand Down
468 changes: 0 additions & 468 deletions deps/v8/gypfiles/cctest.gyp

This file was deleted.

Loading

0 comments on commit 7ef5ff5

Please sign in to comment.