7856eb88ed
First try, all tests work. Change-Id: Ifb1b102b3fc45d714d706e9c123d3ca0aeafd600 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/415156 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Julia Lavrova <jlavrova@google.com>
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
# Copyright 2021 Google LLC.
|
|
|
|
# Things are easiest for everyone if these source paths are absolute.
|
|
_src = get_path_info("src", "abspath")
|
|
_include = get_path_info("include", "abspath")
|
|
|
|
sktext_public = [
|
|
"$_include/Text.h",
|
|
"$_include/Types.h",
|
|
]
|
|
|
|
sktext_sources = [
|
|
"$_src/Line.cpp",
|
|
"$_src/Paint.cpp",
|
|
"$_src/Text.cpp",
|
|
"$_src/TextRun.cpp",
|
|
]
|