|
|
|
|
|
by tedmielczarek
2250 days ago
|
|
gn is of course a meta-build system, the initials stand for "generate ninja". ninja does the actual build execution. The Firefox build system has a similar homegrown frontend called mozbuild, which generates Makefiles for the actual build. |
|