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

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: Rebased TestExpectations 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 99c0152b1b5dfc7b7a8509203f10727074503c14..23a58a30c4b0bc1dd46d02424693edce03040ab9 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