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

Side by Side Diff: build/args/headless.gn

Issue 1942283003: [headless] Do not use libpci with headless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GN args template for the Headless Chrome library 1 # GN args template for the Headless Chrome library
2 # 2 #
3 # Add import to arg.gn in out directory and run gn gen on the directory to use. 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: 4 # E.g. for out directory out/foo:
5 # echo 'import("//build/args/headless.gn")' > out/foo/args.gn 5 # echo 'import("//build/args/headless.gn")' > out/foo/args.gn
6 # gn gen out/foo 6 # gn gen out/foo
7 # 7 #
8 # Use gn args to add your own build preference args. 8 # Use gn args to add your own build preference args.
9 9
10 use_ozone = true 10 use_ozone = true
11 ozone_auto_platforms = false 11 ozone_auto_platforms = false
12 ozone_platform = "headless" 12 ozone_platform = "headless"
13 ozone_platform_headless = true 13 ozone_platform_headless = true
14 14
15 enable_basic_printing = false 15 enable_basic_printing = false
16 enable_print_preview = false 16 enable_print_preview = false
17 enable_remoting = false 17 enable_remoting = false
18 use_alsa = false 18 use_alsa = false
19 use_ash = false 19 use_ash = false
20 use_cups = false 20 use_cups = false
21 use_dbus = false 21 use_dbus = false
22 use_gconf = false 22 use_gconf = false
23 use_gio = false 23 use_gio = false
24 use_kerberos = false 24 use_kerberos = false
25 use_libpci = false
25 use_pulseaudio = false 26 use_pulseaudio = false
26 use_udev = false 27 use_udev = false
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698