 Chromium Code Reviews
 Chromium Code Reviews Issue 230263003:
  Set the default ASan options for executables built with ASan on Linux.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 230263003:
  Set the default ASan options for executables built with ASan on Linux.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index 8e48115a01d20f9fe91015a39b49b502f36dc59e..c3c90b2bb5eddc82e752d46ce43716b6b7dadd4e 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -3657,6 +3657,14 @@ | 
| ], | 
| }], | 
| ], | 
| + # TODO(glider): enable the default options on other systems. | 
| + 'conditions': [ | 
| + ['OS=="linux" and (chromeos==0 or target_arch!="ia32")', { | 
| + 'dependencies': [ | 
| + '<(DEPTH)/base/base.gyp:sanitizer_options', | 
| + ], | 
| + }], | 
| + ], | 
| }], | 
| ['asan==1', { | 
| 'target_conditions': [ |