| 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': [
|
| '..',
|
|
|