build: Remove GN arg is_cef_sandbox_build (see #3824)

This argument is no longer used after removing cef_sandbox patches.
This commit is contained in:
Marshall Greenblatt
2025-05-16 12:35:21 -04:00
parent 992b9d3435
commit 353b6fb138
5 changed files with 0 additions and 30 deletions

View File

@ -544,10 +544,6 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
# generally incompatible with default platform ld/link versions and
# shouldn't be distributed due to the external .o file dependencies.
'use_thin_archives': False,
# Enable base target customizations necessary for distribution of the
# cef_sandbox static library.
'is_cef_sandbox_build': True,
}
if not is_debug: