| Index: third_party/google_toolbox_for_mac/BUILD.gn
|
| diff --git a/third_party/google_toolbox_for_mac/BUILD.gn b/third_party/google_toolbox_for_mac/BUILD.gn
|
| index 49fa91ce2c710f79c5bc7ffd5804e3fe59577cd8..b0461d0acbcf96a2949c2177ef35bcb2016c2b89 100644
|
| --- a/third_party/google_toolbox_for_mac/BUILD.gn
|
| +++ b/third_party/google_toolbox_for_mac/BUILD.gn
|
| @@ -202,5 +202,6 @@ component("google_toolbox_for_mac") {
|
| # chrome binary doesn't end up with unnecessarily exported
|
| # symbols.
|
| configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
|
| + configs += [ "//build/config/gcc:symbol_visibility_default" ]
|
| }
|
| }
|
|
|