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

Side by Side Diff: components/favicon_base/DEPS

Issue 886163003: [Favicon] Add FallbackIconStyle and FallbackIconService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix; moved FallbackIconStyle member functions outside of struct. Created 5 years, 10 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 "+net/base/registry_controlled_domains/registry_controlled_domain.h",
2 "+skia/ext", 3 "+skia/ext",
3 "+third_party/skia/include", 4 "+third_party/skia/include",
4 "+ui/base", 5 "+ui/base",
5 "+ui/gfx", 6 "+ui/gfx",
6 7
7 # favicon_base is used on iOS. 8 # favicon_base is used on iOS.
8 "-content", 9 "-content",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698