Correct FontArguments.h location in build file.

Change-Id: Ia12c07752a9d31dfbf846f2cd2bb63d47532d6f1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/526677
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Ben Wagner <bungeman@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Ben Wagner 2022-04-01 13:43:08 -04:00
parent 30a50f3df5
commit b198752832

View File

@ -9,6 +9,7 @@ skparagraph_public = [
"$_include/ParagraphStyle.h",
"$_include/TextStyle.h",
"$_include/TextShadow.h",
"$_include/FontArguments.h",
"$_include/FontCollection.h",
"$_include/Paragraph.h",
"$_include/ParagraphBuilder.h",
@ -22,7 +23,6 @@ skparagraph_sources = [
"$_src/Decorations.cpp",
"$_src/Decorations.h",
"$_src/FontArguments.cpp",
"$_src/FontArguments.h",
"$_src/FontCollection.cpp",
"$_src/Iterators.h",
"$_src/OneLineShaper.cpp",