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>
64 files changed
tree: 4cfa2796f70ca1978de6e15c10d66f5aa17e7f91
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
README.md

Recipes

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.

Style

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.