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

Side by Side Diff: components/search_engines/DEPS

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 1 month 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/search_engines/BUILD.gn ('k') | components/sync/BUILD.gn » ('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/google/core", 2 "+components/google/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/infobars/core", 4 "+components/infobars/core",
5 "+components/keyed_service/core", 5 "+components/keyed_service/core",
6 "+components/metrics/proto", 6 "+components/metrics/proto",
7 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched. 7 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
8 "+components/omnibox/browser/omnibox_field_trial.h", 8 "+components/omnibox/browser/omnibox_field_trial.h",
9 "+components/policy", 9 "+components/policy",
10 "+components/pref_registry", 10 "+components/pref_registry",
11 "+components/prefs", 11 "+components/prefs",
12 "+components/rappor", 12 "+components/rappor",
13 "+components/sync", 13 "+components/sync",
14 "+components/syncable_prefs/testing_pref_service_syncable.h", 14 "+components/sync_preferences/testing_pref_service_syncable.h",
15 "+components/url_formatter", 15 "+components/url_formatter",
16 "+components/webdata", 16 "+components/webdata",
17 "+google_apis", 17 "+google_apis",
18 "+grit/components_strings.h", 18 "+grit/components_strings.h",
19 "+libxml", 19 "+libxml",
20 "+net", 20 "+net",
21 "+sql", 21 "+sql",
22 "+ui/base", 22 "+ui/base",
23 "+ui/gfx", 23 "+ui/gfx",
24 ] 24 ]
OLDNEW
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698