Skip to content

Commit bc218c6

Browse files
nornagoncodebytere
authored andcommitted
fix: don't try to dump swiftshader symbols on mac (electron#19258)
1 parent bc93eed commit bc218c6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

BUILD.gn

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -746,24 +746,6 @@ if (is_mac) {
746746
]
747747
}
748748

749-
extract_symbols("swiftshader_egl_syms") {
750-
binary = "$root_out_dir/libswiftshader_libEGL.dylib"
751-
symbol_dir = "$root_out_dir/breakpad_symbols"
752-
dsym_file = "$root_out_dir/libswiftshader_libEGL.dylib.dSYM/Contents/Resources/DWARF/libswiftshader_libEGL.dylib"
753-
deps = [
754-
"//third_party/swiftshader/src/OpenGL/libEGL:swiftshader_libEGL",
755-
]
756-
}
757-
758-
extract_symbols("swiftshader_gles_syms") {
759-
binary = "$root_out_dir/libswiftshader_libGLESv2.dylib"
760-
symbol_dir = "$root_out_dir/breakpad_symbols"
761-
dsym_file = "$root_out_dir/libswiftshader_libGLESv2.dylib.dSYM/Contents/Resources/DWARF/libswiftshader_libGLESv2.dylib"
762-
deps = [
763-
"//third_party/swiftshader/src/OpenGL/libGLESv2:swiftshader_libGLESv2",
764-
]
765-
}
766-
767749
extract_symbols("crashpad_handler_syms") {
768750
binary = "$root_out_dir/crashpad_handler"
769751
symbol_dir = "$root_out_dir/breakpad_symbols"
@@ -779,8 +761,6 @@ if (is_mac) {
779761
":electron_app_syms",
780762
":electron_framework_syms",
781763
":electron_helper_syms",
782-
":swiftshader_egl_syms",
783-
":swiftshader_gles_syms",
784764
]
785765
}
786766
} else {

0 commit comments

Comments
 (0)