| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 50cc284935601f8d4b4a4091c38c8d9bbccc9a7a..9b32d1efa2ea8d5c09aba61e89da2e3ddeb649b0 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -394,7 +394,6 @@
|
| 'fonts/TextBlob.h',
|
| 'fonts/VDMXParser.cpp',
|
| 'fonts/VDMXParser.h',
|
| - 'fonts/WidthCache.h',
|
| 'fonts/android/FontCacheAndroid.cpp',
|
| 'fonts/linux/FontCacheLinux.cpp',
|
| 'fonts/linux/FontPlatformDataLinux.cpp',
|
| @@ -407,10 +406,14 @@
|
| 'fonts/opentype/OpenTypeTypes.h',
|
| 'fonts/opentype/OpenTypeVerticalData.cpp',
|
| 'fonts/opentype/OpenTypeVerticalData.h',
|
| + 'fonts/shaping/CachingWordShapeIterator.h',
|
| + 'fonts/shaping/CachingWordShaper.cpp',
|
| + 'fonts/shaping/CachingWordShaper.h',
|
| 'fonts/shaping/HarfBuzzFace.cpp',
|
| 'fonts/shaping/HarfBuzzFace.h',
|
| 'fonts/shaping/HarfBuzzShaper.cpp',
|
| 'fonts/shaping/HarfBuzzShaper.h',
|
| + 'fonts/shaping/ShapeCache.h',
|
| 'fonts/shaping/Shaper.cpp',
|
| 'fonts/shaping/Shaper.h',
|
| 'fonts/shaping/SimpleShaper.cpp',
|
| @@ -954,6 +957,7 @@
|
| 'fonts/GlyphBufferTest.cpp',
|
| 'fonts/GlyphPageTreeNodeTest.cpp',
|
| 'fonts/android/FontCacheAndroidTest.cpp',
|
| + 'fonts/shaping/CachingWordShaperTest.cpp',
|
| 'fonts/shaping/HarfBuzzShaperTest.cpp',
|
| 'geometry/FloatBoxTest.cpp',
|
| 'geometry/FloatBoxTestHelpers.cpp',
|
|
|