1load("//bazel:skia_rules.bzl", "skia_filegroup") 2 3package( 4 default_applicable_licenses = ["//:license"], 5) 6 7licenses(["notice"]) 8 9skia_filegroup( 10 name = "srcs", 11 testonly = True, 12 srcs = [ 13 "Window_mac.h", 14 "Window_mac.mm", 15 "main_mac.mm", 16 ], 17 visibility = ["//tools/sk_app:__pkg__"], 18) 19