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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 2790743003: [Content suggestions] Implement fetching publishers' favicons (Closed)
Patch Set: Minor fix Created 3 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
« no previous file with comments | « components/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/content_suggestions_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/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/favicon/core",
4 "+components/favicon_base",
3 "+components/history/core", 5 "+components/history/core",
4 "+components/image_fetcher", 6 "+components/image_fetcher",
5 "+components/keyed_service/core", 7 "+components/keyed_service/core",
6 "+components/leveldb_proto", 8 "+components/leveldb_proto",
7 "+components/metrics", 9 "+components/metrics",
8 "+components/prefs", 10 "+components/prefs",
9 "+components/reading_list", 11 "+components/reading_list",
10 "+components/signin", 12 "+components/signin",
11 "+components/strings/grit/components_strings.h", 13 "+components/strings/grit/components_strings.h",
12 "+components/sync/driver", 14 "+components/sync/driver",
13 "+components/translate/core/browser", 15 "+components/translate/core/browser",
14 "+components/url_formatter", 16 "+components/url_formatter",
15 "+components/variations", 17 "+components/variations",
16 "+components/version_info", 18 "+components/version_info",
17 "+components/web_resource", 19 "+components/web_resource",
18 "+grit/components_strings.h", 20 "+grit/components_strings.h",
19 "+net/base", 21 "+net/base",
20 "+net/http", 22 "+net/http",
21 "+net/traffic_annotation", 23 "+net/traffic_annotation",
22 "+net/url_request", 24 "+net/url_request",
23 "+google_apis", 25 "+google_apis",
24 "+ui/base", 26 "+ui/base",
25 "+ui/gfx", 27 "+ui/gfx",
26 ] 28 ]
OLDNEW
« no previous file with comments | « components/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/content_suggestions_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698