blob: a96eec08d4d252a0b9588700304ec43af9da3e1e [file] [log] [blame]
Kevin Lubicke94b52c2022-02-04 10:05:29 -05001load("//bazel:macros.bzl", "generated_cc_atom")
2
3generated_cc_atom(
4 name = "SampleSVGPong_src",
5 srcs = ["SampleSVGPong.cpp"],
6 visibility = ["//:__subpackages__"],
7 deps = [
8 "//include/core:SkCanvas_hdr",
9 "//include/core:SkPathBuilder_hdr",
10 "//include/core:SkRRect_hdr",
11 "//include/private:SkTPin_hdr",
12 "//include/utils:SkRandom_hdr",
13 "//modules/sksg/include:SkSGDraw_hdr",
14 "//modules/sksg/include:SkSGGroup_hdr",
15 "//modules/sksg/include:SkSGInvalidationController_hdr",
16 "//modules/sksg/include:SkSGPaint_hdr",
17 "//modules/sksg/include:SkSGPath_hdr",
18 "//modules/sksg/include:SkSGRect_hdr",
19 "//modules/sksg/include:SkSGScene_hdr",
20 "//modules/sksg/include:SkSGTransform_hdr",
21 "//samplecode:Sample_hdr",
22 "//tools/timer:TimeUtils_hdr",
23 ],
24)