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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1479003002: Remove Simple Text Path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
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",
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp ('k') | third_party/WebKit/Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698