commit | 8bbfddf39ac5bed3f3c9bc80bd58e288c334e0bb | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <kubo@igalia.com> | Fri Apr 11 09:43:10 2025 |
committer | Crashpad LUCI CQ <crashpad-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 14 22:08:48 2025 |
tree | 70f96f5cebe61e94db05ebeb555df53300b6d437 | |
parent | aed4e5d82c7082635a09bcc999760489e573b406 [diff] |
run_tests.py: Add support for tvOS We need to differentiate between iOS and tvOS builds in order to pass the right environment variables to xcodebuild. We do this by generalizing _BinaryDirTargetOS() for any variable in args.gn and reading `target_platform`'s value to determine the kind of build we have. While here, remove the linux-android-specific target_os detection workaround, which has not been necessary since https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3034984 Bug: 405140658 Change-Id: I7cc5ad2a60ce077d38a0f4d60c68b45e21f47e0c Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6421724 Reviewed-by: Justin Cohen <justincohen@chromium.org> Commit-Queue: Raphael Kubo da Costa <kubo@igalia.com>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.