| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index f170292c644b9c64786fe3b5ccbe17c576db1321..35e2c14995f335159c86bb93320e9003ad285632 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -388,8 +388,8 @@ static_library("browser") {
|
| "//chrome/app/chrome_breakpad_client.h",
|
| ]
|
| deps += [
|
| - "//components/breakpad/app",
|
| - "//components/breakpad/browser",
|
| + "//components/crash/app",
|
| + "//components/crash/browser",
|
| ]
|
| }
|
| if (use_nss_certs) {
|
|
|