| Index: components/autofill/content/common/BUILD.gn
|
| diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn
|
| index 453c5f6f904c2d37899c1d6a0074177ca4f6bdfa..b54363eba4132d9fb7d3f9defba54591e1cb4b26 100644
|
| --- a/components/autofill/content/common/BUILD.gn
|
| +++ b/components/autofill/content/common/BUILD.gn
|
| @@ -7,19 +7,13 @@ static_library("common") {
|
| sources = [
|
| "autofill_message_generator.cc",
|
| "autofill_message_generator.h",
|
| - "autofill_messages.h",
|
| "autofill_param_traits_macros.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| "//components/autofill/core/common",
|
| - "//content/public/common",
|
| "//ipc",
|
| - "//ui/gfx",
|
| - "//ui/gfx/geometry",
|
| - "//ui/gfx/ipc",
|
| - "//ui/gfx/ipc/geometry",
|
| "//url",
|
| + "//url/ipc:url_ipc",
|
| ]
|
| }
|
|
|