OLD | NEW |
---|---|
(Empty) | |
1 # GN args template for a "bare" (outside docker) blimp engine. | |
2 # | |
3 # Copy 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 import("//build/args/blimp.gn") | |
9 | |
10 use_aura = true | |
11 use_ozone = true | |
OLD | NEW |