blob: 740ca2e8301a742f19d10f19ee3860445db8fd9c [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# GN args template for a blimp engine. Works within a docker container.
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# This file contains Blimp engine build args common to both
9# official builds and personal development builds.
10# Use gn args to add your own build preference args.
11
12use_aura = true
13use_ozone = true
14ozone_auto_platforms = false
15ozone_platform = "headless"
16ozone_platform_headless = true
17metrics_use_blimp = true
18use_low_quality_image_interpolation = true
19
20# Not available within docker container.
21use_alsa = false
22use_pulseaudio = false
23use_cups = false
24use_glib = false