OLD | NEW |
1 # The rules in this file are only applied at compile time. | 1 # The rules in this file are only applied at compile time. |
2 # Because the Chrome buildsystem does not automatically touch the files | 2 # Because the Chrome buildsystem does not automatically touch the files |
3 # mentioned here, changing this file requires clobbering all MSan bots. | 3 # mentioned here, changing this file requires clobbering all MSan bots. |
4 # | 4 # |
5 # Please think twice before you add or remove these rules. | 5 # Please think twice before you add or remove these rules. |
6 | 6 |
7 # This is a stripped down copy of Chromium's blacklist.txt, to enable | 7 # This is a stripped down copy of Chromium's blacklist.txt, to enable |
8 # adding WebRTC-specific blacklist entries. | 8 # adding WebRTC-specific blacklist entries. |
9 | 9 |
10 # Uninit in zlib. http://crbug.com/116277 | 10 # Uninit in zlib. http://crbug.com/116277 |
11 fun:*MOZ_Z_deflate* | 11 fun:*MOZ_Z_deflate* |
12 | 12 |
OLD | NEW |