-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathargs.gn
More file actions
67 lines (53 loc) · 2.19 KB
/
args.gn
File metadata and controls
67 lines (53 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
target_os = "android"
# change to x64 for x86_64 targets
target_cpu = "arm64"
enable_android_secondary_abi = false
android_channel = "stable"
android_default_version_name = "146.0.7680.115"
android_default_version_code = "768011500"
ext_version_enabled = true
ext_version_increment = "0"
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 1
disable_fieldtrial_testing_config = true
dfmify_dev_ui = false
# Restore M125 and older behavior of Password Manager settings,
# which is Play services independent. This feature is planned
# to be deprecated in 6 months, based on
# https://chromium-review.googlesource.com/c/chromium/src/+/5493819
use_login_database_as_backend = true
# enable patented codecs
ffmpeg_branding = "Chrome"
proprietary_codecs = true
is_cfi = true
use_cfi_cast = true
# This feature currently now works with with is_cfi=true, as of M146+.
# Remove the comment indicator if compatibility issues are found in the future.
# use_relative_vtables_abi = false
enable_vr = false
enable_arcore = false
enable_openxr = false
enable_cardboard = false
enable_remoting = false
enable_reporting = false
trichrome_certdigest = "c6adb8b83c6d4c17d292afde56fd488a51d316ff8f2c11c5410223bff8a7dbb3"
chrome_public_manifest_package = "app.vanadium.browser"
system_webview_package_name = "app.vanadium.webview"
trichrome_library_package = "app.vanadium.trichromelibrary"
config_apk_package = "app.vanadium.config"
config_apk_certdigest = "c6adb8b83c6d4c17d292afde56fd488a51d316ff8f2c11c5410223bff8a7dbb3"
config_apk_version_name = "163"
config_apk_version_code = "163"
config_apk_is_debug = false
# Explicitly disable static analysis as intended for official builds.
# See //build/config/android/config.gni line 90-92 as of M136
# Without this, autoninja unnecessarily prints warnings on some build environment.
android_static_analysis = "off"
# Siso aims be a drop-in replacement for Ninja, and to speed up Chromium builds.
# See https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/build/siso/README.md for more details.
use_siso = true
# Enables usage of wasm in jitless mode or interpreter mode via DrumBrake.
v8_enable_drumbrake = true
v8_drumbrake_bounds_checks = true