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

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

Issue 2721363002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Add fallback_opts=TYPE 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
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/favicon/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index c086a6c910dd17bcd5ecef96aaf3f3fb334594b9..09b113a7f80c45d4306260405751adbb0799ba88 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/core",
"//components/keyed_service/core",
"//net:net",
"//skia",
@@ -66,6 +68,7 @@ source_set("unit_tests") {
"//components/favicon_base",
"//components/history/core/browser:browser",
"//components/history/core/test:test",
+ "//components/image_fetcher/core",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/favicon/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698