commit | 9f63ae8973e090de3d0b8d85df9df1df5af1de4a | [log] [tgz] |
---|---|---|
author | Junji Watanabe <jwata@google.com> | Tue May 20 07:17:20 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 07:17:20 2025 |
tree | f6304845dd6d16c4f9bc5f949289606dfd3193b2 | |
parent | 4c116a1680ca4da18c4bb3e343b2f05d906c0d19 [diff] |
webrtc: Migrate build scripts to use Siso See the change in webrtc repo. https://webrtc-review.googlesource.com/c/src/+/391480 This CL needs to be submitted with the WebRTC CL. Tests: > led get-builder "webrtc/try/ios_api_framework" | led edit-gerrit-cl https://webrtc-review.googlesource.com/c/src/+/391660 | led edit-recipe-bundle | led launch https://ci.chromium.org/b/8714830127491462977 > led get-builder "webrtc/try/android_arm_rel" | led edit-gerrit-cl https://webrtc-review.googlesource.com/c/src/+/391660 | led edit-recipe-bundle | led launch https://ci.chromium.org/b/8714837682654413169 Bug: b/412968361 Change-Id: Ifea1055754b1b8f8647e99829f511501d44a7704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6546855 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Junji Watanabe <jwata@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.