| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 26eb1612d900badb4a2be51d2c55a33e469dacf2..8b3ab7afb6430940a862c39fa1554cd08621a7b0 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -679,14 +679,12 @@
|
| "//chrome/common:version_header",
|
| ]
|
|
|
| - if (is_component_build) {
|
| - ldflags = [
|
| - # The helper is in Chromium.app/Contents/Versions/X/Chromium Helper.app/Conents/MacOS/
|
| - # so set rpath up to the base.
|
| - "-rpath",
|
| - "@loader_path/../../../../../../..",
|
| - ]
|
| - }
|
| + ldflags = [
|
| + # The helper is in Chromium.app/Contents/Versions/X/Chromium Helper.app/Conents/MacOS/
|
| + # so set rpath up to the base.
|
| + "-rpath",
|
| + "@loader_path/../../../../../../..",
|
| + ]
|
|
|
| # Remove the default strip configuration (which strips all symbols) so that
|
| # a saves file can be specified.
|
|
|