Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2639)

Unified Diff: build/common.gypi

Issue 171583002: linux_aura: Default use_gnome_keyring% to on when use_aura=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Link directly with gnome keyring in the unit tests. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698