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

Unified Diff: test/BUILD.gn

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: fix, another one 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/d8.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..61697fb06fffa9b59decbe7c7b3b1e8a499834d5 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",
]
@@ -195,3 +197,11 @@ v8_isolate_run("webkit") {
isolate = "webkit/webkit.isolate"
}
+
+v8_isolate_run("mkgrokdump") {
Michael Achenbach 2017/04/13 12:12:34 nit: The others are somewhat alpha sorted. Maybe m
+ deps = [
+ "mkgrokdump:mkgrokdump",
+ ]
+
+ isolate = "mkgrokdump/mkgrokdump.isolate"
+}
« no previous file with comments | « src/d8.cc ('k') | test/bot_default.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698