Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 8b616df98277abd9897e07bb764551bccfaeba14..ff65676ae9f4993e5f23954101a50e31bd6eed69 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -590,7 +590,7 @@ |
| # on gnome-keyring. If that dependency is disabled, no gnome-keyring |
| # support will be available. This option is useful |
| # for Linux distributions and for Aura. |
| - ['OS!="linux" or chromeos==1 or use_aura==1', { |
| + ['OS!="linux" or chromeos==1', { |
| 'use_gnome_keyring%': 0, |
| }, { |
| 'use_gnome_keyring%': 1, |