diff options
author | bungeman <bungeman@google.com> | 2016-05-10 14:32:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-10 14:32:07 -0700 |
commit | f077324e1317fe2825c8a7969bf159b4efed2ba5 (patch) | |
tree | 1fc961c194f7e8556dae046d7dd305cc6908e5b6 /gyp | |
parent | fd0b33dee682ac7def48c414533561dff4336d2b (diff) |
Remove SkFontHost.h.
What is left of this file is now in SkFontLCDConfig.h.
Review-Url: https://codereview.chromium.org/1945883002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index 946aa33066..0face28599 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -126,7 +126,7 @@ '<(skia_src_path)/core/SkFlattenableSerialization.cpp', '<(skia_src_path)/core/SkFloatBits.cpp', '<(skia_src_path)/core/SkFont.cpp', - '<(skia_src_path)/core/SkFontHost.cpp', + '<(skia_src_path)/core/SkFontLCDConfig.cpp', '<(skia_src_path)/core/SkFontMgr.cpp', '<(skia_src_path)/core/SkFontStyle.cpp', '<(skia_src_path)/core/SkFontDescriptor.cpp', @@ -363,7 +363,7 @@ '<(skia_include_path)/core/SkError.h', '<(skia_include_path)/core/SkFlattenable.h', '<(skia_include_path)/core/SkFlattenableSerialization.h', - '<(skia_include_path)/core/SkFontHost.h', + '<(skia_include_path)/core/SkFontLCDConfig.h', '<(skia_include_path)/core/SkFontStyle.h', '<(skia_include_path)/core/SkGraphics.h', '<(skia_include_path)/core/SkImage.h', |