Update args.gn
This commit is contained in:
parent
9da6fcca04
commit
4e8183a4ee
1 changed files with 8 additions and 0 deletions
8
args.gn
8
args.gn
|
@ -22,7 +22,12 @@ symbol_level = 0
|
|||
enable_nacl = false
|
||||
optimize_webui = true
|
||||
enable_webui_tab_strip = true
|
||||
is_clang = true
|
||||
treat_warnings_as_errors = false
|
||||
# llvm_force_head_revision = true
|
||||
use_lld = true
|
||||
use_icf = true
|
||||
is_cfi = true
|
||||
v8_symbol_level = 0
|
||||
v8_enable_fast_torque = true
|
||||
use_v8_context_snapshot = true
|
||||
|
@ -48,6 +53,8 @@ use_vaapi = true
|
|||
enable_library_cdms = true
|
||||
enable_widevine = true
|
||||
bundle_widevine_cdm = false
|
||||
enable_widevine_cdm_component = true
|
||||
enable_widevine_cdm_host_verification = false
|
||||
ignore_missing_widevine_signing_cert = true
|
||||
enable_media_drm_storage = true
|
||||
# enable_media_overlay = true
|
||||
|
@ -68,6 +75,7 @@ enable_platform_mpeg_h_audio = true
|
|||
enable_platform_dts_audio = true
|
||||
enable_passthrough_audio_codecs = 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