| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 8f5b87895dafa561fee34716e20fa71d3a33321e..71345bb3d4022c092d82ec55afab2dcedaadde47 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -69,6 +69,8 @@ def print_landmines():
|
| print 'Another clobber for missing NaCl gyp deps (crbug.com/427427).'
|
| print 'Clobber to fix GN not picking up increased ID range (crbug.com/444902)'
|
| print 'Remove NaCl toolchains from the output dir (crbug.com/456902)'
|
| + if platform() == 'ios':
|
| + print 'Clobber iOS to workaround Xcode deps bug (crbug.com/485435)'
|
|
|
|
|
| def main():
|
|
|