Skip to content

gavxin/hello-gn

Try for google gn build on Windows. 

Use open source chromium project files, the chromium project license see LICENSE file.

the build\ and tools\ folder contain files from chromium project. (Some files may not be used.)

1. Open cmd and cd to current directory. Find and clone gyp repo to tools/gyp.

2. run `env.bat` to setup VS compile environment.

3. Generate ninja.build with gn.

`gn gen out/Default`

For see what args supported, using `gn args --list out/Default`

4. Build with ninja

`ninja -C out/Default`

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
LICENSE.chromium_os

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published