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

Unified Diff: test/BUILD.gn

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: remove infra hack Created 3 years, 8 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/heap/heap.cc ('k') | test/bot_default.isolate » ('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 519c1d3a0e1e62a25bf34fe49b4664fc390e2db8..440f34054538a3500827feac2332938fadeb2989 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -11,6 +11,7 @@ group("gn_all") {
deps = [
":default_tests",
"inspector:inspector-test",
+ "mkgrokdump:mkgrokdump",
]
if (host_os != "mac" || !is_android) {
@@ -48,6 +49,7 @@ group("default_tests") {
":intl_run",
":message_run",
":mjsunit_run",
+ ":mkgrokdump_run",
":preparser_run",
":unittests_run",
]
@@ -164,6 +166,14 @@ v8_isolate_run("mjsunit") {
isolate = "mjsunit/mjsunit.isolate"
}
+v8_isolate_run("mkgrokdump") {
+ deps = [
+ "mkgrokdump:mkgrokdump",
+ ]
+
+ isolate = "mkgrokdump/mkgrokdump.isolate"
+}
+
v8_isolate_run("mozilla") {
deps = [
"..:d8_run",
« no previous file with comments | « src/heap/heap.cc ('k') | test/bot_default.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698