File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments