summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 15:34:44 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 15:34:44 +0000
commitfaedfc948ee6839c19ef2ab391bd7f72d7ea33fb (patch)
tree9b1dd5d64d1161de6922fc7d63d92f9e984bbb52 /third_party
parent5448f9b40a752355169ed78dc70584d9a6410db0 (diff)
downloadchromium_src-faedfc948ee6839c19ef2ab391bd7f72d7ea33fb.zip
chromium_src-faedfc948ee6839c19ef2ab391bd7f72d7ea33fb.tar.gz
chromium_src-faedfc948ee6839c19ef2ab391bd7f72d7ea33fb.tar.bz2
Add libgnome-keyring0 to instrumented libraries.
BUG=313751 TEST=MSan, ASan TBR=glider@chromium.org Review URL: https://codereview.chromium.org/221113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index f2187b1..5aef800 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -87,6 +87,7 @@
'<(_sanitizer_type)-libcap2',
'<(_sanitizer_type)-libudev0',
'<(_sanitizer_type)-libtasn1-3',
+ '<(_sanitizer_type)-libgnome-keyring0',
],
'conditions': [
['asan==1', {
@@ -387,5 +388,15 @@
'dependencies=': [],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'libgnome-keyring0',
+ 'custom_configure_flags': [
+ '--enable-static',
+ '--enable-tests=no',
+ ],
+ 'custom_linker_flags': '-Wl,--as-needed',
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}