Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1192)

Unified Diff: test/BUILD.gn

Issue 2695653005: Revert of Remove SIMD.js from V8. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/x87/interface-descriptors-x87.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index 09d3fb6058a8faf38dd7b58080da7bdcd2d95c8b..af6ae95745f14cc3a663951693b2776aba7ee7b3 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -31,6 +31,7 @@
":bot_default_run",
":default_run",
":mozilla_run",
+ ":simdjs_run",
"test262:test262_run",
]
}
@@ -184,6 +185,14 @@
isolate = "preparser/preparser.isolate"
}
+v8_isolate_run("simdjs") {
+ deps = [
+ "..:d8_run",
+ ]
+
+ isolate = "simdjs/simdjs.isolate"
+}
+
v8_isolate_run("unittests") {
deps = [
"unittests:unittests",
« no previous file with comments | « src/x87/interface-descriptors-x87.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698