mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update win_ARM_args.gn
This commit is contained in:
parent
f89b9857e3
commit
9423f5148d
1 changed files with 11 additions and 2 deletions
|
@ -21,8 +21,12 @@ is_component_build = false
|
|||
symbol_level = 0
|
||||
optimize_webui = true
|
||||
enable_webui_tab_strip = true
|
||||
is_clang = true
|
||||
treat_warnings_as_errors = false
|
||||
# llvm_force_head_revision = true
|
||||
use_lld = true
|
||||
v8_symbol_level = 0
|
||||
v8_enable_fast_torque = true
|
||||
use_v8_context_snapshot = true
|
||||
enable_nacl = false
|
||||
blink_symbol_level = 0
|
||||
|
@ -44,24 +48,29 @@ use_webaudio_pffft = true
|
|||
# enable_dav1d_decoder = true
|
||||
enable_widevine = true
|
||||
bundle_widevine_cdm = false
|
||||
enable_widevine_cdm_component = true
|
||||
# enable_media_foundation_widevine_cdm = true
|
||||
enable_widevine_cdm_host_verification = false
|
||||
ignore_missing_widevine_signing_cert = true
|
||||
enable_media_drm_storage = true
|
||||
enable_media_overlay = true
|
||||
enable_hangout_services_extension = true
|
||||
rtc_use_h264 = true
|
||||
rtc_include_ilbc = true
|
||||
# rtc_enable_avx2 = true
|
||||
rtc_build_with_neon = true
|
||||
rtc_build_examples = false
|
||||
rtc_build_with_neon = false
|
||||
rtc_enable_avx2 = false
|
||||
enable_vr = true
|
||||
use_vr_assets_component = true
|
||||
enable_platform_hevc = true
|
||||
enable_hevc_parser_and_hw_decoder = true
|
||||
enable_platform_ac3_eac3_audio = true
|
||||
enable_platform_dolby_vision = true
|
||||
enable_platform_encrypted_dolby_vision = true
|
||||
enable_platform_mpeg_h_audio = true
|
||||
enable_platform_dts_audio = true
|
||||
enable_mse_mpeg2ts_stream_parser = true
|
||||
use_text_section_splitting = true
|
||||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
chrome_pgo_phase = 2
|
||||
|
|
Loading…
Reference in a new issue