| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index 5d3e113cfb1459c604b25b1430a39c4ca5f4f855..3972a5c0e3b5e65b9ce25ab2081cef1577c49f47 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -30,6 +30,10 @@ source_set("options_sources") {
|
| "//build/sanitizers/sanitizer_options.cc",
|
| ]
|
|
|
| + if (is_asan) {
|
| + sources += [ "//build/sanitizers/asan_suppressions.cc" ]
|
| + }
|
| +
|
| if (is_tsan) {
|
| sources += [ "//build/sanitizers/tsan_suppressions.cc" ]
|
| }
|
|
|