summaryrefslogtreecommitdiff
path: root/deps/v8/test/unittests/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/unittests/BUILD.gn')
-rw-r--r--deps/v8/test/unittests/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/unittests/BUILD.gn b/deps/v8/test/unittests/BUILD.gn
index 7f70a5c959..4b1447d34b 100644
--- a/deps/v8/test/unittests/BUILD.gn
+++ b/deps/v8/test/unittests/BUILD.gn
@@ -98,6 +98,7 @@ v8_source_set("unittests_sources") {
"compiler/instruction-unittest.cc",
"compiler/int64-lowering-unittest.cc",
"compiler/js-builtin-reducer-unittest.cc",
+ "compiler/js-call-reducer-unittest.cc",
"compiler/js-create-lowering-unittest.cc",
"compiler/js-intrinsic-lowering-unittest.cc",
"compiler/js-operator-unittest.cc",
@@ -143,6 +144,7 @@ v8_source_set("unittests_sources") {
"heap/item-parallel-job-unittest.cc",
"heap/marking-unittest.cc",
"heap/memory-reducer-unittest.cc",
+ "heap/object-stats-unittest.cc",
"heap/scavenge-job-unittest.cc",
"heap/slot-set-unittest.cc",
"heap/spaces-unittest.cc",