| Index: components/autofill/content/common/BUILD.gn
|
| diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn
|
| index fdd3bdeafe17eff03bc3c8a63acdbfb4d1cfb455..734deef4d76b97d92dad24a41b69ccf3f95edc98 100644
|
| --- a/components/autofill/content/common/BUILD.gn
|
| +++ b/components/autofill/content/common/BUILD.gn
|
| @@ -5,20 +5,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",
|
| ]
|
| }
|
|
|