|
ninja: land generator for ninja files
This generator already works for Chrome and is used by a number of
people, but it still needs some work before it could be considered
fully functional.
Ninja is semantically very similar to make. My plan is to massage
make.py and ninja.py into similar shapes and eventually merge them.
Committed: http://code.google.com/p/gyp/source/detail?r=1009
Total comments: 30
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+873 lines, -51 lines) |
Patch |
|
M |
gyptest.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
pylib/gyp/generator/ninja.py
|
View
|
1
2
3
4
|
1 chunk |
+628 lines, -0 lines |
9 comments
|
Download
|
|
A |
pylib/gyp/ninja_syntax.py
|
View
|
1
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/actions/gyptest-all.py
|
View
|
1
2
|
1 chunk |
+23 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/actions/gyptest-default.py
|
View
|
1
2
|
1 chunk |
+23 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/additional-targets/gyptest-additional.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/assembly/gyptest-assembly.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/builddir/gyptest-all.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/builddir/gyptest-default.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/copies-link/gyptest-copies-link.py
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-actions.py
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-copies.py
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-relocate.py
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-rules.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-subdir2-deep.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/generator-output/gyptest-top-all.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/lib/TestGyp.py
|
View
|
1
2
|
2 chunks |
+70 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/no-output/gyptest-no-output.py
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
test/sibling/gyptest-all.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/sibling/gyptest-relocate.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/subdirectory/gyptest-subdir-all.py
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/subdirectory/gyptest-subdir-default.py
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|