| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2d0beb7539fe09d78359cd79906edceb03fef1b8..80692ab2911e807a369b68db05333f5ad4853516 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -246,8 +246,8 @@
|
| # A flag to enable or disable our compile-time dependency
|
| # on gnome-keyring. If that dependency is disabled, no gnome-keyring
|
| # support will be available. This option is useful
|
| - # for Linux distributions.
|
| - ['chromeos==1', {
|
| + # for Linux distributions and for Aura.
|
| + ['chromeos==1 or use_aura==1', {
|
| 'use_gnome_keyring%': 0,
|
| }, {
|
| 'use_gnome_keyring%': 1,
|
|
|