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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Remove foreign sessions suggestions when user disabled session data syncing. Created 4 years, 3 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/signin", 9 "+components/signin",
10 "+components/suggestions", 10 "+components/suggestions",
11 "+components/sync/driver", 11 "+components/sync/driver",
12 "+components/sync_sessions",
pavely 2016/08/26 19:41:25 You only use components/sync_sessions in foreign_s
skym 2016/09/15 23:18:17 Done.
12 "+components/variations", 13 "+components/variations",
13 "+grit/components_strings.h", 14 "+grit/components_strings.h",
14 "+net/base", 15 "+net/base",
15 "+net/http", 16 "+net/http",
16 "+net/url_request", 17 "+net/url_request",
17 "+google_apis", 18 "+google_apis",
18 "+ui/base", 19 "+ui/base",
19 "+ui/gfx", 20 "+ui/gfx",
20 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698