| Index: tools-webrtc/get_landmines.py
|
| diff --git a/tools-webrtc/get_landmines.py b/tools-webrtc/get_landmines.py
|
| index beefeff170b0a48cd8c8aaf1e0d41a0f9b89e3ac..cdbb40605358d542b5329c78a66b6b301f67e4a7 100755
|
| --- a/tools-webrtc/get_landmines.py
|
| +++ b/tools-webrtc/get_landmines.py
|
| @@ -49,6 +49,10 @@ def print_landmines():
|
| print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
|
| print 'Clobber due to corrupt .pdb files (after #14623)'
|
| print 'Clobber due to Win 64-bit Debug linking error (crbug.com/668961)'
|
| + if platform() == 'mac':
|
| + # platform == 'ios' doesn't work since it assumes GYP_DEFINES is set, which
|
| + # is no longer the case.
|
| + print 'Clobber due to iOS compile errors (crbug.com/694721)'
|
|
|
|
|
| def main():
|
|
|