| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 319a28e29152969f95745cdbc10b87a273d9a7b9..56e4f37b5d50ef3b7db1c5ead2f6be6f1d5ec6bd 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1527,6 +1527,20 @@
|
| '../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
|
| ],
|
| }],
|
| + ['OS=="linux" and chromeos!=1', {
|
| + 'sources': [
|
| + 'os_crypt/os_crypt_linux_unittest.cc',
|
| + 'os_crypt/os_crypt_mocker_linux.cc',
|
| + 'os_crypt/os_crypt_mocker_linux.h',
|
| + 'os_crypt/os_crypt_util_linux_unittest.cc',
|
| + ],
|
| + 'defines': [
|
| + 'USE_LIBSECRET',
|
| + ],
|
| + 'include_dirs': [
|
| + '../third_party/libsecret'
|
| + ],
|
| + }],
|
| ['OS=="linux" and use_udev==0', {
|
| 'dependencies!': [
|
| 'components.gyp:storage_monitor',
|
|
|