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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 2755113002: Create ReadingListSuggestionsProvider (Closed)
Patch Set: Fix strings Created 3 years, 9 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/signin", 10 "+components/signin",
10 "+components/strings/grit/components_strings.h", 11 "+components/strings/grit/components_strings.h",
11 "+components/sync/driver", 12 "+components/sync/driver",
12 "+components/translate/core/browser", 13 "+components/translate/core/browser",
13 "+components/variations", 14 "+components/variations",
14 "+components/version_info", 15 "+components/version_info",
15 "+grit/components_strings.h", 16 "+grit/components_strings.h",
16 "+net/base", 17 "+net/base",
17 "+net/http", 18 "+net/http",
18 "+net/traffic_annotation", 19 "+net/traffic_annotation",
19 "+net/url_request", 20 "+net/url_request",
20 "+google_apis", 21 "+google_apis",
21 "+ui/base", 22 "+ui/base",
22 "+ui/gfx", 23 "+ui/gfx",
23 ] 24 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698