Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 1 | # Copyright 2019 Google Inc. |
| 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 | _include = get_path_info("include", "abspath") |
| 9 | |
| 10 | skia_shaper_public = [ "$_include/SkShaper.h" ] |
| 11 | |
Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 12 | skia_shaper_primitive_sources = [ |
| 13 | "$_src/SkShaper.cpp", |
| 14 | "$_src/SkShaper_primitive.cpp", |
| 15 | ] |
Ben Wagner | b059194 | 2019-02-15 14:46:18 -0500 | [diff] [blame] | 16 | skia_shaper_harfbuzz_sources = [ "$_src/SkShaper_harfbuzz.cpp" ] |