blob: bd0bce1f50326d38790c1bddaa8713201c8f5bcb [file] [log] [blame]
Brian Osman7c979f52019-02-12 13:27:51 -05001# 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
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("src", "abspath")
8
9skia_particle_sources = [
Brian Osman2aa85df2019-08-30 10:59:47 -040010 "$_src/SkParticleBinding.cpp",
Brian Osman543d2e22019-02-15 14:29:38 -050011 "$_src/SkParticleDrawable.cpp",
Brian Osman7c979f52019-02-12 13:27:51 -050012 "$_src/SkParticleEffect.cpp",
Brian Osman7c979f52019-02-12 13:27:51 -050013 "$_src/SkReflected.cpp",
14]