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..9a850af00803043cdf28de1748bbb766e083da8f |
--- /dev/null |
+++ b/build/args/blimp_engine.gn |
@@ -0,0 +1,11 @@ |
+# GN args template for a "bare" (outside docker) blimp engine. |
+# |
+# Copy 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 |