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

Unified Diff: components/nacl/loader/BUILD.gn

Issue 2911513002: Partition libcxx build code from build/config/sanitizers (Closed)
Patch Set: Fix asan Created 3 years, 7 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: components/nacl/loader/BUILD.gn
diff --git a/components/nacl/loader/BUILD.gn b/components/nacl/loader/BUILD.gn
index 74edc91a3fa5aa3871787991e3c27e5afb4adca4..1eea0cea4ebfd50dd1623bd2e61f9a917de514e0 100644
--- a/components/nacl/loader/BUILD.gn
+++ b/components/nacl/loader/BUILD.gn
@@ -120,7 +120,7 @@ if (is_linux) {
deps = [
":loader",
"//base",
- "//build/config/sanitizers:deps_no_options",
+ "//build/config:exe_and_shlib_deps",
"//components/nacl/common:switches",
"//components/nacl/loader/sandbox_linux",
"//content/public/common",

Powered by Google App Engine
This is Rietveld 408576698