| Index: components/os_crypt.gypi
|
| diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
|
| index d33f2b7063c00d9667ee566690c505b04f527c89..1d61f6b1b6310852ec0ee8707eb56f95d9c736f1 100644
|
| --- a/components/os_crypt.gypi
|
| +++ b/components/os_crypt.gypi
|
| @@ -50,7 +50,7 @@
|
| },
|
| },
|
| }],
|
| - ['OS=="linux" and chromeos!=1 and (use_glib==1 or use_dbus==1)', {
|
| + ['OS=="linux" and chromeos!=1', {
|
| 'sources': [
|
| 'os_crypt/key_storage_linux.cc',
|
| 'os_crypt/key_storage_linux.h',
|
| @@ -117,7 +117,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'conditions': [
|
| - ['OS=="linux" and chromeos!=1 and (use_glib==1 or use_dbus)', {
|
| + ['OS=="linux" and chromeos!=1', {
|
| 'sources': [
|
| 'os_crypt/os_crypt_mocker_linux.cc',
|
| 'os_crypt/os_crypt_mocker_linux.h',
|
|
|