diff options
Diffstat (limited to 'third_party/jpeg-xl/BUILD.bazel')
-rw-r--r-- | third_party/jpeg-xl/BUILD.bazel | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/jpeg-xl/BUILD.bazel b/third_party/jpeg-xl/BUILD.bazel new file mode 100644 index 0000000000..0b81fc7b8a --- /dev/null +++ b/third_party/jpeg-xl/BUILD.bazel @@ -0,0 +1,22 @@ +package(default_visibility = ["//:__subpackages__"]) + +filegroup( + name = "testdata", + srcs = glob([ + "testdata/**/*.icc", + "testdata/**/*.pam", + "testdata/**/*.pfm", + "testdata/**/*.pgm", + "testdata/**/*.pnm", + "testdata/**/*.ppm", + "testdata/**/*.png", + "testdata/**/*.jpg", + "testdata/**/*.jxl", + "testdata/**/*.gif", + "testdata/**/*.y4m", + "testdata/**/*.jxl", + "testdata/**/*.png", + "testdata/**/*.jpg", + "testdata/position_encoding/*.txt", + ]), +) |