22 lines
723 B
Python
22 lines
723 B
Python
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
generated_cc_atom(
|
|
name = "SGTest_src",
|
|
srcs = ["SGTest.cpp"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//include/core:SkRect_hdr",
|
|
"//include/core:SkTypes_hdr",
|
|
"//include/private:SkTo_hdr",
|
|
"//modules/sksg/include:SkSGDraw_hdr",
|
|
"//modules/sksg/include:SkSGGroup_hdr",
|
|
"//modules/sksg/include:SkSGInvalidationController_hdr",
|
|
"//modules/sksg/include:SkSGPaint_hdr",
|
|
"//modules/sksg/include:SkSGRect_hdr",
|
|
"//modules/sksg/include:SkSGRenderEffect_hdr",
|
|
"//modules/sksg/include:SkSGTransform_hdr",
|
|
"//src/core:SkRectPriv_hdr",
|
|
"//tests:Test_hdr",
|
|
],
|
|
)
|