| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index d6f5cf85cb6c50e0468d02c5d5f7b8e10019e40a..762051b694a2ed1da4f3fca043bf76ba4a830798 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -192,14 +192,6 @@ shared_library("chrome_shell") {
|
| deps = [
|
| ":chrome_shell_base",
|
| ]
|
| -
|
| - # GYP: via base/files/protect_file_posix.gypi
|
| - # TODO(pasko): Remove this non-trivial linker wrapping as soon as
|
| - # crbug.com/424562 is fixed.
|
| - if (!is_component_build) {
|
| - ldflags = [ "-Wl,--wrap=close" ]
|
| - deps += [ "//base:protect_file_posix" ]
|
| - }
|
| }
|
|
|
| # GYP: //chrome/chrome_shell.gypi:libchromesyncshell
|
|
|