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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/bookmarks/browser", 2 "+components/bookmarks/browser",
3 "+components/history/core/browser", 3 "+components/history/core/browser",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+content/public/browser",
5 "+skia", 6 "+skia",
6 "+third_party/skia", 7 "+third_party/skia",
7 "+third_party/skia/include", 8 "+third_party/skia/include",
8 "+ui/gfx", 9 "+ui/gfx",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698