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

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: Memory management review comments addressed Created 5 years, 9 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index a3c67239e77f1af8ee25fe26b761813a94dc6e1a..effa9b3ee9ac0669c1300f73c2c28c89b8326eb3 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -355,6 +355,7 @@
'fonts/FontCacheClient.h',
'fonts/FontCacheKey.h',
'fonts/FontCustomPlatformData.h',
+ 'fonts/FontCustomPlatformData.cpp',
'fonts/FontData.cpp',
'fonts/FontData.h',
'fonts/FontDataCache.cpp',
@@ -392,10 +393,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',
@@ -410,7 +408,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',

Powered by Google App Engine
This is Rietveld 408576698