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

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: 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/config/symlink.gni » ('j') | build/config/symlink.gni » ('J')
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..fc82660bdf43e92cdc4334f2a24e2f837dce6d87 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/config/symlink.gni")
import("//testing/test.gni")
if (is_android) {
@@ -472,6 +473,12 @@ if (is_linux || is_android) {
"//build/config/sanitizers:deps",
]
}
+ } else {
+ # Aliases for convenience.
+ host_symlink("dump_syms") {
+ }
+ host_symlink("symupload") {
+ }
}
static_library("client") {
« no previous file with comments | « no previous file | build/config/symlink.gni » ('j') | build/config/symlink.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698