Commit 07e5563f authored by scottmg@chromium.org's avatar scottmg@chromium.org

Don't raise for GYP_GENERATORS=dump_dependency_json, don't warn when using gyp_env

R=thakis@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251536 0039d316-1c4b-4281-b951-d872f2087c98
parent 8c91586b
......@@ -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 = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment