Skip to content

Commit

Permalink
Update args.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Nov 23, 2021
1 parent ec1caee commit 63bdd2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enable_precompiled_headers = false
media_use_ffmpeg = true
media_use_libvpx = true
enable_hls_sample_aes = true
enable_ink = true
enable_ink = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"
enable_ffmpeg_video_decoders = true
Expand All @@ -36,6 +36,7 @@ enable_media_drm_storage = true
enable_media_overlay = true
enable_hangout_services_extension = true
rtc_use_h264 = true
rtc_include_ilbc = true
enable_vr = true
enable_platform_hevc = true
enable_platform_hevc_decoding = true
Expand All @@ -47,4 +48,4 @@ enable_platform_encrypted_hevc = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win64-main-1635865000-657d70dc5f61c60c2acbb5bad364d8aa0e0730ba.profdata"
pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\*.profdata"

0 comments on commit 63bdd2d

Please sign in to comment.