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

Side by Side Diff: components/password_manager/DEPS

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios fix Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/autofill/core/common", 2 "+components/autofill/core/common",
3 "+components/encryptor",
3 "+components/password_manager/core", 4 "+components/password_manager/core",
4 "+components/webdata/encryptor",
5 "+net/base/registry_controlled_domains", 5 "+net/base/registry_controlled_domains",
6 "+sql", 6 "+sql",
7 # PasswordManager is a layered component; subdirectories must explicitly 7 # PasswordManager is a layered component; subdirectories must explicitly
8 # introduce the ability to use the content layer as appropriate. 8 # introduce the ability to use the content layer as appropriate.
9 "-content/public/common", 9 "-content/public/common",
10 "-ipc", 10 "-ipc",
11 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698