Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: build/args/blimp_engine.gn

Issue 1757093002: Create gn arg templates for use with blimp builds. Update build doc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address merge conflicts blocking patch. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/args/blimp_client.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..22a5e439fa8dceb5aba1206a294e1d0f5a716602
--- /dev/null
+++ b/build/args/blimp_engine.gn
@@ -0,0 +1,17 @@
+# GN args template for a blimp engine. Works within a docker container.
+#
+# 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
« no previous file with comments | « build/args/blimp_client.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698