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

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

Issue 1311043010: Improve getFallbackFamily() for Unified Han Ideographs on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test 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
« no previous file with comments | « no previous file | Source/platform/fonts/win/FontFallbackWin.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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'clipboard/ClipboardUtilitiesTest.cpp', 958 'clipboard/ClipboardUtilitiesTest.cpp',
959 'fonts/FontCacheTest.cpp', 959 'fonts/FontCacheTest.cpp',
960 'fonts/FontDescriptionTest.cpp', 960 'fonts/FontDescriptionTest.cpp',
961 'fonts/FontTest.cpp', 961 'fonts/FontTest.cpp',
962 'fonts/GlyphBufferTest.cpp', 962 'fonts/GlyphBufferTest.cpp',
963 'fonts/GlyphPageTreeNodeTest.cpp', 963 'fonts/GlyphPageTreeNodeTest.cpp',
964 'fonts/android/FontCacheAndroidTest.cpp', 964 'fonts/android/FontCacheAndroidTest.cpp',
965 'fonts/mac/FontFamilyMatcherMacTest.mm', 965 'fonts/mac/FontFamilyMatcherMacTest.mm',
966 'fonts/shaping/CachingWordShaperTest.cpp', 966 'fonts/shaping/CachingWordShaperTest.cpp',
967 'fonts/shaping/HarfBuzzShaperTest.cpp', 967 'fonts/shaping/HarfBuzzShaperTest.cpp',
968 'fonts/win/FontFallbackWinTest.cpp',
968 'geometry/FloatBoxTest.cpp', 969 'geometry/FloatBoxTest.cpp',
969 'geometry/FloatBoxTestHelpers.cpp', 970 'geometry/FloatBoxTestHelpers.cpp',
970 'geometry/FloatPointTest.cpp', 971 'geometry/FloatPointTest.cpp',
971 'geometry/FloatPolygonTest.cpp', 972 'geometry/FloatPolygonTest.cpp',
972 'geometry/FloatRoundedRectTest.cpp', 973 'geometry/FloatRoundedRectTest.cpp',
973 'geometry/FloatSizeTest.cpp', 974 'geometry/FloatSizeTest.cpp',
974 'geometry/GeometryTestHelpers.cpp', 975 'geometry/GeometryTestHelpers.cpp',
975 'geometry/LayoutRectOutsetsTest.cpp', 976 'geometry/LayoutRectOutsetsTest.cpp',
976 'geometry/RegionTest.cpp', 977 'geometry/RegionTest.cpp',
977 'graphics/ContiguousContainerTest.cpp', 978 'graphics/ContiguousContainerTest.cpp',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 ['os_posix==1 and OS!="mac"', 1061 ['os_posix==1 and OS!="mac"',
1061 { 1062 {
1062 'platform_test_files': [ 1063 'platform_test_files': [
1063 'text/LocaleICUTest.cpp', 1064 'text/LocaleICUTest.cpp',
1064 ], 1065 ],
1065 } 1066 }
1066 ], 1067 ],
1067 ], 1068 ],
1068 }, 1069 },
1069 } 1070 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/win/FontFallbackWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698