Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: breakpad/BUILD.gn

Issue 1516533002: GN: Add symlink rules for dump_syms, symupload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 2 Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/symlink.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | build/symlink.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698