Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 49347) |
+++ build/common.gypi (working copy) |
@@ -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, |