commit | 7316166d82d818906b5aebfcb2fac0c4165bb6a2 | [log] [tgz] |
---|---|---|
author | Junji Watanabe <jwata@google.com> | Thu May 29 02:26:03 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 02:26:03 2025 |
tree | 4cfa2796f70ca1978de6e15c10d66f5aa17e7f91 | |
parent | 6748aeccf49d5c4de5a9abb4d3ef841f3e09144e [diff] |
Revert "pdfium: Migrate PDFium recipe from Ninja to Siso" This reverts commit d86f2d0292f9ec007115439359d5da35b1924ae2. Reason for revert: builds are taking too long. suspect remote execution isn't enabled. Bug: 420355454 Original change's description: > pdfium: Migrate PDFium recipe from Ninja to Siso > > This CL switches from Ninja to Siso to build PDFium to be aligned with > Chromium. > Note that this CL sets `use_remoteexec=true` GN arg unconditionally > since all existing PDFium builders use RBE now. > > This CL requires $build/siso properties, which are added by > https://pdfium-review.googlesource.com/c/pdfium/+/132410. > > Bug: 420355454 > Change-Id: Ie3e2c3c0db2db0e83f8330fd70837c4e7744f6ae > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6578999 > Commit-Queue: Junji Watanabe <jwata@google.com> > Reviewed-by: Lei Zhang <thestig@chromium.org> Bug: 420355454 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I79d989e90ad80f12b27a70d54e90bc02c428b3d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6600249 Auto-Submit: Junji Watanabe <jwata@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
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.