Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(920)

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 909913002: Instrumented libraries: add libsecret on Trusty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 572846a6544587f5f49a112b20714356730c173b..e30c36bbab307f111c5c547ce4a90007b7badaa6 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'],
+ },
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698