|
IDL build: Split global constructors into core and modules
No substantive changes to generated bindings:
just reorders the constructors on global objects b/c split
between core and modules.
This almost completes splitting the build!
(Only remaining step is to split global objects, at which
point I can eliminate the bindings/generated.gyp)
Global constructors from modules are in bindings_core b/c
they affect core bindings (due to partial interfaces), with
FIXMEs to move them to bindings_modules.
R=haraken
BUG= 358074
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175462
Total comments: 9
Total comments: 32
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+285 lines, -195 lines) |
Patch |
 |
M |
Source/bindings/bindings.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/core/core.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
2 comments
|
Download
|
 |
M |
Source/bindings/core/generated.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+53 lines, -5 lines |
4 comments
|
Download
|
 |
A |
Source/bindings/core/generated.gypi
|
View
|
1
2
3
4
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/idl.gypi
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -4 lines |
2 comments
|
Download
|
 |
M |
Source/bindings/core/v8/generated.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+21 lines, -23 lines |
4 comments
|
Download
|
 |
M |
Source/bindings/core/v8/generated.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/generated.gyp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/idl.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -17 lines |
2 comments
|
Download
|
 |
M |
Source/bindings/modules/generated.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+62 lines, -15 lines |
3 comments
|
Download
|
 |
A |
Source/bindings/modules/generated.gypi
|
View
|
1
2
3
4
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/modules/idl.gypi
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+19 lines, -11 lines |
2 comments
|
Download
|
 |
M |
Source/bindings/modules/modules.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
4 comments
|
Download
|
 |
M |
Source/bindings/modules/v8/generated.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+16 lines, -27 lines |
5 comments
|
Download
|
 |
M |
Source/bindings/modules/v8/generated.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/compute_interfaces_info_individual.py
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/core.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/core/core_generated.gyp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A |
Source/core/core_generated.gypi
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/modules/modules.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
Source/modules/modules_generated.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -0 lines |
2 comments
|
Download
|
Total messages: 14 (0 generated)
|