Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: Source/platform/blink_platform.gypi

Issue 879533003: Remove Mac native font type members from FontPlatformData (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing MemoryActivatedFont Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCustomPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 7d74684064f1ebcac1af5ee7106ae9be334a8cf5..400c9af850b17e5f30e87d387b5abf2f34db0153 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',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCustomPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698