On Tue, Aug 4, 2009 at 9:25 AM, Ben Laurie<b...@google.com> wrote:
> Of course, you are also correct, in that there's a pile of
> dependencies make doesn't see - as I think I've said before, I'm a fan
> of automatic dependency extraction, which it seems grit could easily
> be persuaded to spit out (just as gcc can).

In fact, the scons build currently does this (see
tools/grit/grit/scons.py).  It would probably be pretty easy to have
grit also generate a .d file that lists the input dependencies when
run.  Then make could depend on the .d files like it does for .cc
files.

I think this might involve some special casing in the gyp make
generator for handling gyp files.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to