build: refactor Linux binary stripping to align with upstream (#48197)

build: refactor Linux binary stripping to align with upstream (#47932)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
trop[bot] 2025-08-28 10:51:07 -07:00 committed by GitHub
commit 9eede35fc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 245 additions and 263 deletions

View file

@ -207,14 +207,3 @@ def get_depot_tools_executable(name):
if sys.platform == 'win32':
path += '.bat'
return path
def get_linux_binaries():
return [
'chrome-sandbox',
'chrome_crashpad_handler',
get_electron_branding()['project_name'],
'libEGL.so',
'libGLESv2.so',
'libffmpeg.so',
'libvk_swiftshader.so',
]