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

Unified Diff: Source/platform/blink_platform.gypi

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi Created 7 years, 2 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/core/svg/SVGGlyphMap.h ('k') | Source/platform/fonts/AlternateFontFamily.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 e321e0644993d48dd3bdeb5c904076b405fbb0d6..0524168eb41acd72ae73769d015a36cf46abef80 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -239,8 +239,10 @@
'exported/WebURLResponsePrivate.h',
'exported/WrappedResourceRequest.h',
'exported/WrappedResourceResponse.h',
+ 'fonts/AlternateFontFamily.h',
'fonts/FontBaseline.h',
'fonts/FontCacheKey.h',
+ 'fonts/FontCustomPlatformData.h',
'fonts/FontData.cpp',
'fonts/FontData.h',
'fonts/FontDescription.cpp',
@@ -248,6 +250,11 @@
'fonts/FontFamily.h',
'fonts/FontFeatureSettings.cpp',
'fonts/FontFeatureSettings.h',
+ 'fonts/GlyphBuffer.h',
+ 'fonts/GlyphMetricsMap.h',
+ 'fonts/GlyphPage.h',
+ 'fonts/Latin1TextIterator.h',
+ 'fonts/WidthCache.h',
'geometry/FloatPolygon.cpp',
'geometry/FloatPolygon.h',
'geometry/FloatPoint.cpp',
« no previous file with comments | « Source/core/svg/SVGGlyphMap.h ('k') | Source/platform/fonts/AlternateFontFamily.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698