15 lines
407 B
Python
15 lines
407 B
Python
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
generated_cc_atom(
|
|
name = "FuzzSkottieJSON_src",
|
|
srcs = ["FuzzSkottieJSON.cpp"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//include/core:SkData_hdr",
|
|
"//include/core:SkStream_hdr",
|
|
"//modules/skottie/include:Skottie_hdr",
|
|
"//src/core:SkFontMgrPriv_hdr",
|
|
"//tools/fonts:TestFontMgr_hdr",
|
|
],
|
|
)
|