| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index 3768cb93553872974ffcf685544b21f43525efc9..11eafbbb32f45c31dc8da227a0f154f8786befdf 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -136,11 +136,11 @@ static_library("options_sources") {
|
| }
|
|
|
| if (is_lsan) {
|
| - sources += [ "//build/sanitizers/lsan_suppressions.cc" ]
|
| + sources += [ lsan_suppressions_file ]
|
| }
|
|
|
| if (is_tsan) {
|
| - sources += [ "//build/sanitizers/tsan_suppressions.cc" ]
|
| + sources += [ tsan_suppressions_file ]
|
| }
|
| }
|
|
|
|
|