[libcamera-devel] [PATCH v2 2/2] utils: ipc: Update mojo

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue May 25 12:13:02 CEST 2021


Hi Paul,

Thank you for the patch.

On Tue, May 25, 2021 at 07:07:50PM +0900, Paul Elder wrote:
> Update mojo from the Chromium repository. The commit from which this was
> taken is:
> 6dd20682b77604585026b47b81171ff68167c5fd "[devtools] Migrate Attribution
> Reporting Issues to new API"
> 
> The update-mojo.sh script was used for this update.

Assuming this passes CTS,

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
>  utils/ipc/mojo/README                         |   4 +
>  utils/ipc/mojo/public/tools/BUILD.gn          |   8 +-
>  utils/ipc/mojo/public/tools/bindings/BUILD.gn |   9 +-
>  .../ipc/mojo/public/tools/bindings/README.md  | 187 +++++--
>  .../tools/bindings/gen_data_files_list.py     |   8 +-
>  .../tools/bindings/generate_type_mappings.py  |  60 +-
>  .../ipc/mojo/public/tools/bindings/mojom.gni  | 526 +++++++++++-------
>  utils/ipc/mojo/public/tools/mojom/README.md   |   2 +-
>  .../mojom/check_stable_mojom_compatibility.py |   3 +-
>  .../mojo/public/tools/mojom/mojom/BUILD.gn    |   1 -
>  .../tools/mojom/mojom/generate/generator.py   |  14 +-
>  .../tools/mojom/mojom/generate/module.py      | 163 +++++-
>  .../mojom/mojom/generate/template_expander.py |  11 +-
>  .../tools/mojom/mojom/generate/translate.py   |  26 +-
>  .../mojo/public/tools/mojom/mojom_parser.py   | 210 +++++--
>  .../mojom/version_compatibility_unittest.py   |  46 +-
>  utils/ipc/tools/README                        |   4 +
>  17 files changed, 852 insertions(+), 430 deletions(-)
>  create mode 100644 utils/ipc/mojo/README
>  create mode 100644 utils/ipc/tools/README

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list