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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1323513006: Upstream ScriptRunIterator for segmenting text runs by script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'fonts/FontPlatformData.h', 383 'fonts/FontPlatformData.h',
384 'fonts/FontRenderStyle.h', 384 'fonts/FontRenderStyle.h',
385 'fonts/GenericFontFamilySettings.cpp', 385 'fonts/GenericFontFamilySettings.cpp',
386 'fonts/GenericFontFamilySettings.h', 386 'fonts/GenericFontFamilySettings.h',
387 'fonts/GlyphBuffer.h', 387 'fonts/GlyphBuffer.h',
388 'fonts/GlyphMetricsMap.h', 388 'fonts/GlyphMetricsMap.h',
389 'fonts/GlyphPage.h', 389 'fonts/GlyphPage.h',
390 'fonts/GlyphPageTreeNode.cpp', 390 'fonts/GlyphPageTreeNode.cpp',
391 'fonts/GlyphPageTreeNode.h', 391 'fonts/GlyphPageTreeNode.h',
392 'fonts/Latin1TextIterator.h', 392 'fonts/Latin1TextIterator.h',
393 'fonts/UTF16TextIterator.cpp', 393 'fonts/ScriptRunIterator.h',
394 'fonts/UTF16TextIterator.h', 394 'fonts/ScriptRunIterator.cpp',
395 'fonts/SegmentedFontData.cpp', 395 'fonts/SegmentedFontData.cpp',
396 'fonts/SegmentedFontData.h', 396 'fonts/SegmentedFontData.h',
397 'fonts/SimpleFontData.cpp', 397 'fonts/SimpleFontData.cpp',
398 'fonts/SimpleFontData.h', 398 'fonts/SimpleFontData.h',
399 'fonts/TextBlob.h', 399 'fonts/TextBlob.h',
400 'fonts/UTF16TextIterator.cpp',
401 'fonts/UTF16TextIterator.h',
400 'fonts/VDMXParser.cpp', 402 'fonts/VDMXParser.cpp',
401 'fonts/VDMXParser.h', 403 'fonts/VDMXParser.h',
402 'fonts/android/FontCacheAndroid.cpp', 404 'fonts/android/FontCacheAndroid.cpp',
403 'fonts/linux/FontCacheLinux.cpp', 405 'fonts/linux/FontCacheLinux.cpp',
404 'fonts/linux/FontPlatformDataLinux.cpp', 406 'fonts/linux/FontPlatformDataLinux.cpp',
405 'fonts/mac/FontFamilyMatcherMac.h', 407 'fonts/mac/FontFamilyMatcherMac.h',
406 'fonts/mac/FontFamilyMatcherMac.mm', 408 'fonts/mac/FontFamilyMatcherMac.mm',
407 'fonts/mac/FontCacheMac.mm', 409 'fonts/mac/FontCacheMac.mm',
408 'fonts/mac/FontPlatformDataMac.mm', 410 'fonts/mac/FontPlatformDataMac.mm',
409 'fonts/opentype/OpenTypeSanitizer.cpp', 411 'fonts/opentype/OpenTypeSanitizer.cpp',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'WebVectorTest.cpp', 955 'WebVectorTest.cpp',
954 'animation/TimingFunctionTest.cpp', 956 'animation/TimingFunctionTest.cpp',
955 'animation/UnitBezierTest.cpp', 957 'animation/UnitBezierTest.cpp',
956 'blob/BlobDataTest.cpp', 958 'blob/BlobDataTest.cpp',
957 'clipboard/ClipboardUtilitiesTest.cpp', 959 'clipboard/ClipboardUtilitiesTest.cpp',
958 'fonts/FontCacheTest.cpp', 960 'fonts/FontCacheTest.cpp',
959 'fonts/FontDescriptionTest.cpp', 961 'fonts/FontDescriptionTest.cpp',
960 'fonts/FontTest.cpp', 962 'fonts/FontTest.cpp',
961 'fonts/GlyphBufferTest.cpp', 963 'fonts/GlyphBufferTest.cpp',
962 'fonts/GlyphPageTreeNodeTest.cpp', 964 'fonts/GlyphPageTreeNodeTest.cpp',
965 'fonts/ScriptRunIteratorTest.cpp',
963 'fonts/android/FontCacheAndroidTest.cpp', 966 'fonts/android/FontCacheAndroidTest.cpp',
964 'fonts/mac/FontFamilyMatcherMacTest.mm', 967 'fonts/mac/FontFamilyMatcherMacTest.mm',
965 'fonts/shaping/CachingWordShaperTest.cpp', 968 'fonts/shaping/CachingWordShaperTest.cpp',
966 'fonts/shaping/HarfBuzzShaperTest.cpp', 969 'fonts/shaping/HarfBuzzShaperTest.cpp',
967 'geometry/FloatBoxTest.cpp', 970 'geometry/FloatBoxTest.cpp',
968 'geometry/FloatBoxTestHelpers.cpp', 971 'geometry/FloatBoxTestHelpers.cpp',
969 'geometry/FloatPointTest.cpp', 972 'geometry/FloatPointTest.cpp',
970 'geometry/FloatPolygonTest.cpp', 973 'geometry/FloatPolygonTest.cpp',
971 'geometry/FloatRoundedRectTest.cpp', 974 'geometry/FloatRoundedRectTest.cpp',
972 'geometry/FloatSizeTest.cpp', 975 'geometry/FloatSizeTest.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 ['os_posix==1 and OS!="mac"', 1062 ['os_posix==1 and OS!="mac"',
1060 { 1063 {
1061 'platform_test_files': [ 1064 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1065 'text/LocaleICUTest.cpp',
1063 ], 1066 ],
1064 } 1067 }
1065 ], 1068 ],
1066 ], 1069 ],
1067 }, 1070 },
1068 } 1071 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/ScriptRunIterator.h » ('j') | Source/platform/fonts/ScriptRunIterator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698