mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
3702f10ee9
Differential Revision: https://phabricator.services.mozilla.com/D168927
22 lines
537 B
Python
22 lines
537 B
Python
package(default_visibility = ["//:__subpackages__"])
|
|
|
|
filegroup(
|
|
name = "testdata",
|
|
srcs = glob([
|
|
"testdata/**/*.icc",
|
|
"testdata/**/*.pam",
|
|
"testdata/**/*.pfm",
|
|
"testdata/**/*.pgm",
|
|
"testdata/**/*.ppm",
|
|
"testdata/**/*.png",
|
|
"testdata/**/*.jpg",
|
|
"testdata/**/*.jxl",
|
|
"testdata/**/*.gif",
|
|
"testdata/**/*.y4m",
|
|
"testdata/**/*.jxl",
|
|
"testdata/**/*.png",
|
|
"testdata/**/*.jpg",
|
|
"testdata/position_encoding/*.txt",
|
|
]),
|
|
)
|