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

Unified Diff: components/password_manager.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/os_crypt/os_crypt_win.cc ('k') | components/password_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 748536b90b67f412652d51c4ab4773e0da4530a7..cb1c04b2f31479a13df0cee5b169984972fa93c2 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -8,13 +8,13 @@
'target_name': 'password_manager_core_browser',
'type': 'static_library',
'dependencies': [
- 'autofill_core_common',
- 'encryptor',
- 'password_manager_core_common',
'../base/base.gyp:base',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
'../url/url.gyp:url_lib',
+ 'autofill_core_common',
+ 'os_crypt',
+ 'password_manager_core_common',
],
'include_dirs': [
'..',
« no previous file with comments | « components/os_crypt/os_crypt_win.cc ('k') | components/password_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698