Commit 93285122 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Remove obsolete rpath for chrome_crashpad_handler.

Change-Id: I4ea0528aca1194bdd522e9c66d3ff67fe2660a20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991707
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#729768}
parent c895d86a
......@@ -236,14 +236,10 @@ if (is_mac || is_android) {
if (is_mac && is_component_build) {
ldflags = [
# The handler is in
# Chromium.app/Contents/Versions/X/Chromium Framework.framework/Versions/A/Helpers/
# so set rpath up to the base.
"-rpath",
"@loader_path/../../../../../../../..",
# The handler is also in
# Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/A/Helpers/
# or
# Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Versions/C/Helpers/
# so set the rpath for that too.
# so set rpath up to the base.
"-rpath",
"@loader_path/../../../../../../..",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment