DescriptionFix multiple rules generating icudtl.dat
The icudata target is built for multiple toolsets, but the outputs of
the copies action are toolset-independent. Gyp then generates two
different ninja rules to do the same copies action.
To fix this, extract the copying of icudtl.dat to its own target that
supports only a single toolset (so nobody accidentally depends on the
wrong one) and then explicitly depend on that target+toolset from the
icudata target.
BUG=351052
Patch Set 1 #Messages
Total messages: 6 (0 generated)
|