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

Side by Side Diff: components/autofill/core/DEPS

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make translate_core_browser depends on pref_registry Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/os_crypt", 2 "+components/os_crypt",
3 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate 3 "+components/pref_registry/pref_registry_syncable.h",
blundell 2014/05/12 07:13:32 nit: It would be fine for this to be just componen
tfarina 2014/05/12 20:49:22 Done.
4 # component since it is currently in the same component as
5 # UserPrefs, which uses content::BrowserContext.
6 "+components/user_prefs/pref_registry_syncable.h",
7 ] 4 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698