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

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, 1 month 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 | « base/debug/sanitizer_options.cc ('k') | chrome/app/chrome_exe_main_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 232083)
+++ build/common.gypi (working copy)
@@ -3294,6 +3294,9 @@
],
}],
],
+ 'dependencies': [
Nico 2013/11/01 23:56:22 Can you add a comment like "# This is only needed
Alexander Potapenko 2013/11/11 09:41:40 Done.
+ '<(DEPTH)/base/base.gyp:sanitizer_options',
+ ],
}],
['asan==1', {
'target_conditions': [
« no previous file with comments | « base/debug/sanitizer_options.cc ('k') | chrome/app/chrome_exe_main_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698