Rename keyNeeded() to encrypted() in Chromium.
[chromium-blink-merge.git] / components / favicon_base / BUILD.gn
blob6e40b06718f9e7dad8a1a03aa53dd7474233afb0
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 source_set("favicon_base") {
6   sources = [
7     "favicon_callback.h",
8     "favicon_types.cc",
9     "favicon_types.h",
10     "favicon_util.cc",
11     "favicon_util.h",
12     "select_favicon_frames.cc",
13     "select_favicon_frames.h",
14   ]
16   deps = [
17     "//base",
18     "//skia",
19     "//ui/gfx",
20     "//url",
21   ]