The GYP code path for analyze in MB was busted; fix it.
commit953b27b2dd4e058bef878ac7f1346acaef83f5a7
authorDirk Pranke <dpranke@chromium.org>
Tue, 11 Aug 2015 03:59:13 +0000 (10 20:59 -0700)
committerDirk Pranke <dpranke@chromium.org>
Tue, 11 Aug 2015 04:00:11 +0000 (11 04:00 +0000)
tree4efff91bf737e0d966d79e67fe307fb38ab60b79
parent74cbbe5648f5c70f976109ed5105f15550892a9a
The GYP code path for analyze in MB was busted; fix it.

We had not previously tested the GYP codepath for analyze with
--verbose=true, and it turns out that when that ran, we tried
to call a function that didn't exist. This patch fixes that issue.

TBR=phajdan.jr@chromium.org
BUG=481692
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#342786}
tools/mb/mb.py