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

Side by Side Diff: components/favicon/core/DEPS

Issue 996253002: [Fallback Icons] Refactor FallbackIconService to be a BrowserContext-level singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup; moving defensive code into FallbackIconSource and LargeIconSource. Created 5 years, 8 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 "+net/base/registry_controlled_domains/registry_controlled_domain.h",
6 "+skia", 5 "+skia",
7 "+third_party/skia", 6 "+third_party/skia",
8 "+third_party/skia/include", 7 "+third_party/skia/include",
9 "+ui/gfx", 8 "+ui/gfx",
10 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698