| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 8032377b362eebadf28e0daf97b6327144d32141..73fe114ce202b5decd795e5b920064f2c59d0025 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -351,6 +351,7 @@
|
| 'fonts/FontCacheClient.h',
|
| 'fonts/FontCacheKey.h',
|
| 'fonts/FontCustomPlatformData.h',
|
| + 'fonts/FontCustomPlatformData.cpp',
|
| 'fonts/FontData.cpp',
|
| 'fonts/FontData.h',
|
| 'fonts/FontDataCache.cpp',
|
| @@ -388,10 +389,7 @@
|
| 'fonts/mac/FontFamilyMatcherMac.h',
|
| 'fonts/mac/FontFamilyMatcherMac.mm',
|
| 'fonts/mac/FontCacheMac.mm',
|
| - 'fonts/mac/FontCustomPlatformDataMac.cpp',
|
| 'fonts/mac/FontPlatformDataMac.mm',
|
| - 'fonts/mac/MemoryActivatedFont.h',
|
| - 'fonts/mac/MemoryActivatedFont.mm',
|
| 'fonts/opentype/OpenTypeSanitizer.cpp',
|
| 'fonts/opentype/OpenTypeSanitizer.h',
|
| 'fonts/opentype/OpenTypeTypes.h',
|
| @@ -404,7 +402,6 @@
|
| 'fonts/shaping/SimpleShaper.cpp',
|
| 'fonts/shaping/SimpleShaper.h',
|
| 'fonts/skia/FontCacheSkia.cpp',
|
| - 'fonts/skia/FontCustomPlatformDataSkia.cpp',
|
| 'fonts/win/FontCacheSkiaWin.cpp',
|
| 'fonts/win/FontFallbackWin.cpp',
|
| 'fonts/win/FontFallbackWin.h',
|
|
|