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

Unified Diff: breakpad/BUILD.gn

Issue 1866933002: breakpad: fix GN build files for microdump_stackwalk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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 | no next file » | 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 121385037f6ee2655be8eec84f76e34576d35de0..fd8b457c49753e1fb18e52a74507f3d6c75d06d2 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -217,10 +217,10 @@ if (!is_win) {
} else {
# Aliases for convenience.
binary_symlink("microdump_stackwalk") {
- binary_label = ":dump_syms($host_toolchain)"
+ binary_label = ":$target_name($host_toolchain)"
}
binary_symlink("minidump_stackwalk") {
- binary_label = ":dump_syms($host_toolchain)"
+ binary_label = ":$target_name($host_toolchain)"
}
binary_symlink("minidump_dump") {
binary_label = ":$target_name($host_toolchain)"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698