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

Unified Diff: test/mkgrokdump/mkgrokdump.isolate

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: address comments 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
Index: test/mkgrokdump/mkgrokdump.isolate
diff --git a/test/mkgrokdump/mkgrokdump.isolate b/test/mkgrokdump/mkgrokdump.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..98faf9de6a7b9dc3e285bf45fbeb6f45d10b4d8e
--- /dev/null
+++ b/test/mkgrokdump/mkgrokdump.isolate
@@ -0,0 +1,16 @@
+# Copyright 2017 the V8 project authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'variables': {
+ 'files': [
+ './mkgrokdump.status',
+ './testcfg.py',
+ '../../tools/v8heapconst.py',
+ ],
+ },
+ 'includes': [
+ '../../src/base.isolate',
+ '../../tools/testrunner/testrunner.isolate',
+ ],
+}
« BUILD.gn ('K') | « test/default.isolate ('k') | test/mkgrokdump/mkgrokdump.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698