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

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

Issue 1969313005: [headless] Embed pak file into binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated years in copyright Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | 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 # Embed resource.pak into binary to simplify deployment.
16 headless_use_embedded_resources = true
17
15 # In order to simplify deployment we build ICU data file 18 # In order to simplify deployment we build ICU data file
16 # into binary. 19 # into binary.
17 icu_use_data_file = false 20 icu_use_data_file = false
18 21
19 # Use embedded data instead external files for headless in order 22 # Use embedded data instead external files for headless in order
20 # to simplify deployment. 23 # to simplify deployment.
21 v8_use_external_startup_data = false 24 v8_use_external_startup_data = false
22 25
23 enable_basic_printing = false 26 enable_basic_printing = false
24 enable_nacl = false 27 enable_nacl = false
25 enable_print_preview = false 28 enable_print_preview = false
26 enable_remoting = false 29 enable_remoting = false
27 use_alsa = false 30 use_alsa = false
28 use_ash = false 31 use_ash = false
29 use_cups = false 32 use_cups = false
30 use_dbus = false 33 use_dbus = false
31 use_gconf = false 34 use_gconf = false
32 use_gio = false 35 use_gio = false
33 use_kerberos = false 36 use_kerberos = false
34 use_libpci = false 37 use_libpci = false
35 use_pulseaudio = false 38 use_pulseaudio = false
36 use_udev = false 39 use_udev = false
OLDNEW
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698