Chromium Code Reviews| Index: build/landmines.py |
| diff --git a/build/landmines.py b/build/landmines.py |
| index 753ad3bddf3e3a4ed9eb4ea3d2e660a24423996d..ebf33d745d69b8d898cf7e014de5bcafe6f97c64 100755 |
| --- a/build/landmines.py |
| +++ b/build/landmines.py |
| @@ -158,6 +158,8 @@ def get_landmines(target): |
| gyp_defines().get('dcheck_always_on') == '1'): |
| add("Switched win x64 trybots from VS2010 to VS2012.") |
|
gavinp
2013/07/19 20:29:33
Put your add up above this blank line.
|
| + add('Need to clobber everything due to and IDL change in r154579 (blink)') |
| + |
|
gavinp
2013/07/19 20:29:33
Remove this blank line.
|
| return landmines |