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

Unified Diff: chrome/app/framework.order

Issue 581983003: Enable ASan default options on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the dependency to target_defaults Created 6 years, 3 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 | « chrome/app/chrome_exe_main_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/framework.order
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 82561223d91a0ca8539c0556d64ebab7780e2596..9c4360c664efdfa66bb76839cee3596cb300516e 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -46,6 +46,9 @@ ___gcov_flush
___gcov_merge_add
___gcov_fork
+# Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
+___asan_default_options
+
# Written in asm as a .globl. (Is that necessary?)
_NaClSwitch
_NaClSyscallSeg
« no previous file with comments | « chrome/app/chrome_exe_main_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698