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

Unified Diff: components/favicon/core/DEPS

Issue 1122103003: [Large Icon Service] Move icon resizing into worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and DCHECK() fixes. 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/DEPS
diff --git a/components/favicon/core/DEPS b/components/favicon/core/DEPS
index f4dd1e67d21abc89cae3e906d1f17fd67826af36..4af46aa127513c94a2ed34a2edf63dbbc2653248 100644
--- a/components/favicon/core/DEPS
+++ b/components/favicon/core/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+components/bookmarks/browser",
"+components/history/core/browser",
"+components/keyed_service/core",
+ "+content/public",
jochen (gone - plz use gerrit) 2015/05/06 12:58:48 you shouldn't depend on all of content/public, but
huangs 2015/05/06 22:45:14 Done.
"+skia",
"+third_party/skia",
"+third_party/skia/include",

Powered by Google App Engine
This is Rietveld 408576698