Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index 6c769e91a1aa514a0f2a3c1f48aa55659dec0e3b..cfff27f3058e161d28d0c446b1f191fdde79cca2 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -141,6 +141,8 @@ def get_landmines(target): |
add('Need to clobber winja goma due to backend cwd cache fix.') |
if platform() == 'android': |
add('Clean android out directories to reduce zip size.') |
+ if platform() == 'win' and builder() == 'ninja': |
+ add('Compile on cc_unittests fails due to symbols removed in r185063.') |
return landmines |