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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Nit. 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 25022aba3618caba6cc788babdf50ae81703e7ed..271e7a8b63ffa6e817a02c8a7de589a74fcd64d2 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -512,7 +512,7 @@ split_static_library("ui") {
"//components/google/core/browser",
"//components/guest_view/browser",
"//components/history/content/browser",
- "//components/image_fetcher",
+ "//components/image_fetcher/core",
"//components/infobars/core",
"//components/invalidation/impl",
"//components/keyed_service/content",

Powered by Google App Engine
This is Rietveld 408576698