diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 01:25:58 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 01:25:58 +0000 |
commit | dfe3aeae31a0f719253fd39897be5c14d0a79885 (patch) | |
tree | a706e17c6722c0747b3a631af7ff22a4a6619f3c /build/common.gypi | |
parent | 81966946aa4e8861a5200f20b43f177ef70c3478 (diff) | |
download | chromium_src-dfe3aeae31a0f719253fd39897be5c14d0a79885.zip chromium_src-dfe3aeae31a0f719253fd39897be5c14d0a79885.tar.gz chromium_src-dfe3aeae31a0f719253fd39897be5c14d0a79885.tar.bz2 |
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/2718001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 3228d13..dd752ad 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -235,6 +235,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, |