summaryrefslogtreecommitdiff
path: root/deps/v8/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/build/all.gyp')
-rw-r--r--deps/v8/build/all.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/build/all.gyp b/deps/v8/build/all.gyp
index 0a05a2f02f..feaf4feccc 100644
--- a/deps/v8/build/all.gyp
+++ b/deps/v8/build/all.gyp
@@ -11,6 +11,7 @@
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
'../test/cctest/cctest.gyp:*',
+ '../test/fuzzer/fuzzer.gyp:*',
'../test/unittests/unittests.gyp:*',
],
'conditions': [
@@ -30,11 +31,16 @@
'../test/mjsunit/mjsunit.gyp:*',
'../test/mozilla/mozilla.gyp:*',
'../test/optimize_for_size.gyp:*',
+ '../test/perf.gyp:*',
'../test/preparser/preparser.gyp:*',
'../test/simdjs/simdjs.gyp:*',
'../test/test262/test262.gyp:*',
'../test/webkit/webkit.gyp:*',
'../tools/check-static-initializers.gyp:*',
+ '../tools/gcmole/run_gcmole.gyp:*',
+ '../tools/jsfunfuzz/jsfunfuzz.gyp:*',
+ '../tools/run-deopt-fuzzer.gyp:*',
+ '../tools/run-valgrind.gyp:*',
],
}],
]