| 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",
|
|
|