|
Split generated_bindings.gyp into core and modules (1/2)
This splits the files, except for generating individual bindings
(that's long, so I'll do it separately).
This is a bit big b/c it's refactoring, but it's just splitting things up, and isolating core and modules from complexity in bindings.
Also adds FIXMEs with links to bugs for followups.
Immediate followups:
1. Split off individual binding generation (completes split at GYP level)
2. Split off/cleanup script GYP (currently a bit intricate, will simplify).
R=haraken
TBR=Nico
BUG= 358074
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174833
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+320 lines, -605 lines) |
Patch |
 |
M |
Source/bindings/bindings.gypi
|
View
|
1
|
1 chunk |
+1 line, -54 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/core/core.gypi
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/core/v8/generated.gyp
|
View
|
1
2
3
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/core/v8/generated.gypi
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/bindings/generated.gyp
|
View
|
1
2
3
|
4 chunks |
+8 lines, -128 lines |
0 comments
|
Download
|
 |
D |
Source/bindings/generated_bindings.gyp
|
View
|
|
1 chunk |
+0 lines, -417 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/idl.gypi
|
View
|
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/modules/modules.gypi
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/modules/v8/generated.gyp
|
View
|
1
2
3
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/modules/v8/generated.gypi
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gyp
|
View
|
1
2
|
6 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|