particles.gni 421 B

123456789101112131415
  1. # Copyright 2019 Google LLC
  2. #
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. # Things are easiest for everyone if these source paths are absolute.
  6. _src = get_path_info("src", "abspath")
  7. skia_particle_sources = [
  8. "$_src/SkCurve.cpp",
  9. "$_src/SkParticleAffector.cpp",
  10. "$_src/SkParticleDrawable.cpp",
  11. "$_src/SkParticleEffect.cpp",
  12. "$_src/SkReflected.cpp",
  13. ]