| Index: build/get_landmines.py
 | 
| diff --git a/build/get_landmines.py b/build/get_landmines.py
 | 
| index ac3d7d6008447751aed1902d00a4b5edef617aca..7a918c8662e3e1eeb26529d03ded6798a3eabd4c 100755
 | 
| --- a/build/get_landmines.py
 | 
| +++ b/build/get_landmines.py
 | 
| @@ -29,6 +29,7 @@ def print_landmines():
 | 
|      print 'Need to clobber winja goma due to backend cwd cache fix.'
 | 
|    if platform() == 'android':
 | 
|      print 'Clobber: to handle new way of suppressing findbugs failures.'
 | 
| +    print 'Clobber to fix gyp not rename package name (crbug.com/457038)'
 | 
|    if platform() == 'win' and builder() == 'ninja':
 | 
|      print 'Compile on cc_unittests fails due to symbols removed in r185063.'
 | 
|    if platform() == 'linux' and builder() == 'ninja':
 | 
| 
 |