diff options
author | earthdok <earthdok@chromium.org> | 2015-02-09 09:11:29 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-09 17:12:25 +0000 |
commit | f7ccdf6efdbfb290204dfcecb32334e41d5b702e (patch) | |
tree | bb7048c49cdedb57458a5312a0b7d329b1496f6b /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 8a06497840cf522f0cbbce98a2c6b33329231504 (diff) | |
download | chromium_src-f7ccdf6efdbfb290204dfcecb32334e41d5b702e.zip chromium_src-f7ccdf6efdbfb290204dfcecb32334e41d5b702e.tar.gz chromium_src-f7ccdf6efdbfb290204dfcecb32334e41d5b702e.tar.bz2 |
Instrumented libraries: add libsecret on Trusty.
This is a recently introduced dependency.
BUG=355223
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/909913002
Cr-Commit-Position: refs/heads/master@{#315326}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 572846a..e30c36b 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -147,8 +147,10 @@ ], }, { 'dependencies': [ + # Trusty and above. '<(_sanitizer_type)-libtasn1-6', '<(_sanitizer_type)-harfbuzz', + '<(_sanitizer_type)-libsecret', ], }], ['msan==1', { @@ -778,5 +780,16 @@ 'run_before_build': 'scripts/libva1.sh', 'includes': ['standard_instrumented_package_target.gypi'], }, + { + 'package_name': 'libsecret', + 'dependencies=': [], + 'extra_configure_flags': [ + '--disable-static', + # See above. + '--disable-introspection', + ], + 'run_before_build': 'scripts/autoreconf.sh', + 'includes': ['standard_instrumented_package_target.gypi'], + }, ], } |