1load("//bazel:skia_rules.bzl", "skia_filegroup") 2 3package( 4 default_applicable_licenses = ["//:license"], 5) 6 7licenses(["notice"]) 8 9skia_filegroup( 10 name = "core_hdrs", 11 srcs = [ 12 "FactoryHelpers.h", 13 ], 14 visibility = [ 15 "//modules/skshaper:__pkg__", 16 "//modules/skshaper/include:__pkg__", 17 ], 18) 19