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

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: Removed a spurious header line 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 7e5cb8caeb31141cbb7ff81330ed461ae9b1c4c2..bdf4a84f21deeb22ad579d7d38039b8bbe48263a 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -489,6 +489,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