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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'fonts/Latin1TextIterator.h', 387 'fonts/Latin1TextIterator.h',
388 'fonts/UTF16TextIterator.cpp', 388 'fonts/UTF16TextIterator.cpp',
389 'fonts/UTF16TextIterator.h', 389 'fonts/UTF16TextIterator.h',
390 'fonts/SegmentedFontData.cpp', 390 'fonts/SegmentedFontData.cpp',
391 'fonts/SegmentedFontData.h', 391 'fonts/SegmentedFontData.h',
392 'fonts/SimpleFontData.cpp', 392 'fonts/SimpleFontData.cpp',
393 'fonts/SimpleFontData.h', 393 'fonts/SimpleFontData.h',
394 'fonts/TextBlob.h', 394 'fonts/TextBlob.h',
395 'fonts/VDMXParser.cpp', 395 'fonts/VDMXParser.cpp',
396 'fonts/VDMXParser.h', 396 'fonts/VDMXParser.h',
397 'fonts/WidthCache.h',
398 'fonts/android/FontCacheAndroid.cpp', 397 'fonts/android/FontCacheAndroid.cpp',
399 'fonts/linux/FontCacheLinux.cpp', 398 'fonts/linux/FontCacheLinux.cpp',
400 'fonts/linux/FontPlatformDataLinux.cpp', 399 'fonts/linux/FontPlatformDataLinux.cpp',
401 'fonts/mac/FontFamilyMatcherMac.h', 400 'fonts/mac/FontFamilyMatcherMac.h',
402 'fonts/mac/FontFamilyMatcherMac.mm', 401 'fonts/mac/FontFamilyMatcherMac.mm',
403 'fonts/mac/FontCacheMac.mm', 402 'fonts/mac/FontCacheMac.mm',
404 'fonts/mac/FontPlatformDataMac.mm', 403 'fonts/mac/FontPlatformDataMac.mm',
405 'fonts/opentype/OpenTypeSanitizer.cpp', 404 'fonts/opentype/OpenTypeSanitizer.cpp',
406 'fonts/opentype/OpenTypeSanitizer.h', 405 'fonts/opentype/OpenTypeSanitizer.h',
407 'fonts/opentype/OpenTypeTypes.h', 406 'fonts/opentype/OpenTypeTypes.h',
408 'fonts/opentype/OpenTypeVerticalData.cpp', 407 'fonts/opentype/OpenTypeVerticalData.cpp',
409 'fonts/opentype/OpenTypeVerticalData.h', 408 'fonts/opentype/OpenTypeVerticalData.h',
409 'fonts/shaping/CachingWordShapeIterator.h',
410 'fonts/shaping/CachingWordShaper.cpp',
411 'fonts/shaping/CachingWordShaper.h',
410 'fonts/shaping/HarfBuzzFace.cpp', 412 'fonts/shaping/HarfBuzzFace.cpp',
411 'fonts/shaping/HarfBuzzFace.h', 413 'fonts/shaping/HarfBuzzFace.h',
412 'fonts/shaping/HarfBuzzShaper.cpp', 414 'fonts/shaping/HarfBuzzShaper.cpp',
413 'fonts/shaping/HarfBuzzShaper.h', 415 'fonts/shaping/HarfBuzzShaper.h',
416 'fonts/shaping/ShapeCache.h',
414 'fonts/shaping/Shaper.cpp', 417 'fonts/shaping/Shaper.cpp',
415 'fonts/shaping/Shaper.h', 418 'fonts/shaping/Shaper.h',
416 'fonts/shaping/SimpleShaper.cpp', 419 'fonts/shaping/SimpleShaper.cpp',
417 'fonts/shaping/SimpleShaper.h', 420 'fonts/shaping/SimpleShaper.h',
418 'fonts/skia/FontCacheSkia.cpp', 421 'fonts/skia/FontCacheSkia.cpp',
419 'fonts/win/FontCacheSkiaWin.cpp', 422 'fonts/win/FontCacheSkiaWin.cpp',
420 'fonts/win/FontFallbackWin.cpp', 423 'fonts/win/FontFallbackWin.cpp',
421 'fonts/win/FontFallbackWin.h', 424 'fonts/win/FontFallbackWin.h',
422 'fonts/win/FontPlatformDataWin.cpp', 425 'fonts/win/FontPlatformDataWin.cpp',
423 'geometry/DoublePoint.cpp', 426 'geometry/DoublePoint.cpp',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'animation/TimingFunctionTest.cpp', 950 'animation/TimingFunctionTest.cpp',
948 'animation/UnitBezierTest.cpp', 951 'animation/UnitBezierTest.cpp',
949 'blob/BlobDataTest.cpp', 952 'blob/BlobDataTest.cpp',
950 'clipboard/ClipboardUtilitiesTest.cpp', 953 'clipboard/ClipboardUtilitiesTest.cpp',
951 'fonts/FontCacheTest.cpp', 954 'fonts/FontCacheTest.cpp',
952 'fonts/FontDescriptionTest.cpp', 955 'fonts/FontDescriptionTest.cpp',
953 'fonts/FontTest.cpp', 956 'fonts/FontTest.cpp',
954 'fonts/GlyphBufferTest.cpp', 957 'fonts/GlyphBufferTest.cpp',
955 'fonts/GlyphPageTreeNodeTest.cpp', 958 'fonts/GlyphPageTreeNodeTest.cpp',
956 'fonts/android/FontCacheAndroidTest.cpp', 959 'fonts/android/FontCacheAndroidTest.cpp',
960 'fonts/shaping/CachingWordShaperTest.cpp',
957 'fonts/shaping/HarfBuzzShaperTest.cpp', 961 'fonts/shaping/HarfBuzzShaperTest.cpp',
958 'geometry/FloatBoxTest.cpp', 962 'geometry/FloatBoxTest.cpp',
959 'geometry/FloatBoxTestHelpers.cpp', 963 'geometry/FloatBoxTestHelpers.cpp',
960 'geometry/FloatPointTest.cpp', 964 'geometry/FloatPointTest.cpp',
961 'geometry/FloatPolygonTest.cpp', 965 'geometry/FloatPolygonTest.cpp',
962 'geometry/FloatRoundedRectTest.cpp', 966 'geometry/FloatRoundedRectTest.cpp',
963 'geometry/FloatSizeTest.cpp', 967 'geometry/FloatSizeTest.cpp',
964 'geometry/GeometryTestHelpers.cpp', 968 'geometry/GeometryTestHelpers.cpp',
965 'geometry/LayoutRectOutsetsTest.cpp', 969 'geometry/LayoutRectOutsetsTest.cpp',
966 'graphics/ListContainerTest.cpp', 970 'graphics/ListContainerTest.cpp',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 ['os_posix==1 and OS!="mac"', 1044 ['os_posix==1 and OS!="mac"',
1041 { 1045 {
1042 'platform_test_files': [ 1046 'platform_test_files': [
1043 'text/LocaleICUTest.cpp', 1047 'text/LocaleICUTest.cpp',
1044 ], 1048 ],
1045 } 1049 }
1046 ], 1050 ],
1047 ], 1051 ],
1048 }, 1052 },
1049 } 1053 }
OLDNEW
« 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