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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 1987333003: [NTP Snippets] Persist snippets in a LevelDB instead of prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test memleaks Created 4 years, 6 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/ntp_snippet.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/image_fetcher", 3 "+components/image_fetcher",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/leveldb_proto",
5 "+components/metrics", 6 "+components/metrics",
6 "+components/prefs", 7 "+components/prefs",
7 "+components/signin", 8 "+components/signin",
8 "+components/suggestions", 9 "+components/suggestions",
9 "+components/sync_driver", 10 "+components/sync_driver",
10 "+components/variations", 11 "+components/variations",
11 "+net/base", 12 "+net/base",
12 "+net/http", 13 "+net/http",
13 "+net/url_request", 14 "+net/url_request",
14 "+google_apis", 15 "+google_apis",
15 "+ui/gfx", 16 "+ui/gfx",
16 ] 17 ]
OLDNEW
« no previous file with comments | « components/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/ntp_snippet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698