| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 6a12162cd2ee2609a149b64017a0a7ec0181ef0f..007ebe94ee7e375cae65a8f2e052c5638a1b61c2 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -49,6 +49,8 @@ def print_landmines(target):
|
| gyp_msvs_version().startswith('2013')):
|
| print "Switched win from VS2010 to VS2013."
|
| print 'Need to clobber everything due to an IDL change in r154579 (blink)'
|
| + if (platform() != 'ios'):
|
| + print 'Clobber to get rid of obselete test plugin after r248358'
|
|
|
|
|
| def main():
|
|
|