| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 395c18f4fd71fe4e86526cdad459f9752494cef1..a13f684d484aa300e4dfe2aca5e0708aed3c83f0 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -77,6 +77,8 @@ def print_landmines():
|
| print 'Clobber to support new location/infra for chrome_sync_shell_apk'
|
| if platform() == 'mac':
|
| print 'Clobber to get rid of evil libsqlite3.dylib (crbug.com/526208)'
|
| + if platform() == 'mac':
|
| + print 'Clobber to remove libsystem.dylib. See crbug.com/620075'
|
|
|
|
|
| def main():
|
|
|