| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index 05bd40bf35b29d1ebf4cd07eed81cf54eb3bbfdf..f7ffefaf689cc64ca9c2f282b693e269d3748f65 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -4,14 +4,24 @@
|
|
|
| static_library("core") {
|
| sources = [
|
| + "favicon_client.h",
|
| "favicon_driver.h",
|
| + "favicon_handler.cc",
|
| + "favicon_handler.h",
|
| + "favicon_service.cc",
|
| + "favicon_service.h",
|
| + "favicon_tab_helper_observer.h",
|
| "favicon_url.cc",
|
| "favicon_url.h",
|
| ]
|
|
|
| deps = [
|
| + "//components/bookmarks/browser",
|
| "//components/favicon_base",
|
| - "//ui/gfx/geometry",
|
| + "//components/history/core/browser",
|
| + "//components/keyed_service/core",
|
| + "//skia",
|
| + "//ui/gfx",
|
| "//url",
|
| ]
|
| }
|
|
|