Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Issue 2840020: Add a tool to generate graphs for Chrome OS packages. (Closed)

Created:
10 years, 6 months ago by piman
Modified:
9 years, 7 months ago
Reviewers:
sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://git@chromiumos-git//crosutils.git
Visibility:
Public.

Description

Add a tool to generate graphs for Chrome OS packages. You feed it the output of cros_extract_deps and you get pretty pictures: ./cros_extract_deps --board x86-generic chromeos chromeos-dev |./cros_generate_deps_graphs -o output -c -l

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -0 lines) Patch
A cros_generate_deps_graphs View 1 chunk +176 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
piman
10 years, 6 months ago (2010-06-25 01:27:51 UTC) #1
sosa
LGTM. I don't have dot installed in my chroot. Add to hard-host-depends?
10 years, 6 months ago (2010-06-25 02:31:46 UTC) #2
piman
10 years, 6 months ago (2010-06-25 06:26:07 UTC) #3
On Thu, Jun 24, 2010 at 7:31 PM, <sosa@chromium.org> wrote:

> LGTM.
>
> I don't have dot installed in my chroot.  Add to hard-host-depends?


I'd rather not, 'cause it's not really needed for the build - at least until
it's run by the buildbots. No use slowing everyone's build yet. In any case,
you can also run cros_generate_deps_graphs from outside the chroot actually
(apt-get install graphviz).


>
> http://codereview.chromium.org/2840020/show
>

Powered by Google App Engine
This is Rietveld 408576698