filter gyp_environment out of build/landmines.py

This commit is contained in:
Adam Barth 2015-07-16 22:10:39 -07:00
parent 21dd7553a0
commit 8a1a2b8b76

View File

@ -15,7 +15,6 @@ build is clobbered.
import difflib
import errno
import gyp_environment
import logging
import optparse
import os
@ -120,7 +119,6 @@ def main():
if landmine_utils.builder() in ('dump_dependency_json', 'eclipse'):
return 0
gyp_environment.SetEnvironment()
landmines = []
for s in landmine_scripts: