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

Unified Diff: build/config/BUILD.gn

Issue 2208093003: Make base_unittests pass in gn/win/asan builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpranke nit Created 4 years, 4 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 | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 6a3133d9ecc6bcd02848a45b4a1803ce15627bf4..ef5c4338108eebb27241dfb3cfc0b9a01ef4fd56 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -408,6 +408,7 @@ config("executable_config") {
if (use_locally_built_instrumented_libraries) {
configs += [ "//third_party/instrumented_libraries:locally_built_ldflags" ]
}
+ configs += [ "//build/config/sanitizers:link_executable" ]
}
# Shared library configs -------------------------------------------------------
@@ -434,6 +435,7 @@ config("shared_library_config") {
if (use_locally_built_instrumented_libraries) {
configs += [ "//third_party/instrumented_libraries:locally_built_ldflags" ]
}
+ configs += [ "//build/config/sanitizers:link_shared_library" ]
}
# Add this config to your target to enable precompiled headers.
« no previous file with comments | « no previous file | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698