summaryrefslogtreecommitdiffstats
path: root/third_party/jpeg-xl/BUILD.bazel
blob: 0b81fc7b8ac5989ac2b15471a0f14a8aef739d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    ]),
)