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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1192223002: Optimize Complex Text Shaping and Caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change CachingWordShaperTest as suggested Created 5 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698