Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Blacklists for CT bots | |
| 2 ====================== | |
| 3 | |
| 4 Files in this directory are used by the [ct_skps.py](https://cs.chromium.org/chr omium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs sho uld be blacklisted. | |
| 5 | |
| 6 The format of the files are: | |
| 7 | |
| 8 { | |
| 9 "blacklisted_skps": [ | |
| 10 "example1.skp", | |
| 11 "example2.skp" | |
| 12 ] | |
| 13 } | |
| OLD | NEW |