|
Make GYP build usable for day-to-day work
- Introduce a global Makefile that triggers GYP-based building
- Some fixes to .gyp[i] files to make everything work
- tools/test-wrapper-gypbuild.py as a temporary solution for easy testing
Committed: http://code.google.com/p/v8/source/detail?r=8674
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+526 lines, -95 lines) |
Patch |
|
M |
.gitignore
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
A |
Makefile
|
View
|
1
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
build/armu.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
|
2 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/v8-features.gypi
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A + |
preparser/preparser.gyp
|
View
|
1
|
1 chunk |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
samples/samples.gyp
|
View
|
|
2 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/d8.gyp
|
View
|
1
2
|
3 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/testcfg.py
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/preparser/testcfg.py
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
20 chunks |
+93 lines, -67 lines |
0 comments
|
Download
|
|
M |
tools/test.py
|
View
|
1
2
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
tools/test-wrapper-gypbuild.py
|
View
|
1
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|