| 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",
|
|
|