naiveproxy/tools/gn/example
2018-01-29 00:30:36 +08:00
..
build Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
.gn Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
BUILD.gn Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
hello_shared.cc Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
hello_shared.h Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
hello_static.cc Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
hello_static.h Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
hello.cc Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00
README.txt Import chromium-63.0.3239.132 2018-01-29 00:30:36 +08:00

This is an example directory structure that compiles some simple targets using
gcc. It is intended to show how to set up a simple GN build.

Don't miss the ".gn" file in this directory!