DescriptionOnly write .in outputs if they have changed.
This reduces the number of targets that have to be built when changing the
status of a runtime-enabled feature dramatically (for content_shell, from
1229 to 44), because these changes only affect the source file and not the
header.
In such cases, ninja notices when the modification time is left alone, and
it can propagate this "clean" (not changed) state to dependent targets.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185134
Patch Set 1 #
Total comments: 2
Patch Set 2 : rename function (per dpranke) #Messages
Total messages: 7 (2 generated)
|