Remove cef_sandbox dependency on boringssl MD5/SHA1 functions (fixes issue #2743)

This commit is contained in:
Marshall Greenblatt
2019-10-01 14:30:07 +03:00
parent 52c24ed061
commit 729b3f0a8f
5 changed files with 57 additions and 0 deletions

View File

@ -445,6 +445,10 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
# Avoid /LTCG linker warnings and generate smaller lib files.
'is_official_build': False,
# Enable base target customizations necessary for distribution of the
# cef_sandbox static library.
'is_cef_sandbox_build': True,
}
if is_debug: