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

Unified Diff: components/doodle/DEPS

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 | « components/doodle/BUILD.gn ('k') | components/doodle/doodle_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/DEPS
diff --git a/components/doodle/DEPS b/components/doodle/DEPS
index b41c6c925805a2d72207b3b21405e48fd40cb615..f5fa82b871ae586dafc01ea999c4080dbdbbf0e7 100644
--- a/components/doodle/DEPS
+++ b/components/doodle/DEPS
@@ -1,10 +1,12 @@
include_rules = [
"+components/data_use_measurement/core",
"+components/google/core/browser",
+ "+components/image_fetcher/core",
"+components/keyed_service/core",
"+components/prefs",
"+net/base",
"+net/http/http_status_code.h",
"+net/traffic_annotation",
"+net/url_request",
+ "+ui/gfx",
]
« no previous file with comments | « components/doodle/BUILD.gn ('k') | components/doodle/doodle_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698