DescriptionSeparate some generated files into their own targets
In each case you have a trivial action (a python script generating a single file), acting as a big build barrier, because gyp makes the action wait on all dependencies of the library it's part of (aka half of the world) before allowing dependent libraries to start building.
Separating it out removes that barrier, significantly improving parallelism potential and build speed.
BUG=None
TEST=local compile tests (from scratch) + trybots
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108434
Patch Set 1 #Patch Set 2 : more stuff #Patch Set 3 : rebase #Patch Set 4 : rebase #
Total comments: 2
Messages
Total messages: 16 (0 generated)
|