| Index: chrome/BUILD.gn
 | 
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
 | 
| index 5fb96d8c972fdbe05052da319a77d4c572d36d70..3163a914270e085fadd4fda8870bc59b97e84217 100644
 | 
| --- a/chrome/BUILD.gn
 | 
| +++ b/chrome/BUILD.gn
 | 
| @@ -157,6 +157,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",
 | 
| @@ -403,6 +404,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",
 | 
| @@ -420,6 +423,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",
 | 
|        ]
 | 
|  
 | 
| 
 |