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: #25095
Refs: #25010

PR-URL: #25097
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
  • Loading branch information
targos committed Dec 20, 2018
1 parent 632f263 commit f0e4609
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 f0e4609

Please sign in to comment.