DescriptionIDL build: Split global objects computation from global constructors computation
Preliminary CL for splitting global constructor computation between core
and modules.
Straightforward, but needed for pipeline.
Computation of global constructors (as partial interface definitions) depends
on global *objects* (interface definitions with [Global] or [PartialGlobal]).
We want to split global *constructors* between core and modules (as separate
partial interface .idl files), but we first need to compute global *objects*.
Thus we split this computation into 2 steps.
Also a bit of cleanup.
Followup CLs:
* Split global constructors computation between core and modules
* Split global objects computation between core and modules
...at which point the bindings build will be 100% split!
R=haraken
BUG=358074
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175267
Patch Set 1 #Patch Set 2 : More cleanup #Patch Set 3 : Tweak #Patch Set 4 : Tweak #
Total comments: 4
Messages
Total messages: 9 (0 generated)
|