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

Unified Diff: BUILD.gn

Issue 1845473007: Don't sort the input for the postmortem script (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a4f9f9f36130b36b079c40762904790e209422d6..e013fdfcc7b0209cbb068c31b5ab2a4051a47d63 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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 = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698