| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 7c71f3db55b391118583a0054469d1879fcf045b..9fe0974197386a534b81970dedbe2497f38696f9 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -386,8 +386,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) {
|
|
|