build: refactor Linux binary stripping to align with upstream (#48208)
This commit is contained in:
parent
af90ed022e
commit
a84b44a1ee
13 changed files with 245 additions and 263 deletions
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue