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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2685053003: Switch stability reports to use the crashed version's details (Closed)
Patch Set: Missing BUILD dependencies Created 3 years, 10 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 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",

Powered by Google App Engine
This is Rietveld 408576698