• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
2
3licenses(["notice"])
4
5exports_files_legacy()
6
7UTILS_FILES = [
8    "TestFontCollection.cpp",
9    "TestFontCollection.h",
10]
11
12split_srcs_and_hdrs(
13    name = "utils",
14    files = UTILS_FILES,
15)
16