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

Unified Diff: build/config/sanitizers/BUILD.gn

Issue 2103683002: Add GN rules for building instrumented libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: build/config/sanitizers/BUILD.gn
diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
index dddbf2fa49410578aa913c4d82e38e7c749026d6..046ecd3dc44a593c1f28b4f77d842727d9263dbe 100644
--- a/build/config/sanitizers/BUILD.gn
+++ b/build/config/sanitizers/BUILD.gn
@@ -57,7 +57,8 @@ group("deps_no_options") {
data += [ "$clang_base_path/lib/libstdc++.so.6" ]
}
- if (use_prebuilt_instrumented_libraries) {
+ if (use_prebuilt_instrumented_libraries ||
+ use_locally_built_instrumented_libraries) {
deps += [ "//third_party/instrumented_libraries:deps" ]
}
if (use_custom_libcxx) {

Powered by Google App Engine
This is Rietveld 408576698