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

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

Issue 2721363002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Extend LargeIconService to fetch missing favicons from a Google server 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..c08d44d1e7bcfe520ea584a606da0b239d7ba815 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -30,8 +30,10 @@ static_library("core") {
"//base",
"//base:i18n",
"//components/bookmarks/browser",
+ "//components/data_use_measurement/core",
"//components/favicon_base",
"//components/history/core/browser",
+ "//components/image_fetcher",
"//components/keyed_service/core",
"//net:net",
"//skia",
@@ -65,6 +67,7 @@ source_set("unit_tests") {
"//components/favicon_base",
"//components/history/core/browser:browser",
"//components/history/core/test:test",
+ "//components/image_fetcher",
"//skia",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698