diff options
author | weili <weili@chromium.org> | 2016-06-22 07:24:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-22 07:24:20 -0700 |
commit | ca0bc7deead753698af70dced5e619176e37c65a (patch) | |
tree | 8dacca2fc11e09bda7b09a9894daabcd36e8e5ea /skia | |
parent | 29ce9238c6a05abb1de5e4175c97e4fcadd5640f (diff) | |
download | pdfium-ca0bc7deead753698af70dced5e619176e37c65a.tar.xz |
Fix Skia GN build on Mac
The build has been broken. This should make it compilable.
Review-Url: https://codereview.chromium.org/2075343002
Diffstat (limited to 'skia')
-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", ] } |