Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Suppressions for Thread Sanitizer | |
| 2 # | |
| 3 # CAREFUL! Comments must go on their own line or your suppressions will silentl y fail. | |
| 4 | |
| 5 # WebP races (harmlessly) choosing function pointers for SIMD versions of some o f its functions. | |
| 6 race:third_party/externals/libwebp | |
| OLD | NEW |