| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 33f9136ce02b9a2c0adb979959a9da6599ced02e..161cf0d615d36791e548b60971e96a9d86f79d5a 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -158,7 +158,6 @@
|
| "//content/public/common:static_switches",
|
| "//crypto",
|
| "//sandbox",
|
| - "//third_party/crashpad/crashpad/handler:handler_lib",
|
| "//ui/gfx",
|
| "//win8/delegate_execute",
|
| "//win8/metro_driver",
|
| @@ -405,8 +404,6 @@
|
|
|
| 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",
|
| @@ -424,8 +421,6 @@
|
| "//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",
|
| ]
|
|
|
|
|