| Index: tools/dev/gm.py
|
| diff --git a/tools/dev/gm.py b/tools/dev/gm.py
|
| index 758a8ce34094b665e0fcd9cf16bd5ff775d1d600..fb9971b5dc821af6649cccc8553cf9f317436396 100755
|
| --- a/tools/dev/gm.py
|
| +++ b/tools/dev/gm.py
|
| @@ -37,7 +37,7 @@ MODES = ["release", "debug", "optdebug"]
|
| # Modes that get built/run when you don't specify any.
|
| DEFAULT_MODES = ["release", "debug"]
|
| # Build targets that can be manually specified.
|
| -TARGETS = ["d8", "cctest", "unittests", "v8_fuzzers"]
|
| +TARGETS = ["d8", "cctest", "unittests", "v8_fuzzers", "mkgrokdump"]
|
| # Build targets that get built when you don't specify any (and specified tests
|
| # don't imply any other targets).
|
| DEFAULT_TARGETS = ["d8"]
|
|
|