Hi, I explain how to use ninja in the following wiki doc: https://github.com/crosswalk-project/crosswalk-website/wiki/Development-on-Tizen#compile-using-ninja-instead-of-make
There are three big benefits * Full-build is >1.5 times faster. * Super smart incremental build. After re-executing 'gyp_xwalk', ninja performs true incremental build, not full-build like stupid 'make'. * You can change the output directory. It will help you manage tizen build and pc build together. - DS
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
