win: Disable use of Rust for JSON parsing with cef_sandbox

This commit is contained in:
Marshall Greenblatt
2024-11-15 14:23:15 -05:00
parent 89ab864065
commit f8b673a3ea
3 changed files with 114 additions and 4 deletions

View File

@@ -544,10 +544,6 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
# Enable base target customizations necessary for distribution of the
# cef_sandbox static library.
'is_cef_sandbox_build': True,
# Disable use of rust for JSON parsing. This avoids a dependency on
# rust libraries.
'enable_rust_json': False,
}
if platform == 'windows':