Make landmines.py ignore eclipse gyp generator.
commita403a3d5aead637939190b8361189877f14fc746
authornewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 12 Apr 2014 01:13:21 +0000 (12 01:13 +0000)
committernewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 12 Apr 2014 01:13:21 +0000 (12 01:13 +0000)
tree0560ba8f013c37bfb7abb1b877716b151f74a017
parent53dbdbc103a0a3bf40b62b43643afb54afb627bd
Make landmines.py ignore eclipse gyp generator.

The eclipse gyp generator is used to generate eclipse project files, not
to actually build anything. Landmines should return early if the gyp
generator is eclipse rather than failing with the error "Unexpected
GYP_GENERATORS (eclipse)"

Review URL: https://codereview.chromium.org/236063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263438 0039d316-1c4b-4281-b951-d872f2087c98
build/landmines.py