summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/landmines.py b/build/landmines.py
index 6c769e9..cfff27f 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