forked from GrapheneOS/Vanadium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
args.gn
39 lines (31 loc) · 1.11 KB
/
args.gn
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
target_os = "android"
# change to x64 for x86_64 targets
target_cpu = "arm64"
android_channel = "stable"
android_default_version_name = "104.0.5112.97"
android_default_version_code = "511209700"
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 1
disable_fieldtrial_testing_config = true
dfmify_dev_ui = false
disable_autofill_assistant_dfm = true
disable_tab_ui_dfm = true
# enable patented codecs
ffmpeg_branding = "Chrome"
proprietary_codecs = true
is_cfi = true
use_cfi_cast = true
enable_gvr_services = false
enable_remoting = false
enable_reporting = false
trichrome_certdigest = "c6adb8b83c6d4c17d292afde56fd488a51d316ff8f2c11c5410223bff8a7dbb3"
# migrating browser package name is desired but is difficult without losing user data
#
# the original-package feature is supposed to provide migration, but it isn't
# complete enough to handle this for Chromium
chrome_public_manifest_package = "org.chromium.chrome"
#chrome_public_manifest_package = "app.vanadium.browser"
system_webview_package_name = "app.vanadium.webview"
trichrome_library_package = "app.vanadium.trichromelibrary"