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

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

Issue 1092873002: [Icons NTP] Refactor large_icon_source to extract the logic shared between desktop and Android to f… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 7f9b7625d9f895a94ea7a1436486d144c43bb6db..f4e8a15e34a53e056c4e683e01a5bf8a974845bc 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -19,6 +19,8 @@ static_library("core") {
"favicon_service.h",
"favicon_url.cc",
"favicon_url.h",
+ "large_icon_service.cc",
+ "large_icon_service.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698