Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index e12129153f1249b72b4cc6382d8da63135857515..c5c2796f9ceab213cd7fecebcdf3d8a8a5e249eb 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", |
|
dsinclair
2016/06/21 19:49:01
Cary, is this OK? I know you removed these from a
|
| ] |
| } |