Index: build/sanitizers/sanitizers.gyp |
diff --git a/build/sanitizers/sanitizers.gyp b/build/sanitizers/sanitizers.gyp |
index 4126d22c1ca4593e6cef160ff6908d14cdb49cc8..91dab8a238a4bf933c04c2cbb224ea6381028469 100644 |
--- a/build/sanitizers/sanitizers.gyp |
+++ b/build/sanitizers/sanitizers.gyp |
@@ -41,6 +41,11 @@ |
'lsan_suppressions.cc', |
], |
}], |
+ ['asan==1', { |
+ 'sources': [ |
+ 'asan_suppressions.cc', |
jamesr
2015/05/06 00:01:28
shouldn't this file be added to the GN build as we
|
+ ], |
+ }], |
], |
'cflags/': [ |
['exclude', '-fsanitize='], |