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

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

Issue 2721363002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Addressed comments. 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 7d8c060d96ae2798e638b92757a12f48ec75de2d..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",
@@ -60,10 +62,12 @@ source_set("unit_tests") {
deps = [
":core",
"//base",
+ "//base/test:test_support",
"//components/favicon/core/test:test_support",
"//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