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

Unified Diff: components/favicon_base/BUILD.gn

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'master' into searchbox3 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 | « components/favicon/core/fallback_icon_service.cc ('k') | components/favicon_base/fallback_icon_style.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 3050e5ca96776fa000cf28032339716e57845522..57e743e78e2d5e3151b286f6eb10281514726da4 100644
--- a/components/favicon_base/BUILD.gn
+++ b/components/favicon_base/BUILD.gn
@@ -6,8 +6,6 @@ static_library("favicon_base") {
sources = [
"fallback_icon_style.cc",
"fallback_icon_style.h",
- "fallback_icon_url_parser.cc",
- "fallback_icon_url_parser.h",
"favicon_callback.h",
"favicon_types.cc",
"favicon_types.h",
@@ -40,7 +38,6 @@ static_library("favicon_base") {
source_set("unit_tests") {
testonly = true
sources = [
- "fallback_icon_url_parser_unittest.cc",
"favicon_url_parser_unittest.cc",
"large_icon_url_parser_unittest.cc",
"select_favicon_frames_unittest.cc",
« no previous file with comments | « components/favicon/core/fallback_icon_service.cc ('k') | components/favicon_base/fallback_icon_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698