1cb93a386Sopenharmony_ci# DO NOT EDIT: This is a generated file. 2cb93a386Sopenharmony_ci# See //bazel/exporter_tool/README.md for more information. 3cb93a386Sopenharmony_ci# 4cb93a386Sopenharmony_ci# The sources of truth are: 5cb93a386Sopenharmony_ci# //modules/skparagraph/include/BUILD.bazel 6cb93a386Sopenharmony_ci# //modules/skparagraph/src/BUILD.bazel 7cb93a386Sopenharmony_ci# //modules/skparagraph/tests/BUILD.bazel 8cb93a386Sopenharmony_ci# //modules/skparagraph/utils/BUILD.bazel 9cb93a386Sopenharmony_ci 10cb93a386Sopenharmony_ci# To update this file, run make -C bazel generate_gni 11cb93a386Sopenharmony_ci 12cb93a386Sopenharmony_ci_modules = get_path_info("../../modules", "abspath") 13cb93a386Sopenharmony_ci 14cb93a386Sopenharmony_ci# List generated by Bazel rules: 15cb93a386Sopenharmony_ci# //modules/skparagraph/include:hdrs 16cb93a386Sopenharmony_ci# //modules/skparagraph/utils:utils_hdrs 17cb93a386Sopenharmony_ciskparagraph_public = [ 18cb93a386Sopenharmony_ci "$_modules/skparagraph/include/DartTypes.h", 19cb93a386Sopenharmony_ci "$_modules/skparagraph/include/FontArguments.h", 20cb93a386Sopenharmony_ci "$_modules/skparagraph/include/FontCollection.h", 21cb93a386Sopenharmony_ci "$_modules/skparagraph/include/Metrics.h", 22cb93a386Sopenharmony_ci "$_modules/skparagraph/include/Paragraph.h", 23cb93a386Sopenharmony_ci "$_modules/skparagraph/include/ParagraphBuilder.h", 24cb93a386Sopenharmony_ci "$_modules/skparagraph/include/ParagraphCache.h", 25cb93a386Sopenharmony_ci "$_modules/skparagraph/include/ParagraphLineFetcher.h", 26cb93a386Sopenharmony_ci "$_modules/skparagraph/include/ParagraphPainter.h", 27cb93a386Sopenharmony_ci "$_modules/skparagraph/include/ParagraphStyle.h", 28cb93a386Sopenharmony_ci "$_modules/skparagraph/include/TextShadow.h", 29cb93a386Sopenharmony_ci "$_modules/skparagraph/include/TextStyle.h", 30cb93a386Sopenharmony_ci "$_modules/skparagraph/include/TypefaceFontProvider.h", 31cb93a386Sopenharmony_ci "$_modules/skparagraph/utils/TestFontCollection.h", 32cb93a386Sopenharmony_ci] 33cb93a386Sopenharmony_ci 34cb93a386Sopenharmony_ci# List generated by Bazel rules: 35cb93a386Sopenharmony_ci# //modules/skparagraph/src:srcs 36cb93a386Sopenharmony_ci# //modules/skparagraph/utils:utils_srcs 37cb93a386Sopenharmony_ciskparagraph_sources = [ 38cb93a386Sopenharmony_ci "$_modules/skparagraph/src/Decorations.cpp", 39cb93a386Sopenharmony_ci "$_modules/skparagraph/src/Decorations.h", 40cb93a386Sopenharmony_ci "$_modules/skparagraph/src/FontArguments.cpp", 41cb93a386Sopenharmony_ci "$_modules/skparagraph/src/FontCollection.cpp", 42cb93a386Sopenharmony_ci "$_modules/skparagraph/src/Iterators.h", 43cb93a386Sopenharmony_ci "$_modules/skparagraph/src/OneLineShaper.cpp", 44cb93a386Sopenharmony_ci "$_modules/skparagraph/src/OneLineShaper.h", 45cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphBuilderImpl.cpp", 46cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphBuilderImpl.h", 47cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphCache.cpp", 48cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphImpl.cpp", 49cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphImpl.h", 50cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphLineFetcherImpl.cpp", 51cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphLineFetcherImpl.h", 52cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphPainterImpl.cpp", 53cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphPainterImpl.h", 54cb93a386Sopenharmony_ci "$_modules/skparagraph/src/ParagraphStyle.cpp", 55cb93a386Sopenharmony_ci "$_modules/skparagraph/src/Run.cpp", 56cb93a386Sopenharmony_ci "$_modules/skparagraph/src/Run.h", 57cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextLine.cpp", 58cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextLine.h", 59cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextShadow.cpp", 60cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextStyle.cpp", 61cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextWrapper.cpp", 62cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TextWrapper.h", 63cb93a386Sopenharmony_ci "$_modules/skparagraph/src/TypefaceFontProvider.cpp", 64cb93a386Sopenharmony_ci "$_modules/skparagraph/utils/TestFontCollection.cpp", 65cb93a386Sopenharmony_ci] 66cb93a386Sopenharmony_ci 67cb93a386Sopenharmony_ci# List generated by Bazel rules: 68cb93a386Sopenharmony_ci# //modules/skparagraph/utils:utils_hdrs 69cb93a386Sopenharmony_ci# //modules/skparagraph/utils:utils_srcs 70cb93a386Sopenharmony_ciskparagraph_utils = [ 71cb93a386Sopenharmony_ci "$_modules/skparagraph/utils/TestFontCollection.cpp", 72cb93a386Sopenharmony_ci "$_modules/skparagraph/utils/TestFontCollection.h", 73cb93a386Sopenharmony_ci] 74cb93a386Sopenharmony_ci 75cb93a386Sopenharmony_ci# List generated by Bazel rules: 76cb93a386Sopenharmony_ci# //modules/skparagraph/tests:tests_hdrs 77cb93a386Sopenharmony_ci# //modules/skparagraph/tests:tests_srcs 78cb93a386Sopenharmony_ciskparagraph_tests = [ 79cb93a386Sopenharmony_ci "$_modules/skparagraph/tests/SkParagraphTest.cpp", 80cb93a386Sopenharmony_ci "$_modules/skparagraph/tests/SkShaperJSONWriter.cpp", 81cb93a386Sopenharmony_ci "$_modules/skparagraph/tests/SkShaperJSONWriter.h", 82cb93a386Sopenharmony_ci "$_modules/skparagraph/tests/SkShaperJSONWriterTest.cpp", 83cb93a386Sopenharmony_ci] 84