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

Unified Diff: components/favicon/core/BUILD.gn

Issue 2739173002: Always select best favicon bitmap (Closed)
Patch Set: Rebased. Created 3 years, 9 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
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index 3715f718dd9dcdf30772696cc09c22b00ae27d70..b1b30b2e069e16c14a2aaba67bc8552c7fbac48d 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -14,6 +14,8 @@ static_library("core") {
"favicon_driver_observer.h",
"favicon_handler.cc",
"favicon_handler.h",
+ "favicon_selector.cc",
+ "favicon_selector.h",
"favicon_service.cc",
"favicon_service.h",
"favicon_service_impl.cc",
@@ -53,6 +55,7 @@ source_set("unit_tests") {
sources = [
"fallback_url_util_unittest.cc",
"favicon_handler_unittest.cc",
+ "favicon_selector_unittest.cc",
"favicon_service_impl_unittest.cc",
"large_icon_service_unittest.cc",
]
« no previous file with comments | « no previous file | components/favicon/core/favicon_handler.h » ('j') | components/favicon/core/favicon_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698