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

Unified Diff: build/common.gypi

Issue 201153007: Set the default ASan options for executables built with ASan on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: removed the verbosity option Created 6 years, 9 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
diff --git a/build/common.gypi b/build/common.gypi
index 246124f043f0deb5bf2b7a5194024103ae277c9a..82e9eeecc7573ccb6acf29c0278359479b8cfa85 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3594,6 +3594,14 @@
],
}],
],
+ # TODO(glider): enable the default options on other systems.
+ 'conditions': [
+ ['OS=="linux"', {
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:sanitizer_options',
+ ],
+ }],
+ ],
}],
['asan==1', {
'target_conditions': [

Powered by Google App Engine
This is Rietveld 408576698