1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("core") {
7 "fallback_icon_client.h",
8 "fallback_icon_service.cc",
9 "fallback_icon_service.h",
13 "favicon_driver_impl.cc",
14 "favicon_driver_impl.h",
15 "favicon_driver_observer.h",
22 "large_icon_service.cc",
23 "large_icon_service.h",
28 "//components/bookmarks/browser",
29 "//components/favicon_base",
30 "//components/history/core/browser",
31 "//components/keyed_service/core",
32 "//content/public/browser",
40 source_set("unit_tests") {
43 "favicon_handler_unittest.cc",
44 "large_icon_service_unittest.cc",
49 "//components/favicon_base",