Commit 0cbe6454 authored by jkummerow's avatar jkummerow Committed by Commit bot

[gm.py] Add support for building mkgrokdump

Now you can do: "gm.py x64.release mkgrokdump"

NOTRY=true

Review-Url: https://codereview.chromium.org/2827383003
Cr-Commit-Position: refs/heads/master@{#44756}
parent 296be522
...@@ -37,7 +37,7 @@ MODES = ["release", "debug", "optdebug"] ...@@ -37,7 +37,7 @@ MODES = ["release", "debug", "optdebug"]
# Modes that get built/run when you don't specify any. # Modes that get built/run when you don't specify any.
DEFAULT_MODES = ["release", "debug"] DEFAULT_MODES = ["release", "debug"]
# Build targets that can be manually specified. # 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 # Build targets that get built when you don't specify any (and specified tests
# don't imply any other targets). # don't imply any other targets).
DEFAULT_TARGETS = ["d8"] DEFAULT_TARGETS = ["d8"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment