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

Unified Diff: chrome/browser/BUILD.gn

Issue 2372633002: Use the correct product/version for postmortem reports (Closed)
Patch Set: Direct access to GetExecutableVersionDetails via ChromePostmortemReportCollector Created 4 years, 3 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index c27862b22620e6222f40d14b0c6c285e94cb95cb..d8d57cb304c7c35fc869e2de124cb719d2671bee 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3383,6 +3383,7 @@ split_static_library("browser") {
deps += [
":chrome_process_finder",
"//chrome:file_pre_reader",
+ "//chrome/chrome_watcher:chrome_postmortem_report_collector",
"//chrome/chrome_watcher:client",
"//chrome/common:metrics_constants_util_win",
"//chrome/common:version_header",
@@ -3392,6 +3393,8 @@ split_static_library("browser") {
"//components/browser_watcher",
"//components/browser_watcher:browser_watcher_client",
"//google_update",
+ "//third_party/crashpad/crashpad/client",
+ "//third_party/crashpad/crashpad/util",
"//third_party/iaccessible2",
"//third_party/isimpledom",
"//third_party/wtl",

Powered by Google App Engine
This is Rietveld 408576698