blob: f91dc7d61660383f490cf72797ff41bf323c5192 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "srcs",
testonly = True,
srcs = [
"Window_unix.cpp",
"Window_unix.h",
"keysym2ucs.c",
"keysym2ucs.h",
"main_unix.cpp",
],
visibility = ["//tools/sk_app:__pkg__"],
)