Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 9557c569b9bc89c98eb66fd2e0a3bd927d28807b..906b0eded7d284c0f403a1d22dcc0deafd222276 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -73,7 +73,8 @@ def print_landmines(): |
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)' |
- |
+ if platform() == 'linux': |
+ print 'Clobber to force chromevox_tests to be rebuilt (crbug.com/503299)' |
def main(): |
print_landmines() |