| Index: breakpad/BUILD.gn
|
| diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
|
| index 9dabd8176baf7dcd5522fe64158b2407005e1341..be2fe55349fec2b1d89d20413aac76a9b24b7c35 100644
|
| --- a/breakpad/BUILD.gn
|
| +++ b/breakpad/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/symlink.gni")
|
| import("//testing/test.gni")
|
|
|
| if (is_android) {
|
| @@ -472,6 +473,14 @@ if (is_linux || is_android) {
|
| "//build/config/sanitizers:deps",
|
| ]
|
| }
|
| + } else {
|
| + # Aliases for convenience.
|
| + binary_symlink("dump_syms") {
|
| + binary_label = ":dump_syms($host_toolchain)"
|
| + }
|
| + binary_symlink("symupload") {
|
| + binary_label = ":symupload($host_toolchain)"
|
| + }
|
| }
|
|
|
| static_library("client") {
|
|
|