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

Unified Diff: components/crash/content/app/BUILD.gn

Issue 2638433002: Integrate fallback crash handling in chrome (Closed)
Patch Set: Reorganize the fallback integration code into a pair of separate files. Created 3 years, 11 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/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 23255030fa61386082044dcbf42baaa1155c26d4..2df0b6bd278dba28908c3210dd3895875f747caf 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -70,12 +70,15 @@ if (is_win) {
"fallback_crash_handler_launcher_win.h",
"fallback_crash_handler_win.cc",
"fallback_crash_handler_win.h",
+ "fallback_crash_handling_win.cc",
+ "fallback_crash_handling_win.h",
"run_as_crashpad_handler_win.cc",
"run_as_crashpad_handler_win.h",
]
deps = [
"//base",
+ "//chrome/install_static:install_static_util",
"//third_party/crashpad/crashpad/client",
"//third_party/crashpad/crashpad/handler:handler_lib",
"//third_party/crashpad/crashpad/minidump",

Powered by Google App Engine
This is Rietveld 408576698