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

Unified Diff: breakpad/breakpad.gyp

Issue 1061473003: Always build dump_syms with the 'host' toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arm_try_by_default
Patch Set: Created 5 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 | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 9c503dfa660723065dd965741910c0fe1b9f7168..b869987e052d671ed81e647127ea16e8a31cdeb6 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -445,11 +445,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
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698