| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index cd8c808a0846da1443a8ee539950ca4399ee9c91..3a761bd26bb1a748d706103ced454e28630ef3d7 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -613,9 +613,6 @@ component("platform") {
|
| "fonts/GenericFontFamilySettings.h",
|
| "fonts/GlyphBuffer.h",
|
| "fonts/GlyphMetricsMap.h",
|
| - "fonts/GlyphPage.h",
|
| - "fonts/GlyphPageTreeNode.cpp",
|
| - "fonts/GlyphPageTreeNode.h",
|
| "fonts/Latin1TextIterator.h",
|
| "fonts/OrientationIterator.cpp",
|
| "fonts/OrientationIterator.h",
|
| @@ -676,8 +673,6 @@ component("platform") {
|
| "fonts/shaping/ShapeResultTestInfo.h",
|
| "fonts/shaping/Shaper.cpp",
|
| "fonts/shaping/Shaper.h",
|
| - "fonts/shaping/SimpleShaper.cpp",
|
| - "fonts/shaping/SimpleShaper.h",
|
| "fonts/skia/FontCacheSkia.cpp",
|
| "fonts/skia/SkiaTextMetrics.cpp",
|
| "fonts/skia/SkiaTextMetrics.h",
|
| @@ -1287,7 +1282,6 @@ component("platform") {
|
| "text/TextDecoration.h",
|
| "text/TextEncodingDetector.cpp",
|
| "text/TextEncodingDetector.h",
|
| - "text/TextPath.h",
|
| "text/TextRun.cpp",
|
| "text/TextRun.h",
|
| "text/TextRunIterator.h",
|
| @@ -1644,7 +1638,6 @@ test("blink_platform_unittests") {
|
| "fonts/FontPlatformDataTest.cpp",
|
| "fonts/FontTest.cpp",
|
| "fonts/GlyphBufferTest.cpp",
|
| - "fonts/GlyphPageTreeNodeTest.cpp",
|
| "fonts/OrientationIteratorTest.cpp",
|
| "fonts/ScriptRunIteratorTest.cpp",
|
| "fonts/SmallCapsIteratorTest.cpp",
|
|
|