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

Side by Side Diff: components/search_engines/DEPS

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/google/core", 2 "+components/google/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/metrics/proto", 5 "+components/metrics/proto",
6 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched. 6 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
7 "+components/omnibox/browser/omnibox_field_trial.h", 7 "+components/omnibox/browser/omnibox_field_trial.h",
8 "+components/policy/core", 8 "+components/policy/core",
9 "+components/pref_registry", 9 "+components/pref_registry",
10 "+components/prefs",
10 "+components/rappor", 11 "+components/rappor",
11 "+components/sync_driver", 12 "+components/sync_driver",
12 "+components/url_formatter", 13 "+components/url_formatter",
13 "+components/webdata", 14 "+components/webdata",
14 "+google_apis", 15 "+google_apis",
15 "+grit/components_strings.h", 16 "+grit/components_strings.h",
16 "+libxml", 17 "+libxml",
17 "+net", 18 "+net",
18 "+policy", 19 "+policy",
19 "+sql", 20 "+sql",
20 "+sync", 21 "+sync",
21 "+ui/base", 22 "+ui/base",
22 "+ui/gfx", 23 "+ui/gfx",
23 ] 24 ]
OLDNEW
« no previous file with comments | « components/rappor/test_rappor_service.h ('k') | components/search_engines/default_search_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698