Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 153893) |
+++ build/common.gypi (working copy) |
@@ -1205,7 +1205,10 @@ |
# plugins now. |
'clang_use_chrome_plugins%': 0, |
}], |
- |
+ ['asan==1 and OS=="mac"', { |
+ # See http://crbug.com/145503. |
+ 'component%': "static_library", |
Nico
2012/08/29 17:22:39
The trailing % means it's overridable. tools/build
|
+ }], |
['tsan==1', { |
'clang%': 1, |
}], |