We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65cac6 commit b17cb62Copy full SHA for b17cb62
BUILD.gn
@@ -757,6 +757,12 @@ if (is_mac) {
757
outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
758
759
public_deps = [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
760
+
761
+ if (is_asan) {
762
+ # crashpad_handler requires the ASan runtime at its @executable_path.
763
+ sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
764
+ public_deps += [ "//build/config/sanitizers:copy_asan_runtime" ]
765
+ }
766
}
767
768
mac_framework_bundle("electron_framework") {
0 commit comments