зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
566 B
Python
23 строки
566 B
Python
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",
|
|
]),
|
|
)
|