Chromium Code Reviews| Index: build/args/blimp_engine.gn |
| diff --git a/build/args/blimp_engine.gn b/build/args/blimp_engine.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9da50a0e6604a26cbeb3367f9cdd7f21520f4a8d |
| --- /dev/null |
| +++ b/build/args/blimp_engine.gn |
| @@ -0,0 +1,17 @@ |
| +# 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
|
| +# |
| +# Add import to arg.gn in out directory and run gn gen on the directory to use. |
| +# E.g. for out directory out/foo: |
| +# echo "import(\"build/args/blimp_engine.gn\")" > out/foo/args.gn |
| +# gn gen out/foo |
| +# |
| +# Use gn args to add your own build preference args. |
| + |
| +use_aura = true |
| +use_ozone = true |
| + |
| +# Not available within docker container. |
| +use_alsa = false |
| +use_pulseaudio = false |
| +use_cups = false |
| +use_glib = false |