summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 05:45:01 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 05:45:01 +0000
commit556c5d74fc461745002a334d0f34d648479fd91f (patch)
tree71473fbed2417c081c310bcf8927c4a238d7f510 /build/common.gypi
parent8a1ace211bd056287ccd0675d60a5f321a3e427d (diff)
downloadchromium_src-556c5d74fc461745002a334d0f34d648479fd91f.zip
chromium_src-556c5d74fc461745002a334d0f34d648479fd91f.tar.gz
chromium_src-556c5d74fc461745002a334d0f34d648479fd91f.tar.bz2
Reland r49135: Linux: enable compiling GNOME Keyring and KWallet integration. It's still unused.
BUG=12351,25404 TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies Review URL: http://codereview.chromium.org/2774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 70f42dd..0276b10 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -239,6 +239,9 @@
# (Note: this is ignored for official builds.)
'linux_use_seccomp_sandbox%': 0,
+ # Set to 1 to link against libgnome-keyring instead of using dlopen().
+ 'linux_link_gnome_keyring%': 0,
+
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,