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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Rebased. 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/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index 0e98bf7157b5bb8b333741ffe825c0639cb45aa7..c1e0be79bccc81fd3920b4f1acfed5f99ec6337c 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -49,7 +49,7 @@ static_library("ntp_tiles") {
"//components/favicon/core",
"//components/favicon_base",
"//components/google/core/browser",
- "//components/image_fetcher",
+ "//components/image_fetcher/core",
"//components/pref_registry",
"//components/prefs",
"//components/rappor/public",
@@ -97,7 +97,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/favicon/core",
"//components/favicon_base",
- "//components/image_fetcher",
+ "//components/image_fetcher/core",
"//components/pref_registry:pref_registry",
"//components/rappor:test_support",
"//components/sync_preferences:test_support",
« no previous file with comments | « components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc ('k') | components/ntp_tiles/icon_cacher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698