skia2/modules/particles/BUILD.bazel
Kevin Lubick a803794df7 [canvaskit] Add more features to Bazel build
PS 1 adds particles to the build
PS 2+ ports many of the options from //modules/canvaskit/compile.sh

With this CL, all the CanvasKit tests pass with both the
debug and release build.

Change-Id: Id70f0c16a087109c56949417f940849f2e3b5200
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/504537
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-02-04 21:33:20 +00:00

13 lines
403 B
Python

cc_library(
name = "particles",
hdrs = ["//modules/particles/include:hdrs"],
visibility = ["//:__subpackages__"],
deps = [
"//modules/particles/src:SkParticleBinding_src",
"//modules/particles/src:SkParticleDrawable_src",
"//modules/particles/src:SkParticleEffect_src",
"//modules/particles/src:SkReflected_src",
"//modules/skresources",
],
)