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

Side by Side Diff: components/ntp_tiles/DEPS

Issue 2388783004: Ensure PopularSite icon availability in ntp_tiles. (Closed)
Patch Set: Fetch popular site icons only when needed. Created 4 years, 2 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/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/favicon",
4 "+components/favicon_base",
3 "+components/google/core/browser", 5 "+components/google/core/browser",
6 "+components/image_fetcher",
4 "+components/history/core/browser", 7 "+components/history/core/browser",
5 "+components/pref_registry", 8 "+components/pref_registry",
6 "+components/prefs", 9 "+components/prefs",
7 "+components/search_engines", 10 "+components/search_engines",
8 "+components/suggestions", 11 "+components/suggestions",
9 "+components/variations", 12 "+components/variations",
10 "+jni", 13 "+jni",
11 "+net", 14 "+net",
12 "+ui/gfx", 15 "+ui/gfx",
13 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698