| 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',
|
|
|