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

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: Addressing review comments Created 5 years, 6 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
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'fonts/Latin1TextIterator.h', 385 'fonts/Latin1TextIterator.h',
386 'fonts/UTF16TextIterator.cpp', 386 'fonts/UTF16TextIterator.cpp',
387 'fonts/UTF16TextIterator.h', 387 'fonts/UTF16TextIterator.h',
388 'fonts/SegmentedFontData.cpp', 388 'fonts/SegmentedFontData.cpp',
389 'fonts/SegmentedFontData.h', 389 'fonts/SegmentedFontData.h',
390 'fonts/SimpleFontData.cpp', 390 'fonts/SimpleFontData.cpp',
391 'fonts/SimpleFontData.h', 391 'fonts/SimpleFontData.h',
392 'fonts/TextBlob.h', 392 'fonts/TextBlob.h',
393 'fonts/VDMXParser.cpp', 393 'fonts/VDMXParser.cpp',
394 'fonts/VDMXParser.h', 394 'fonts/VDMXParser.h',
395 'fonts/WidthCache.h',
396 'fonts/android/FontCacheAndroid.cpp', 395 'fonts/android/FontCacheAndroid.cpp',
397 'fonts/linux/FontCacheLinux.cpp', 396 'fonts/linux/FontCacheLinux.cpp',
398 'fonts/linux/FontPlatformDataLinux.cpp', 397 'fonts/linux/FontPlatformDataLinux.cpp',
399 'fonts/mac/FontFamilyMatcherMac.h', 398 'fonts/mac/FontFamilyMatcherMac.h',
400 'fonts/mac/FontFamilyMatcherMac.mm', 399 'fonts/mac/FontFamilyMatcherMac.mm',
401 'fonts/mac/FontCacheMac.mm', 400 'fonts/mac/FontCacheMac.mm',
402 'fonts/mac/FontPlatformDataMac.mm', 401 'fonts/mac/FontPlatformDataMac.mm',
403 'fonts/opentype/OpenTypeSanitizer.cpp', 402 'fonts/opentype/OpenTypeSanitizer.cpp',
404 'fonts/opentype/OpenTypeSanitizer.h', 403 'fonts/opentype/OpenTypeSanitizer.h',
405 'fonts/opentype/OpenTypeTypes.h', 404 'fonts/opentype/OpenTypeTypes.h',
406 'fonts/opentype/OpenTypeVerticalData.cpp', 405 'fonts/opentype/OpenTypeVerticalData.cpp',
407 'fonts/opentype/OpenTypeVerticalData.h', 406 'fonts/opentype/OpenTypeVerticalData.h',
407 'fonts/shaping/CachingWordShapeIterator.h',
408 'fonts/shaping/CachingWordShaper.cpp',
409 'fonts/shaping/CachingWordShaper.h',
408 'fonts/shaping/HarfBuzzFace.cpp', 410 'fonts/shaping/HarfBuzzFace.cpp',
409 'fonts/shaping/HarfBuzzFace.h', 411 'fonts/shaping/HarfBuzzFace.h',
410 'fonts/shaping/HarfBuzzShaper.cpp', 412 'fonts/shaping/HarfBuzzShaper.cpp',
411 'fonts/shaping/HarfBuzzShaper.h', 413 'fonts/shaping/HarfBuzzShaper.h',
412 'fonts/shaping/Shaper.cpp', 414 'fonts/shaping/Shaper.cpp',
413 'fonts/shaping/Shaper.h', 415 'fonts/shaping/Shaper.h',
414 'fonts/shaping/SimpleShaper.cpp', 416 'fonts/shaping/SimpleShaper.cpp',
415 'fonts/shaping/SimpleShaper.h', 417 'fonts/shaping/SimpleShaper.h',
418 'fonts/shaping/ShapeCache.h',
drott 2015/06/23 12:45:51 Nit: Lexicographic order, before Shaper.cpp.
416 'fonts/skia/FontCacheSkia.cpp', 419 'fonts/skia/FontCacheSkia.cpp',
417 'fonts/win/FontCacheSkiaWin.cpp', 420 'fonts/win/FontCacheSkiaWin.cpp',
418 'fonts/win/FontFallbackWin.cpp', 421 'fonts/win/FontFallbackWin.cpp',
419 'fonts/win/FontFallbackWin.h', 422 'fonts/win/FontFallbackWin.h',
420 'fonts/win/FontPlatformDataWin.cpp', 423 'fonts/win/FontPlatformDataWin.cpp',
421 'geometry/DoublePoint.cpp', 424 'geometry/DoublePoint.cpp',
422 'geometry/DoublePoint.h', 425 'geometry/DoublePoint.h',
423 'geometry/DoubleRect.cpp', 426 'geometry/DoubleRect.cpp',
424 'geometry/DoubleRect.h', 427 'geometry/DoubleRect.h',
425 'geometry/DoubleSize.cpp', 428 'geometry/DoubleSize.cpp',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'WebVectorTest.cpp', 943 'WebVectorTest.cpp',
941 'animation/TimingFunctionTest.cpp', 944 'animation/TimingFunctionTest.cpp',
942 'animation/UnitBezierTest.cpp', 945 'animation/UnitBezierTest.cpp',
943 'clipboard/ClipboardUtilitiesTest.cpp', 946 'clipboard/ClipboardUtilitiesTest.cpp',
944 'fonts/FontCacheTest.cpp', 947 'fonts/FontCacheTest.cpp',
945 'fonts/FontDescriptionTest.cpp', 948 'fonts/FontDescriptionTest.cpp',
946 'fonts/FontTest.cpp', 949 'fonts/FontTest.cpp',
947 'fonts/GlyphBufferTest.cpp', 950 'fonts/GlyphBufferTest.cpp',
948 'fonts/GlyphPageTreeNodeTest.cpp', 951 'fonts/GlyphPageTreeNodeTest.cpp',
949 'fonts/android/FontCacheAndroidTest.cpp', 952 'fonts/android/FontCacheAndroidTest.cpp',
953 'fonts/shaping/CachingWordShaperTest.cpp',
950 'fonts/shaping/HarfBuzzShaperTest.cpp', 954 'fonts/shaping/HarfBuzzShaperTest.cpp',
951 'geometry/FloatBoxTest.cpp', 955 'geometry/FloatBoxTest.cpp',
952 'geometry/FloatBoxTestHelpers.cpp', 956 'geometry/FloatBoxTestHelpers.cpp',
953 'geometry/FloatPointTest.cpp', 957 'geometry/FloatPointTest.cpp',
954 'geometry/FloatPolygonTest.cpp', 958 'geometry/FloatPolygonTest.cpp',
955 'geometry/FloatRoundedRectTest.cpp', 959 'geometry/FloatRoundedRectTest.cpp',
956 'geometry/FloatSizeTest.cpp', 960 'geometry/FloatSizeTest.cpp',
957 'geometry/GeometryTestHelpers.cpp', 961 'geometry/GeometryTestHelpers.cpp',
958 'geometry/LayoutRectOutsetsTest.cpp', 962 'geometry/LayoutRectOutsetsTest.cpp',
959 'geometry/RegionTest.cpp', 963 'geometry/RegionTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 ['os_posix==1 and OS!="mac"', 1036 ['os_posix==1 and OS!="mac"',
1033 { 1037 {
1034 'platform_test_files': [ 1038 'platform_test_files': [
1035 'text/LocaleICUTest.cpp', 1039 'text/LocaleICUTest.cpp',
1036 ], 1040 ],
1037 } 1041 }
1038 ], 1042 ],
1039 ], 1043 ],
1040 }, 1044 },
1041 } 1045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698