• Home
Name Date Size #Lines LOC

..--

build/07-Sep-2024-153129

tutorial/07-Sep-2024-168

.gnD07-Sep-202487 32

BUILD.gnD07-Sep-2024517 2923

README.mdD07-Sep-2024598 139

hello.ccD07-Sep-2024344 147

hello_shared.ccD07-Sep-2024243 104

hello_shared.hD07-Sep-2024929 3321

hello_static.ccD07-Sep-2024243 104

hello_static.hD07-Sep-2024323 114

README.md

1# GN Simple Build Example
2
3This is an example directory structure that compiles some simple targets using
4gcc. It is intended to show how to set up a simple GN build. It is deliberately
5simplistic so the structure is more clear, and doesn't support everything on
6every platform.
7
8It is recommended that you take this and add on as your requirements indicate.
9You may also want to see the Chromium and Fuchsia build configurations for the
10maximal functionality (the [root README](../../README.md) has links to these).
11
12Don't miss the ".gn" file in this directory which may be hidden on your system!
13