Commit 8a39f21f authored by earthdok@chromium.org's avatar earthdok@chromium.org

Add libudev0 to instrumented libraries.

BUG=313751
TBR=glider@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/163783003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251058 0039d316-1c4b-4281-b951-d872f2087c98
parent 8c37ff74
......@@ -69,6 +69,7 @@
'<(_sanitizer_type)-libcups2',
'<(_sanitizer_type)-pango1.0',
'<(_sanitizer_type)-libcap2',
'<(_sanitizer_type)-libudev0',
],
'conditions': [
['asan==1', {
......@@ -335,5 +336,16 @@
'dependencies=': [],
'includes': ['standard_instrumented_library_target.gypi'],
},
{
'library_name': 'libudev0',
'dependencies=': [],
'custom_configure_flags': [
# Without this flag there's a linking step that doesn't honor LDFLAGS
# and fails.
# TODO(earthdok): find a better fix.
'--disable-gudev'
],
'includes': ['standard_instrumented_library_target.gypi'],
},
],
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment