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

Unified Diff: chrome/BUILD.gn

Issue 1479283002: Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with crashpad 1f3ced1846f3956e678c562c90e0d6c970543617 Created 5 years, 1 month 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
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 161cf0d615d36791e548b60971e96a9d86f79d5a..33f9136ce02b9a2c0adb979959a9da6599ced02e 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -158,6 +158,7 @@ if (!is_android) {
"//content/public/common:static_switches",
"//crypto",
"//sandbox",
+ "//third_party/crashpad/crashpad/handler:handler_lib",
"//ui/gfx",
"//win8/delegate_execute",
"//win8/metro_driver",
@@ -404,6 +405,8 @@ if (is_mac || is_win) {
shared_library("chrome_child") {
sources = [
+ "app/chrome_crash_reporter_client.cc",
+ "app/chrome_crash_reporter_client.h",
"app/chrome_main.cc",
"app/chrome_main_delegate.cc",
"app/chrome_main_delegate.h",
@@ -421,6 +424,8 @@ if (is_mac || is_win) {
"//base/allocator",
"//build/config/sanitizers:deps",
"//chrome/browser/policy:path_parser",
+ "//components/browser_watcher:browser_watcher_client",
+ "//components/crash/content/app",
"//content/public/app:child",
]
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698