summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 08:10:12 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 08:10:12 +0000
commit4c4f1bf2f81fe928627bc18c66c053b61f6727a2 (patch)
treef0059e9966329287051317bb52aca92d0203b975 /third_party
parent8d4465b591e6b77ad924b4f486a850c4511196a1 (diff)
downloadchromium_src-4c4f1bf2f81fe928627bc18c66c053b61f6727a2.zip
chromium_src-4c4f1bf2f81fe928627bc18c66c053b61f6727a2.tar.gz
chromium_src-4c4f1bf2f81fe928627bc18c66c053b61f6727a2.tar.bz2
Add libtasn to instrumented libraries.
BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/170213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index fede234..dc14dcf 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -77,6 +77,7 @@
'<(_sanitizer_type)-pango1.0',
'<(_sanitizer_type)-libcap2',
'<(_sanitizer_type)-libudev0',
+ '<(_sanitizer_type)-libtasn1-3',
],
'conditions': [
['asan==1', {
@@ -354,5 +355,10 @@
],
'includes': ['standard_instrumented_library_target.gypi'],
},
+ {
+ 'library_name': 'libtasn1-3',
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_library_target.gypi'],
+ },
],
}