diff options
author | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 19:17:42 +0000 |
---|---|---|
committer | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 19:17:42 +0000 |
commit | 95795dd9bf0371dff6e9ef737b2dcca107300dea (patch) | |
tree | e1f36de4e9b4cca034c4b33c0aaedf083df1a3aa /build/landmines.py | |
parent | ec11a73e6bd421c84f2dcd692662fa65b124f2b7 (diff) | |
download | chromium_src-95795dd9bf0371dff6e9ef737b2dcca107300dea.zip chromium_src-95795dd9bf0371dff6e9ef737b2dcca107300dea.tar.gz chromium_src-95795dd9bf0371dff6e9ef737b2dcca107300dea.tar.bz2 |
Add landmine for failing win trybots.
R=cmp@chromium.org
BUG=179800
Review URL: https://codereview.chromium.org/12398018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-x | build/landmines.py | 2 |
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 |