• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:macros.bzl", "generated_cc_atom")
2
3generated_cc_atom(
4    name = "AudioLayer_src",
5    srcs = ["AudioLayer.cpp"],
6    visibility = ["//:__subpackages__"],
7    deps = [
8        "//modules/skottie/include:Skottie_hdr",
9        "//tests:Test_hdr",
10    ],
11)
12
13generated_cc_atom(
14    name = "Expression_src",
15    srcs = ["Expression.cpp"],
16    visibility = ["//:__subpackages__"],
17    deps = [
18        "//modules/skottie/include:SkottieProperty_hdr",
19        "//modules/skottie/include:Skottie_hdr",
20        "//tests:Test_hdr",
21    ],
22)
23
24generated_cc_atom(
25    name = "Image_src",
26    srcs = ["Image.cpp"],
27    visibility = ["//:__subpackages__"],
28    deps = [
29        "//include/core:SkSurface_hdr",
30        "//modules/skottie/include:Skottie_hdr",
31        "//tests:Test_hdr",
32    ],
33)
34
35generated_cc_atom(
36    name = "Keyframe_src",
37    srcs = ["Keyframe.cpp"],
38    visibility = ["//:__subpackages__"],
39    deps = [
40        "//modules/skottie/include:ExternalLayer_hdr",
41        "//modules/skottie/src:SkottiePriv_hdr",
42        "//modules/skottie/src:SkottieValue_hdr",
43        "//modules/skottie/src/animator:Animator_hdr",
44        "//src/utils:SkJSON_hdr",
45        "//tests:Test_hdr",
46    ],
47)
48
49generated_cc_atom(
50    name = "Text_src",
51    srcs = ["Text.cpp"],
52    visibility = ["//:__subpackages__"],
53    deps = [
54        "//include/core:SkFontMgr_hdr",
55        "//include/core:SkFontStyle_hdr",
56        "//modules/skottie/include:SkottieProperty_hdr",
57        "//modules/skottie/include:Skottie_hdr",
58        "//tests:Test_hdr",
59        "//tools:ToolUtils_hdr",
60    ],
61)
62