On Wed, Jul 1, 2015 at 5:32 PM, Dirk Pranke <
dpr...@chromium.org> wrote:
> If we needed to, we could add the other mode to GN as well.
>
> Or, we could have a "hybrid" model where if the input list of targets
> contained groups, we would only include the targets in the group that
> are actually affected.
>
> I don't know that I have a strong leaning here myself.
>
> On Wed, Jul 1, 2015 at 1:48 PM, Scott Violet <
s...@chromium.org> wrote:
>>
>> This is why analyze has the two outputs. For build only bots if you
>> compile build_targets that should have the same effect as building
>> all.
>
>
> You mean "same effect" in the sense that you'd rebuild all of the targets
> affected by the patch, right? I would expect building "all" to also cause
> you
> to rebuild targets that were out-of-date but otherwise unaffected by the
> patch
> (they are just out of date because the build was otherwise out-of-date).