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

Side by Side Diff: components/ntp_snippets/DEPS

Issue 2922543002: [NTP::Push] Add Content Suggestions GCM App Handler (Closed)
Patch Set: Updates to the prefs. Created 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/favicon/core", 3 "+components/favicon/core",
4 "+components/favicon_base", 4 "+components/favicon_base",
5 "+components/gcm_driver",
5 "+components/history/core", 6 "+components/history/core",
6 "+components/image_fetcher", 7 "+components/image_fetcher",
7 "+components/keyed_service/core", 8 "+components/keyed_service/core",
8 "+components/leveldb_proto", 9 "+components/leveldb_proto",
9 "+components/metrics", 10 "+components/metrics",
10 "+components/prefs", 11 "+components/prefs",
11 "+components/reading_list", 12 "+components/reading_list",
12 "+components/signin", 13 "+components/signin",
13 "+components/strings/grit/components_strings.h", 14 "+components/strings/grit/components_strings.h",
14 "+components/sync/driver", 15 "+components/sync/driver",
15 "+components/translate/core/browser", 16 "+components/translate/core/browser",
16 "+components/url_formatter", 17 "+components/url_formatter",
17 "+components/variations", 18 "+components/variations",
18 "+components/version_info", 19 "+components/version_info",
19 "+components/web_resource", 20 "+components/web_resource",
21 "+content/public/common",
20 "+grit/components_strings.h", 22 "+grit/components_strings.h",
21 "+net/base", 23 "+net/base",
22 "+net/http", 24 "+net/http",
23 "+net/traffic_annotation", 25 "+net/traffic_annotation",
24 "+net/url_request", 26 "+net/url_request",
25 "+google_apis", 27 "+google_apis",
26 "+ui/base", 28 "+ui/base",
27 "+ui/gfx", 29 "+ui/gfx",
28 ] 30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698