Commit 94b68092 authored by Arnaud Mandy's avatar Arnaud Mandy Committed by Commit Bot

Add shape-detection mojom.js files to mojojs.zip

These files need to be accessible when running wpt
outside chromium environment.

see: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md#mojojs

This is the first step towards making these tests pass outside the Chromium CI

Bug: 1123993
Change-Id: I87eec58af6f1569d206c6f307365b1ba4690c359
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391229
Commit-Queue: Arnaud Mandy <arnaud.mandy@intel.com>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarMichael Moss <mmoss@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804692}
parent 4ee02a10
......@@ -335,16 +335,33 @@ FILES = [
'archive': 'mojojs.zip',
},
# MojoJS support data (Screen Enumeration):
# 'gen/ui/gfx/mojom/color_space.mojom.js' (see WebXR)
# 'gen/ui/gfx/mojom/buffer_types.mojom.js' (see WebXR)
# 'gen/ui/gfx/mojom/display_color_spaces.mojom.js' (see WebXR)
# 'gen/ui/gfx/geometry/mojom/geometry.mojom.js' (see WebXR)
# 'gen/ui/display/mojom/display.mojom.js' (see WebXR)
# 'gen/ui/gfx/mojom/color_space.mojom.js' (already included for WebXR)
# 'gen/ui/gfx/mojom/buffer_types.mojom.js' (already included for WebXR)
# 'gen/ui/gfx/mojom/display_color_spaces.mojom.js' (already included for WebXR)
# 'gen/ui/gfx/geometry/mojom/geometry.mojom.js' (already included for WebXR)
# 'gen/ui/display/mojom/display.mojom.js' (already included for WebXR)
{
'filename': 'gen/third_party/blink/public/mojom/screen_enumeration/screen_enumeration.mojom.js',
'buildtype': ['dev', 'official'],
'archive': 'mojojs.zip',
},
# MojoJS support data (Shape Detection)
# 'gen/ui/gfx/geometry/mojom/geometry.mojom.js' (already included for WebXR)
{
'filename': 'gen/skia/public/mojom/image_info.mojom.js',
'buildtype': ['dev', 'official'],
'archive': 'mojojs.zip',
},
{
'filename': 'gen/skia/public/mojom/bitmap.mojom.js',
'buildtype': ['dev', 'official'],
'archive': 'mojojs.zip',
},
{
'filename': 'gen/services/shape_detection/public/mojom/*.mojom.js',
'buildtype': ['dev', 'official'],
'archive': 'mojojs.zip',
},
# MojoJS support data (WebXR):
{
'filename': 'gen/gpu/ipc/common/mailbox*.mojom.js',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment