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

Side by Side Diff: components/ntp_tiles/DEPS

Issue 2695713004: Add baked-in favicons for default popular sites on NTP (Closed)
Patch Set: Fix iOS images and resize only if necessary. Created 3 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
« no previous file with comments | « components/ntp_tiles/BUILD.gn ('k') | components/ntp_tiles/icon_cacher.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/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/favicon", 3 "+components/favicon",
4 "+components/favicon_base", 4 "+components/favicon_base",
5 "+components/google/core/browser", 5 "+components/google/core/browser",
6 "+components/grit", 6 "+components/grit",
7 "+components/image_fetcher", 7 "+components/image_fetcher",
8 "+components/history/core/browser", 8 "+components/history/core/browser",
9 "+components/pref_registry", 9 "+components/pref_registry",
10 "+components/prefs", 10 "+components/prefs",
11 "+components/rappor", 11 "+components/rappor",
12 "+components/resources:components_resources",
12 "+components/search_engines", 13 "+components/search_engines",
13 "+components/suggestions", 14 "+components/suggestions",
14 "+components/sync_preferences", 15 "+components/sync_preferences",
15 "+components/url_formatter", 16 "+components/url_formatter",
16 "+components/variations", 17 "+components/variations",
17 "+jni", 18 "+jni",
18 "+net", 19 "+net",
19 "+ui/gfx", 20 "+ui/gfx",
20 "+ui/base/resource", 21 "+ui/base/resource",
21 ] 22 ]
OLDNEW
« no previous file with comments | « components/ntp_tiles/BUILD.gn ('k') | components/ntp_tiles/icon_cacher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698