Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # GN args template for a blimp engine. Works within a docker container | |
|
maniscalco
2016/03/04 01:34:27
nit: need a period at the end of this last sentenc
| |
| 2 # | |
| 3 # Add import to arg.gn in out directory and run gn gen on the directory to use. | |
| 4 # E.g. for out directory out/foo: | |
| 5 # echo "import(\"build/args/blimp_engine.gn\")" > out/foo/args.gn | |
| 6 # gn gen out/foo | |
| 7 # | |
| 8 # Use gn args to add your own build preference args. | |
| 9 | |
| 10 use_aura = true | |
| 11 use_ozone = true | |
| 12 | |
| 13 # Not available within docker container. | |
| 14 use_alsa = false | |
| 15 use_pulseaudio = false | |
| 16 use_cups = false | |
| 17 use_glib = false | |
| OLD | NEW |