summaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/gypfiles/all.gyp')
-rw-r--r--deps/v8/gypfiles/all.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/gypfiles/all.gyp b/deps/v8/gypfiles/all.gyp
index 5592ee1b36..99248205b6 100644
--- a/deps/v8/gypfiles/all.gyp
+++ b/deps/v8/gypfiles/all.gyp
@@ -9,7 +9,6 @@
'type': 'none',
'dependencies': [
'd8.gyp:d8',
- 'inspector-test.gyp:*',
'mkgrokdump.gyp:*',
],
'conditions': [
@@ -22,9 +21,6 @@
['host_os!="mac" or OS!="android"', {
'dependencies': [
'samples.gyp:*',
- 'cctest.gyp:*',
- 'fuzzer.gyp:*',
- 'unittests.gyp:*',
],
}],
]