| Index: build/landmines.py
|
| diff --git a/build/landmines.py b/build/landmines.py
|
| index 7b4c5b5ecc623ff88b553f2ca5f8ffed4e8fa12f..857585adbfa6b84bf2ccf07d4c4e2aedd9f4592e 100755
|
| --- a/build/landmines.py
|
| +++ b/build/landmines.py
|
| @@ -15,7 +15,6 @@ build is clobbered.
|
| """
|
|
|
| import difflib
|
| -import gyp_helper
|
| import logging
|
| import optparse
|
| import os
|
| @@ -113,7 +112,9 @@ def process_options():
|
|
|
| def main():
|
| landmine_scripts = process_options()
|
| - gyp_helper.apply_chromium_gyp_env()
|
| +
|
| + if landmine_utils.builder() == 'dump_dependency_json':
|
| + return 0
|
|
|
| for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'):
|
| landmines = []
|
|
|