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

Unified Diff: components/favicon_base/BUILD.gn

Issue 2917733002: Remove unused chrome://large-icon (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« 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