Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 8f5b87895dafa561fee34716e20fa71d3a33321e..c9e114b0fb46a4080fd0757c8d77e291d01d37c0 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'): |
Nico
2015/05/08 20:55:41
remove parens
miu
2015/05/08 21:09:39
Done.
|
+ print 'Clobber iOS to workaround Xcode deps bug (crbug.com/485435)' |
def main(): |