Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index b464832be85ce3d8816679aad261ce8341952684..bfff38e3e01fd7969110d50a01506ae08ed1e183 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -207,7 +207,7 @@ static_library("content_shell_lib") { |
"//base/allocator", |
"//base/third_party/dynamic_annotations", |
"//cc", |
- "//components/breakpad/app", |
+ "//components/crash/app", |
"//content:resources", |
"//content/app:both", |
"//content/app/resources", |
@@ -266,7 +266,7 @@ static_library("content_shell_lib") { |
} |
if (is_posix && !is_mac && (!is_android || !is_android_webview_build)) { |
- deps += [ "//components/breakpad/browser" ] |
+ deps += [ "//components/crash/browser" ] |
} |
if (use_aura) { |