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

Unified Diff: components/doodle/BUILD.gn

Issue 2886443002: [Doodle] Move image fetching from LogoBridge to DoodleService (Closed)
Patch Set: comment Created 3 years, 7 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 | « chrome/browser/doodle/doodle_service_factory.cc ('k') | components/doodle/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/BUILD.gn
diff --git a/components/doodle/BUILD.gn b/components/doodle/BUILD.gn
index e53b617ee7ce652d18ef8096cb42bdf39fef51dc..0588d1738e68f8d437888f2f75429fc4e19bce7c 100644
--- a/components/doodle/BUILD.gn
+++ b/components/doodle/BUILD.gn
@@ -19,9 +19,11 @@ static_library("doodle") {
"//base",
"//components/data_use_measurement/core",
"//components/google/core/browser",
+ "//components/image_fetcher/core",
"//components/keyed_service/core",
"//components/prefs",
"//net",
+ "//ui/gfx",
]
}
@@ -36,8 +38,10 @@ source_set("unit_tests") {
deps = [
":doodle",
"//components/google/core/browser",
+ "//components/image_fetcher/core",
"//components/prefs:test_support",
"//net:test_support",
"//ui/base",
+ "//ui/gfx:test_support",
]
}
« no previous file with comments | « chrome/browser/doodle/doodle_service_factory.cc ('k') | components/doodle/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698