From 43b8b36b20ae00e2d78421c4cda1f3f922983a20 Mon Sep 17 00:00:00 2001 From: bungeman Date: Mon, 20 Oct 2014 12:33:59 -0700 Subject: Replace SkTypeface::Style with SkFontStyle. Review URL: https://codereview.chromium.org/488143002 --- gyp/core.gypi | 1 + gyp/ports.gyp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp') diff --git a/gyp/core.gypi b/gyp/core.gypi index 5e811163fe..4f9379f42b 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -248,6 +248,7 @@ '<(skia_include_path)/core/SkFloatBits.h', '<(skia_include_path)/core/SkFloatingPoint.h', '<(skia_include_path)/core/SkFontHost.h', + '<(skia_include_path)/core/SkFontStyle.h', '<(skia_include_path)/core/SkGraphics.h', '<(skia_include_path)/core/SkImage.h', '<(skia_include_path)/core/SkImageDecoder.h', diff --git a/gyp/ports.gyp b/gyp/ports.gyp index 268f6fd4d9..78d59dfe03 100644 --- a/gyp/ports.gyp +++ b/gyp/ports.gyp @@ -60,7 +60,6 @@ '../include/ports/SkFontConfigInterface.h', '../include/ports/SkFontMgr.h', '../include/ports/SkFontMgr_indirect.h', - '../include/ports/SkFontStyle.h', '../include/ports/SkRemotableFontMgr.h', ], 'conditions': [ -- cgit v1.2.3