Do not build breakpad tool on target when cross-compiling for iOS
The "microdump_stackwalk", "minidump_stackwalk", and "minidump_dump" tools are not expected to be run on the device, so only build them for "host" toolset not "target" when targetting iOS. When building for other targets build the tools both for "host" and "target" to fix compilation of ChromeOS build in `cros chrome-sdk` shells. BUG=459035 TBR=mark Review URL: https://codereview.chromium.org/938763004 Cr-Commit-Position: refs/heads/master@{#316879}
Showing
Please register or sign in to comment