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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 2770893003: Add logic for fetching the Reading List entries (Closed)
Patch Set: Add title logic 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/image_fetcher", 4 "+components/image_fetcher",
5 "+components/keyed_service/core", 5 "+components/keyed_service/core",
6 "+components/leveldb_proto", 6 "+components/leveldb_proto",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/prefs", 8 "+components/prefs",
9 "+components/reading_list", 9 "+components/reading_list",
10 "+components/signin", 10 "+components/signin",
11 "+components/strings/grit/components_strings.h", 11 "+components/strings/grit/components_strings.h",
12 "+components/sync/driver", 12 "+components/sync/driver",
13 "+components/translate/core/browser", 13 "+components/translate/core/browser",
14 "+components/url_formatter",
14 "+components/variations", 15 "+components/variations",
15 "+components/version_info", 16 "+components/version_info",
16 "+grit/components_strings.h", 17 "+grit/components_strings.h",
17 "+net/base", 18 "+net/base",
18 "+net/http", 19 "+net/http",
19 "+net/traffic_annotation", 20 "+net/traffic_annotation",
20 "+net/url_request", 21 "+net/url_request",
21 "+google_apis", 22 "+google_apis",
22 "+ui/base", 23 "+ui/base",
23 "+ui/gfx", 24 "+ui/gfx",
24 ] 25 ]
OLDNEW
« no previous file with comments | « components/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/reading_list/reading_list_suggestions_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698