Chromium Code Reviews

Unified Diff: build/common.gypi

Issue 25687005: Set the default ASan options for executables built with ASan on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 230993)
+++ build/common.gypi (working copy)
@@ -3284,6 +3284,9 @@
],
}],
],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:sanitizer_options',
+ ],
}],
['asan==1', {
'target_conditions': [

Powered by Google App Engine