Commit 731e53c7 authored by jochen's avatar jochen Committed by Commit bot

Don't sort the input for the postmortem script

R=yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1845473007

Cr-Commit-Position: refs/heads/master@{#35159}
parent 18c80bc8
......@@ -473,9 +473,10 @@ action("postmortem-metadata") {
script = "tools/gen-postmortem-metadata.py"
# NOSORT
sources = [
"src/objects-inl.h",
"src/objects.h",
"src/objects-inl.h",
]
outputs = [
......
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