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

Unified Diff: base/win/BUILD.gn

Issue 2570153002: Fix missing CRT libraries with ASAN unittests (Closed)
Patch Set: nits Created 3 years, 11 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: base/win/BUILD.gn
diff --git a/base/win/BUILD.gn b/base/win/BUILD.gn
index ff2a754ae2ff7aeca66cfd2fc293289e8f08b432..fd00d8dbfb802bed77185b34dc5702109831695d 100644
--- a/base/win/BUILD.gn
+++ b/base/win/BUILD.gn
@@ -44,7 +44,10 @@ shared_library("eventlog_provider") {
ldflags = [ "/NOENTRY" ]
+ configs += [ "//build/config/sanitizers:sanitizer_default_libs" ]
+
deps = [
"//base/win:eventlog_messages",
+ "//build/config/sanitizers:deps",
]
}
« 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