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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2866163002: Update stability report dumper so it handles non-postmortem minidumps (Closed)
Patch Set: presubmit changes Created 3 years, 7 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: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index b1d4a41c783d6229dea9f1f534fe460dd7110720..483a3bfce6e5e8526cf7b5d345dd38a9f2ccd2dc 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -131,9 +131,9 @@ if (is_win) {
]
}
- executable("dump_postmortem") {
+ executable("dump_stability") {
sources = [
- "dump_postmortem_minidump_main_win.cc",
+ "dump_stability_report_main_win.cc",
]
deps = [
":stability_report_proto",

Powered by Google App Engine
This is Rietveld 408576698