blob: 896df6b13fa7ecc068f1dc10a7d3de849d7b1aab [file] [log] [blame]
# Copyright 2019 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")
skparagraph_public = [
"$_include/ParagraphStyle.h",
"$_include/TextStyle.h",
"$_include/TextShadow.h",
"$_include/FontCollection.h",
"$_include/Paragraph.h",
"$_include/ParagraphBuilder.h",
"$_include/DartTypes.h",
]
skparagraph_sources = [
"$_src/FontCollection.cpp",
"$_src/FontIterator.h",
"$_src/FontIterator.cpp",
"$_src/TextLine.h",
"$_src/TextLine.cpp",
"$_src/ParagraphBuilderImpl.h",
"$_src/ParagraphBuilderImpl.cpp",
"$_src/ParagraphImpl.h",
"$_src/ParagraphImpl.cpp",
"$_src/ParagraphStyle.cpp",
"$_src/Run.h",
"$_src/Run.cpp",
"$_src/TextShadow.cpp",
"$_src/TextStyle.cpp",
"$_src/TextWrapper.h",
"$_src/TextWrapper.cpp",
"$_src/TypefaceFontProvider.h",
"$_src/TypefaceFontProvider.cpp",
]