diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 62c818b..e3ceeae 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -691,6 +691,10 @@ '-Wno-unused', '-Wno-unused-function', ], + 'sources!': [ + 'ports/SkFontHost_none.cpp', + 'sgl/SkTypeface_fake.cpp', + ], }], [ 'OS == "mac"', { 'defines': [ |