aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni2
-rw-r--r--gn/tests.gni1
2 files changed, 3 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 123c6aa022..99da62fe4a 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -153,6 +153,8 @@ skia_core_sources = [
"$_src/core/SkGlyph.cpp",
"$_src/core/SkGlyphCache.cpp",
"$_src/core/SkGlyphCache.h",
+ "$_src/core/SkGlyphRun.cpp",
+ "$_src/core/SkGlyphRun.h",
"$_src/core/SkGpuBlurUtils.h",
"$_src/core/SkGpuBlurUtils.cpp",
"$_src/core/SkGraphics.cpp",
diff --git a/gn/tests.gni b/gn/tests.gni
index 2b187c4ad5..a2f52c9ab3 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -85,6 +85,7 @@ tests_sources = [
"$_tests/GeometryTest.cpp",
"$_tests/GifTest.cpp",
"$_tests/GLProgramsTest.cpp",
+ "$_tests/GlyphRunTest.cpp",
"$_tests/GpuDrawPathTest.cpp",
"$_tests/GpuLayerCacheTest.cpp",
"$_tests/GpuRectanizerTest.cpp",