| Index: components/favicon_base/BUILD.gn
|
| diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn
|
| index 57e743e78e2d5e3151b286f6eb10281514726da4..b9ad7c40c4fd29c83f71fbfbb8eeda2328a9af35 100644
|
| --- a/components/favicon_base/BUILD.gn
|
| +++ b/components/favicon_base/BUILD.gn
|
| @@ -15,8 +15,6 @@ static_library("favicon_base") {
|
| "favicon_usage_data.h",
|
| "favicon_util.cc",
|
| "favicon_util.h",
|
| - "large_icon_url_parser.cc",
|
| - "large_icon_url_parser.h",
|
| "select_favicon_frames.cc",
|
| "select_favicon_frames.h",
|
| ]
|
| @@ -39,7 +37,6 @@ source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| "favicon_url_parser_unittest.cc",
|
| - "large_icon_url_parser_unittest.cc",
|
| "select_favicon_frames_unittest.cc",
|
| ]
|
|
|
|
|