| Index: components/password_manager/content/browser/BUILD.gn
|
| diff --git a/components/password_manager/content/browser/BUILD.gn b/components/password_manager/content/browser/BUILD.gn
|
| index 284301c91dfe4a857cd98adbd6e16066f4d8a393..55e313dacbbd347408c2c626f35df43d73696dd2 100644
|
| --- a/components/password_manager/content/browser/BUILD.gn
|
| +++ b/components/password_manager/content/browser/BUILD.gn
|
| @@ -19,7 +19,6 @@ static_library("browser") {
|
| public_deps = [
|
| "//base",
|
| "//components/autofill/content/browser",
|
| - "//components/autofill/content/common",
|
| "//components/autofill/content/public/interfaces",
|
| "//components/autofill/core/common",
|
| "//components/keyed_service/content",
|
| @@ -29,7 +28,6 @@ static_library("browser") {
|
| "//components/prefs",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| - "//ipc",
|
| "//mojo/common:common_base",
|
| "//net",
|
| ]
|
|
|