summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-04-17 10:23:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 17:24:10 +0000
commitfe4acac6ff5547d7674e6681c9b556528520fdf7 (patch)
tree899eb1e255dcd671a8227d732444d8901ce6e387 /breakpad
parent711f2fc883c05bb10466fb65fdaf9bc10c909b23 (diff)
downloadchromium_src-fe4acac6ff5547d7674e6681c9b556528520fdf7.zip
chromium_src-fe4acac6ff5547d7674e6681c9b556528520fdf7.tar.gz
chromium_src-fe4acac6ff5547d7674e6681c9b556528520fdf7.tar.bz2
Always build dump_syms with the 'host' toolchain
A recent change set linux_dump_symbols=1 on the trybots and was then reverted: https://codereview.chromium.org/1081103005 The causes the ARM/Linux builder to fail since it was attempting to run the target (ARM) dump_syms binary on x86. This change makes dump_syms a host binary so that it can run at build time. BUG=476781 TEST=linux_arm_compile trybot Review URL: https://codereview.chromium.org/1061473003 Cr-Commit-Position: refs/heads/master@{#325661}
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index de0faac..cc5187d 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -447,11 +447,7 @@
# GN version: //breakpad:dump_syms
'target_name': 'dump_syms',
'type': 'executable',
- 'conditions': [
- ['OS=="android"', {
- 'toolsets': [ 'host' ],
- }],
- ],
+ 'toolsets': ['host'],
# dwarf2reader.cc uses dynamic_cast. Because we don't typically
# don't support RTTI, we enable it for this single target. Since