summaryrefslogtreecommitdiffstats
path: root/breakpad/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-11-11 19:33:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-12 03:34:02 +0000
commitfb22f5de3fe0bc038e38ce64573442bb41cfe21a (patch)
treed8b33a9b11d151bb5f62d531b0f8669345d956bb /breakpad/BUILD.gn
parenta7896fd62a2d4071f514f91a70dc8254b130476d (diff)
downloadchromium_src-fb22f5de3fe0bc038e38ce64573442bb41cfe21a.zip
chromium_src-fb22f5de3fe0bc038e38ce64573442bb41cfe21a.tar.gz
chromium_src-fb22f5de3fe0bc038e38ce64573442bb41cfe21a.tar.bz2
Make minidump_stackwalk link on GN Mac.
The _linux files were being excluded by default, but these are supposed to be included. BUG=542709 Review URL: https://codereview.chromium.org/1441493002 Cr-Commit-Position: refs/heads/master@{#359244}
Diffstat (limited to 'breakpad/BUILD.gn')
-rw-r--r--breakpad/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 808f1e9..233c597 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -53,6 +53,8 @@ config("sender_config") {
if (!is_win && current_toolchain == host_toolchain) {
# Contains the code shared by both {micro,mini}dump_stackwalk.
static_library("stackwalk_common") {
+ # Always want these files included regardless of platform.
+ set_sources_assignment_filter([])
sources = [
"src/processor/basic_code_module.h",
"src/processor/basic_code_modules.cc",