blob: 7d9ba2cf59e480f31ddccd6c8a1be7ff14e0c15a [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_cc_library")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
# TODO(kjlubick) make this depend on //src/base after migrating all users
# of this off the legacy targets
skia_cc_library(
name = "skui",
srcs = ["//src/base:SkBitmaskEnum.h"],
hdrs = [
"InputState.h",
"Key.h",
"ModifierKey.h",
],
visibility = ["//:__subpackages__"],
)