summaryrefslogtreecommitdiffstats
path: root/content/shell/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/BUILD.gn')
-rw-r--r--content/shell/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 010758e..1ee13ab 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -201,7 +201,7 @@ static_library("content_shell_lib") {
"//base/allocator",
"//base/third_party/dynamic_annotations",
"//cc",
- "//components/crash/app",
+ "//components/crash/content/app",
"//components/devtools_discovery",
"//components/devtools_http_handler",
"//components/plugins/renderer",
@@ -272,7 +272,7 @@ static_library("content_shell_lib") {
}
if (is_posix && !is_mac) {
- deps += [ "//components/crash/browser" ]
+ deps += [ "//components/crash/content/browser" ]
}
if (use_aura) {
@@ -458,7 +458,7 @@ if (is_win) {
deps = [
"//base",
"//build/config/sanitizers:deps",
- "//components/crash/tools:crash_service",
+ "//components/crash/content/tools:crash_service",
]
configs -= [ "//build/config/win:console" ]