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': [ |