naiveproxy/tools/gn/example
2018-08-11 05:35:24 +00:00
..
build Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
.gn Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
BUILD.gn Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
hello_shared.cc Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
hello_shared.h Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
hello_static.cc Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
hello_static.h Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
hello.cc Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
README.txt Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00: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!