| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index dfd53a2d625f21be9429c5c0f32d883b55e99c1e..0aa1da3c5839d1c6830bd6b0e2253ffed6915d4c 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -388,7 +388,6 @@
|
| 'fonts/mac/FontComplexTextMac.cpp',
|
| 'fonts/mac/FontCustomPlatformDataMac.cpp',
|
| 'fonts/mac/FontMac.cpp',
|
| - 'fonts/mac/GlyphPageTreeNodeMac.cpp',
|
| 'fonts/mac/MemoryActivatedFont.h',
|
| 'fonts/mac/MemoryActivatedFont.mm',
|
| 'fonts/mac/SimpleFontDataCoreText.cpp',
|
| @@ -403,7 +402,6 @@
|
| 'fonts/skia/FontCacheSkia.cpp',
|
| 'fonts/skia/FontCustomPlatformDataSkia.cpp',
|
| 'fonts/skia/FontPlatformDataSkia.cpp',
|
| - 'fonts/skia/GlyphPageTreeNodeSkia.cpp',
|
| 'fonts/skia/SimpleFontDataSkia.cpp',
|
| 'fonts/win/FontCacheSkiaWin.cpp',
|
| 'fonts/win/FontFallbackWin.cpp',
|
| @@ -891,6 +889,7 @@
|
| 'fonts/FontCacheTest.cpp',
|
| 'fonts/FontDescriptionTest.cpp',
|
| 'fonts/FontTest.cpp',
|
| + 'fonts/GlyphPageTreeNodeTest.cpp',
|
| 'fonts/android/FontCacheAndroidTest.cpp',
|
| 'geometry/FloatPolygonTest.cpp',
|
| 'geometry/FloatRoundedRectTest.cpp',
|
|
|