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") {
7 "fallback_icon_style.cc",
8 "fallback_icon_style.h",
9 "fallback_icon_url_parser.cc",
10 "fallback_icon_url_parser.h",
14 "favicon_url_parser.cc",
15 "favicon_url_parser.h",
16 "favicon_usage_data.cc",
17 "favicon_usage_data.h",
20 "large_icon_url_parser.cc",
21 "large_icon_url_parser.h",
22 "select_favicon_frames.cc",
23 "select_favicon_frames.h",
37 source_set("unit_tests") {
40 "fallback_icon_url_parser_unittest.cc",
41 "favicon_url_parser_unittest.cc",
42 "large_icon_url_parser_unittest.cc",
43 "select_favicon_frames_unittest.cc",