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

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: Make Session a class; make using callback chain functions static. 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
« no previous file with comments | « no previous file | components/favicon/core/DEPS » ('j') | components/favicon/core/large_icon_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index f4e8a15e34a53e056c4e683e01a5bf8a974845bc..fefec690f0db57fcc7a2034562267075244b161f 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",
jochen (gone - plz use gerrit) 2015/05/07 15:00:41 why does the gypi version not also need this depen
huangs 2015/05/07 21:01:58 Added.
"//skia",
"//ui/base",
"//ui/gfx",
« no previous file with comments | « no previous file | components/favicon/core/DEPS » ('j') | components/favicon/core/large_icon_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698