| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 1ee13ab28df51b695a212cd101007694503f6ce3..010758e5fd99e1f3937360e551b773b49ef32a41 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -201,7 +201,7 @@
|
| "//base/allocator",
|
| "//base/third_party/dynamic_annotations",
|
| "//cc",
|
| - "//components/crash/content/app",
|
| + "//components/crash/app",
|
| "//components/devtools_discovery",
|
| "//components/devtools_http_handler",
|
| "//components/plugins/renderer",
|
| @@ -272,7 +272,7 @@
|
| }
|
|
|
| if (is_posix && !is_mac) {
|
| - deps += [ "//components/crash/content/browser" ]
|
| + deps += [ "//components/crash/browser" ]
|
| }
|
|
|
| if (use_aura) {
|
| @@ -458,7 +458,7 @@
|
| deps = [
|
| "//base",
|
| "//build/config/sanitizers:deps",
|
| - "//components/crash/content/tools:crash_service",
|
| + "//components/crash/tools:crash_service",
|
| ]
|
|
|
| configs -= [ "//build/config/win:console" ]
|
|
|