blob: 0c0f6e58c42f417b3d1290098e8b0e96ba2e53b0 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# GN args template for the Headless Chrome library
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/headless.gn")' > out/foo/args.gn
6# gn gen out/foo
7#
8# Use gn args to add your own build preference args.
9
10use_ozone = true
11ozone_auto_platforms = false
12ozone_platform = "headless"
13ozone_platform_headless = true
14
15# In order to simplify deployment we build ICU data file
16# into binary.
17icu_use_data_file = false
18
19enable_basic_printing = false
20enable_nacl = false
21enable_print_preview = false
22enable_remoting = false
23use_alsa = false
24use_ash = false
25use_cups = false
26use_dbus = false
27use_gconf = false
28use_gio = false
29use_kerberos = false
30use_libpci = false
31use_pulseaudio = false
32use_udev = false