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

Side by Side Diff: components/sync_preferences/DEPS

Issue 2722483005: Change configuration of user prefs to use mojo. (Closed)
Patch Set: Created 3 years, 9 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/policy/core/browser", 2 "+components/policy/core/browser",
3 "+components/policy/core/common", 3 "+components/policy/core/common",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/sync", 6 "+components/sync",
7 "+services/preferences/public",
7 8
8 # sync_preferences can be used on all platforms, including iOS. Do not allow 9 # sync_preferences can be used on all platforms, including iOS. Do not allow
9 # platform-specific dependencies. 10 # platform-specific dependencies.
10 "-content", 11 "-content",
11 "-ios", 12 "-ios",
12 ] 13 ]
OLDNEW
« no previous file with comments | « components/sync_preferences/BUILD.gn ('k') | components/sync_preferences/pref_service_syncable_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698