| Index: components/browser_watcher/BUILD.gn
|
| diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
|
| index 0783f59d4a983ae9a59d2afab139861738d2eb92..2ef820023138aee55b76eb1eed9224f773bff51a 100644
|
| --- a/components/browser_watcher/BUILD.gn
|
| +++ b/components/browser_watcher/BUILD.gn
|
| @@ -85,3 +85,13 @@ source_set("unit_tests") {
|
| "//third_party/crashpad/crashpad/util",
|
| ]
|
| }
|
| +
|
| +executable("dump_postmortem") {
|
| + sources = [
|
| + "dump_postmortem_minidump_main_win.cc",
|
| + ]
|
| + deps = [
|
| + ":stability_report_proto",
|
| + "//base",
|
| + ]
|
| +}
|
|
|