| Index: components/favicon/content/BUILD.gn
|
| diff --git a/components/favicon/content/BUILD.gn b/components/favicon/content/BUILD.gn
|
| index 68501eaee25b6a2aa4f8105212fd77940047c1ba..1bea91e7b39519790fc6c8a0fbeb5575d7dfeeb5 100644
|
| --- a/components/favicon/content/BUILD.gn
|
| +++ b/components/favicon/content/BUILD.gn
|
| @@ -4,14 +4,18 @@
|
|
|
| static_library("content") {
|
| sources = [
|
| + "content_favicon_driver.cc",
|
| + "content_favicon_driver.h",
|
| "favicon_url_util.cc",
|
| "favicon_url_util.h",
|
| ]
|
|
|
| deps = [
|
| + "//base",
|
| "//components/favicon/core",
|
| "//components/favicon_base",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| + "//ui/gfx",
|
| ]
|
| }
|
|
|