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

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

Issue 1122103003: [Large Icon Service] Move icon resizing into worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inject caller's task runner to Session; fix tests by mocking GetBackgroundTaskRunner(). Created 5 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
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index d41152263e0bc5898f96c576fa2674bf508a4f1e..4b581f6c6b25e3450b3ce1759034ff1da1b0b1e6 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -29,6 +29,7 @@ static_library("core") {
"//components/favicon_base",
"//components/history/core/browser",
"//components/keyed_service/core",
+ "//content/public/browser",
"//skia",
"//ui/base",
"//ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698