win: Enable Rust dependencies for x86 builds (see #3553)

This commit is contained in:
Marshall Greenblatt 2023-08-16 18:38:42 -04:00
parent a4b27a7248
commit 445da33efe
1 changed files with 0 additions and 5 deletions

View File

@ -466,11 +466,6 @@ def GetConfigArgs(args, is_debug, cpu):
"""
add_args = {}
if platform == 'windows' and cpu == 'x86':
# Disable Rust dependencies for Windows x86 builds due to
# https://crbug.com/1465165.
add_args['enable_rust'] = False
# Cannot create is_official_build=true is_debug=true builds.
# This restriction is enforced in //build/config/BUILDCONFIG.gn.
# Instead, our "official Debug" build is a Release build with dchecks and