| Index: components/os_crypt.gypi
|
| diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
|
| index e5b38f191de4b8dc0b5284466a0c76042c16a089..56fcc123b2a4a4c25c118e61fedd64f93328f104 100644
|
| --- a/components/os_crypt.gypi
|
| +++ b/components/os_crypt.gypi
|
| @@ -50,6 +50,18 @@
|
| },
|
| },
|
| }],
|
| + ['OS=="linux" and chromeos!=1', {
|
| + 'sources': [
|
| + 'os_crypt/os_crypt_posix_util_libsecret.cc',
|
| + 'os_crypt/os_crypt_posix_util_libsecret.h',
|
| + ],
|
| + 'defines': [
|
| + 'USE_LIBSECRET',
|
| + ],
|
| + 'include_dirs' : [
|
| + '../third_party/libsecret/'
|
| + ],
|
| + }],
|
| ],
|
| 'target_conditions': [
|
| ['OS=="ios"', {
|
|
|