From ca0bc7deead753698af70dced5e619176e37c65a Mon Sep 17 00:00:00 2001 From: weili Date: Wed, 22 Jun 2016 07:24:20 -0700 Subject: Fix Skia GN build on Mac The build has been broken. This should make it compilable. Review-Url: https://codereview.chromium.org/2075343002 --- skia/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skia') 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", ] } -- cgit v1.2.3