Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / components / favicon / core / BUILD.gn
blob4ac4750ae34e93742868d12f3b294800c937efe0
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") {
6   sources = [
7     "fallback_icon_client.h",
8     "fallback_icon_service.cc",
9     "fallback_icon_service.h",
10     "favicon_client.h",
11     "favicon_driver.h",
12     "favicon_driver_observer.h",
13     "favicon_handler.cc",
14     "favicon_handler.h",
15     "favicon_service.cc",
16     "favicon_service.h",
17     "favicon_url.cc",
18     "favicon_url.h",
19   ]
21   deps = [
22     "//components/bookmarks/browser",
23     "//components/favicon_base",
24     "//components/history/core/browser",
25     "//components/keyed_service/core",
26     "//skia",
27     "//ui/gfx",
28     "//url",
29   ]