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

@@ -5,13 +5,6 @@
declare_args() {
enable_cef = true
# Enables base target customizations necessary for distribution of the
# cef_sandbox static library. This value will be set via gn_args.py for the
# official sandbox build configurations only. DO NOT SET THIS VALUE MANUALLY
# FOR OTHER CHROMIUM/CEF BUILD CONFIGURATIONS AS ITS USE MAY HAVE SIGNIFICANT
# PERFORMANCE AND/OR SECURITY IMPLICATIONS.
is_cef_sandbox_build = false
# Optionally configure the CEF API version. This impacts wrapper-side only.
cef_api_version = ""
}