1load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs") 2 3licenses(["notice"]) 4 5exports_files_legacy() 6 7# Not yet included in a Bazel build. 8# File group is here for exporting to utils.gni:skia_utils_sources. 9MAC_FILES = [ 10 "SkCGBase.h", 11 "SkCGGeometry.h", 12 "SkCTFont.cpp", 13 "SkCTFont.h", 14 "SkCreateCGImageRef.cpp", 15 "SkUniqueCFRef.h", 16] 17 18split_srcs_and_hdrs( 19 name = "core", 20 files = MAC_FILES, 21) 22