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

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

Issue 200713005: components: Rename encryptor directory to os_crypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/os_crypt",
2 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate 3 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate
3 # component since it is currently in the same component as 4 # component since it is currently in the same component as
4 # UserPrefs, which uses content::BrowserContext. 5 # UserPrefs, which uses content::BrowserContext.
5 "+components/user_prefs/pref_registry_syncable.h", 6 "+components/user_prefs/pref_registry_syncable.h",
6 "+components/encryptor",
7 ] 7 ]
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_ie_toolbar_import_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698