diff options
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index e12129153f..c5c2796f9c 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -338,6 +338,8 @@ component("skia") { sources -= [ "//third_party/skia/src/ports/SkFontHost_FreeType.cpp", "//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp", + "//third_party/skia/src/ports/SkFontMgr_custom.cpp", + "//third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp", ] } |