diff options
author | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-09 19:40:31 +0000 |
---|---|---|
committer | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-09 19:40:31 +0000 |
commit | 4ae6e847eea62aab0da219111353d40d19825f31 (patch) | |
tree | f45f0d398bfa56d4485c493b3ee23514914fdc7c /build/landmines.py | |
parent | 541dea6faa5b30014d3a72ab076aa0675f67be13 (diff) | |
download | chromium_src-4ae6e847eea62aab0da219111353d40d19825f31.zip chromium_src-4ae6e847eea62aab0da219111353d40d19825f31.tar.gz chromium_src-4ae6e847eea62aab0da219111353d40d19825f31.tar.bz2 |
Set landmine for build configs which switch from make -> ninja.
TBR=ilevy@chromium.org
Review URL: https://codereview.chromium.org/12747003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187168 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 fc8e957..b276e6c 100755 --- a/build/landmines.py +++ b/build/landmines.py @@ -143,6 +143,8 @@ def get_landmines(target): add('Fix findbugs errors on android trybots.') if platform() == 'win' and builder() == 'ninja': add('Compile on cc_unittests fails due to symbols removed in r185063.') + if platform() == 'linux' and builder() == 'ninja': + add('Builders switching from make to ninja will clobber on this.') return landmines |