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

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: Comment cleanup; making ResizeLargeIconOnBackgroundThreadIfValid() a member function. 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
« no previous file with comments | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/large_icon_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
blundell 2015/07/22 15:53:35 This is actually a dependency that shouldn't have
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
« no previous file with comments | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/large_icon_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698