Update to Chromium version 84.0.4147.0 (#768962)

This commit is contained in:
Alexander Guettler
2020-06-09 13:48:00 -04:00
committed by Marshall Greenblatt
parent 640cd0f411
commit 790d248111
112 changed files with 756 additions and 713 deletions

View File

@ -207,8 +207,14 @@ def GetRecommendedDefaultArgs():
# distribution.
'is_component_build': False,
# Don't enforce component builds in debug mode
# Don't enforce component builds in debug mode.
'forbid_non_component_debug_builds': False,
# Specify the current PGO phase. Default is 0 (turned off) for normal
# builds and 2 (used during the optimization phase) for official Windows
# and macOS builds. Currently turned off for CEF because it requires
# additional setup and is not yet tested. See issue #2956.
'chrome_pgo_phase': 0,
}
if platform == 'linux':