diff options
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 33842278f9..723e872b0d 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -205,6 +205,7 @@ component("skia") { #pdfium "//third_party/skia/src/ports/SkDiscardableMemory_none.cpp", "//third_party/skia/src/ports/SkFontMgr_custom.cpp", + "//third_party/skia/src/ports/SkFontMgr_custom_empty.cpp", "//third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp", "//third_party/skia/src/ports/SkMemory_malloc.cpp", ] |