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

Unified Diff: third_party/instrumented_libraries/BUILD.gn

Issue 2851493005: Add libgnutls26 to instrumented libraries (Closed)
Patch Set: gn format Created 3 years, 8 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 | third_party/instrumented_libraries/scripts/install-build-deps.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/BUILD.gn
diff --git a/third_party/instrumented_libraries/BUILD.gn b/third_party/instrumented_libraries/BUILD.gn
index 9d7636a8eec3b6c5167776eec5050e32407db877..5f5db357dc167d95a1ec189ac4f1edaa156d0b6a 100644
--- a/third_party/instrumented_libraries/BUILD.gn
+++ b/third_party/instrumented_libraries/BUILD.gn
@@ -152,7 +152,10 @@ if (use_locally_built_instrumented_libraries) {
":zlib1g",
]
if (is_msan) {
- deps += [ ":libcups2" ]
+ deps += [
+ ":libcups2",
+ ":libgnutls26",
+ ]
}
if (!is_tsan) {
deps += [ ":libpng12-0" ]
@@ -545,6 +548,18 @@ if (use_locally_built_instrumented_libraries) {
package_ldflags = [ "-Wl,--as-needed" ]
}
+ instrumented_library("libgnutls26") {
+ extra_configure_flags = [
+ # from debian/rules.
+ "--enable-ld-version-script",
+ "--enable-cxx",
+ "--without-lzo",
+ "--disable-guile",
+ "--with-libgcrypt",
+ "--with-packager=Debian",
+ ]
+ }
+
instrumented_library("libgpg-error0") {
extra_configure_flags = [ "--disable-static" ]
}
« no previous file with comments | « no previous file | third_party/instrumented_libraries/scripts/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698