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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 230689)
+++ build/common.gypi (working copy)
@@ -3284,6 +3284,12 @@
],
}],
],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:sanitizer_options',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/base/base.gyp:sanitizer_options',
Nico 2013/10/30 04:50:37 Do you need the export bit if everything depends o
Alexander Potapenko 2013/10/30 14:25:55 Probably no. Removed it.
+ ],
}],
['asan==1', {
'target_conditions': [

Powered by Google App Engine
This is Rietveld 408576698