Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Side by Side Diff: components/favicon_base/BUILD.gn

Issue 2917733002: Remove unused chrome://large-icon (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/favicon_base/large_icon_url_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("favicon_base") { 5 static_library("favicon_base") {
6 sources = [ 6 sources = [
7 "fallback_icon_style.cc", 7 "fallback_icon_style.cc",
8 "fallback_icon_style.h", 8 "fallback_icon_style.h",
9 "favicon_callback.h", 9 "favicon_callback.h",
10 "favicon_types.cc", 10 "favicon_types.cc",
11 "favicon_types.h", 11 "favicon_types.h",
12 "favicon_url_parser.cc", 12 "favicon_url_parser.cc",
13 "favicon_url_parser.h", 13 "favicon_url_parser.h",
14 "favicon_usage_data.cc", 14 "favicon_usage_data.cc",
15 "favicon_usage_data.h", 15 "favicon_usage_data.h",
16 "favicon_util.cc", 16 "favicon_util.cc",
17 "favicon_util.h", 17 "favicon_util.h",
18 "large_icon_url_parser.cc",
19 "large_icon_url_parser.h",
20 "select_favicon_frames.cc", 18 "select_favicon_frames.cc",
21 "select_favicon_frames.h", 19 "select_favicon_frames.h",
22 ] 20 ]
23 21
24 deps = [ 22 deps = [
25 "//base", 23 "//base",
26 "//net", 24 "//net",
27 "//ui/base", 25 "//ui/base",
28 "//ui/base:ui_data_pack", 26 "//ui/base:ui_data_pack",
29 "//ui/gfx", 27 "//ui/gfx",
30 "//ui/gfx/geometry", 28 "//ui/gfx/geometry",
31 "//url", 29 "//url",
32 ] 30 ]
33 public_deps = [ 31 public_deps = [
34 "//skia", 32 "//skia",
35 ] 33 ]
36 } 34 }
37 35
38 source_set("unit_tests") { 36 source_set("unit_tests") {
39 testonly = true 37 testonly = true
40 sources = [ 38 sources = [
41 "favicon_url_parser_unittest.cc", 39 "favicon_url_parser_unittest.cc",
42 "large_icon_url_parser_unittest.cc",
43 "select_favicon_frames_unittest.cc", 40 "select_favicon_frames_unittest.cc",
44 ] 41 ]
45 42
46 deps = [ 43 deps = [
47 ":favicon_base", 44 ":favicon_base",
48 "//testing/gtest", 45 "//testing/gtest",
49 "//ui/base", 46 "//ui/base",
50 "//ui/gfx", 47 "//ui/gfx",
51 "//ui/gfx/geometry", 48 "//ui/gfx/geometry",
52 "//url", 49 "//url",
53 ] 50 ]
54 } 51 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/favicon_base/large_icon_url_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698