Add builders for brotli

This CL adds dedicated builders for experimental BrotliDecode filter
support in PDFium. These builders will be used to validate
Brotli-related changes while BrotliDecode support is being finalized
ahead of PDF 2.0, after which all bots will be updated accordingly.

Bug: 475855993
Change-Id: I03b6202dfd71b7addfde2489962ab5783c57bb81
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/149210
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
7 files changed
tree: 09b083d3f2e5d77421f47fe0b54c5f5685956d8f
  1. generated/
  2. template/
  3. codereview.settings
  4. main.star
  5. PRESUBMIT.py
  6. README.md
README.md

Config

This directory contains configuration files for chrome-infrastructure services.

For the most part, the actual configs consumed by LUCI live under generated/. Those files are generated by executing the .star files at the root of the repository. Don't edit the generated files directly if the configs need to be changed. Instead, edit the Starlark file and execute it to regenerate the files in generated/ directory.

To manually execute the Starlark code, you will need to have lucicfg in your PATH, and run:

lucicfg generate main.star

Or you can execute the .star file directly:

./main.star

References