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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1980913002: Unify glyph metrics to use the same Skia API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't remove glyphToBoundsMap yet Created 4 years, 5 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/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 00de0c58ac2834e4e725afa3ad1558b86ae39444..ac1a933c021cc2dd7d5d8916f4644142375efcb0 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -418,7 +418,6 @@
'fonts/GenericFontFamilySettings.cpp',
'fonts/GenericFontFamilySettings.h',
'fonts/GlyphBuffer.h',
- 'fonts/GlyphMetricsMap.h',
kojii 2016/07/25 16:36:28 Shouldn't we need this then?
drott 2016/07/26 07:49:35 Absolutely. Added back in.
'fonts/GlyphPage.h',
'fonts/GlyphPageTreeNode.cpp',
'fonts/GlyphPageTreeNode.h',
@@ -485,6 +484,8 @@
'fonts/shaping/SimpleShaper.cpp',
'fonts/shaping/SimpleShaper.h',
'fonts/skia/FontCacheSkia.cpp',
+ 'fonts/skia/SkiaTextMetrics.h',
+ 'fonts/skia/SkiaTextMetrics.cpp',
'fonts/win/FontCacheSkiaWin.cpp',
'fonts/win/FontFallbackWin.cpp',
'fonts/win/FontFallbackWin.h',

Powered by Google App Engine
This is Rietveld 408576698