mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user