| Index: components/browser_watcher/BUILD.gn
|
| diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
|
| index 95b431e4cff5cdc18a6409d80978cfde51ba32ff..6963cef3f61dacee28b643044ed6739df9bf6c15 100644
|
| --- a/components/browser_watcher/BUILD.gn
|
| +++ b/components/browser_watcher/BUILD.gn
|
| @@ -50,6 +50,7 @@ if (is_win) {
|
| "postmortem_minidump_writer_win.cc",
|
| ]
|
| deps = [
|
| + ":stability_data",
|
| ":stability_report_proto",
|
| "//base",
|
| "//third_party/crashpad/crashpad/client",
|
| @@ -65,6 +66,7 @@ if (is_win) {
|
| ]
|
| deps = [
|
| ":postmortem_minidump_writer",
|
| + ":stability_data",
|
| ":stability_report_proto",
|
| "//base",
|
| "//third_party/crashpad/crashpad/client",
|
| @@ -110,6 +112,7 @@ if (is_win) {
|
| ":browser_watcher_client",
|
| ":postmortem_minidump_writer",
|
| ":postmortem_report_collector",
|
| + ":stability_data",
|
| ":stability_report_proto",
|
| "//base",
|
| "//base/test:test_support",
|
|
|