1load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs") 2 3licenses(["notice"]) 4 5exports_files_legacy() 6 7TESTS_FILES = [ 8 "SkParagraphTest.cpp", 9 "SkShaperJSONWriter.cpp", 10 "SkShaperJSONWriter.h", 11 "SkShaperJSONWriterTest.cpp", 12] 13 14split_srcs_and_hdrs( 15 name = "tests", 16 files = TESTS_FILES, 17) 18