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

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

Issue 1885963005: Add test case for OpenTypeCapsSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@openTypeCapsSupportNoTest
Patch Set: Created 4 years, 8 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 | third_party/WebKit/Source/platform/blink_platform_unittests.isolate » ('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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 'fonts/GlyphBufferTest.cpp', 1152 'fonts/GlyphBufferTest.cpp',
1153 'fonts/GlyphPageTreeNodeTest.cpp', 1153 'fonts/GlyphPageTreeNodeTest.cpp',
1154 'fonts/OrientationIteratorTest.cpp', 1154 'fonts/OrientationIteratorTest.cpp',
1155 'fonts/ScriptRunIteratorTest.cpp', 1155 'fonts/ScriptRunIteratorTest.cpp',
1156 'fonts/SmallCapsIteratorTest.cpp', 1156 'fonts/SmallCapsIteratorTest.cpp',
1157 'fonts/SymbolsIteratorTest.cpp', 1157 'fonts/SymbolsIteratorTest.cpp',
1158 'fonts/UnicodeRangeSetTest.cpp', 1158 'fonts/UnicodeRangeSetTest.cpp',
1159 'fonts/android/FontCacheAndroidTest.cpp', 1159 'fonts/android/FontCacheAndroidTest.cpp',
1160 'fonts/mac/FontFamilyMatcherMacTest.mm', 1160 'fonts/mac/FontFamilyMatcherMacTest.mm',
1161 'fonts/opentype/OpenTypeVerticalDataTest.cpp', 1161 'fonts/opentype/OpenTypeVerticalDataTest.cpp',
1162 'fonts/opentype/OpenTypeCapsSupportTest.cpp',
1162 'fonts/shaping/CachingWordShaperTest.cpp', 1163 'fonts/shaping/CachingWordShaperTest.cpp',
1163 'fonts/shaping/HarfBuzzShaperTest.cpp', 1164 'fonts/shaping/HarfBuzzShaperTest.cpp',
1164 'fonts/shaping/RunSegmenterTest.cpp', 1165 'fonts/shaping/RunSegmenterTest.cpp',
1165 'geometry/DoubleRectTest.cpp', 1166 'geometry/DoubleRectTest.cpp',
1166 'geometry/FloatBoxTest.cpp', 1167 'geometry/FloatBoxTest.cpp',
1167 'geometry/FloatBoxTestHelpers.cpp', 1168 'geometry/FloatBoxTestHelpers.cpp',
1168 'geometry/FloatPointTest.cpp', 1169 'geometry/FloatPointTest.cpp',
1169 'geometry/FloatPolygonTest.cpp', 1170 'geometry/FloatPolygonTest.cpp',
1170 'geometry/FloatRectTest.cpp', 1171 'geometry/FloatRectTest.cpp',
1171 'geometry/FloatRoundedRectTest.cpp', 1172 'geometry/FloatRoundedRectTest.cpp',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 ['OS!="mac"', 1305 ['OS!="mac"',
1305 { 1306 {
1306 'platform_test_files': [ 1307 'platform_test_files': [
1307 'scroll/ScrollAnimatorTest.cpp', 1308 'scroll/ScrollAnimatorTest.cpp',
1308 ], 1309 ],
1309 } 1310 }
1310 ], 1311 ],
1311 ], 1312 ],
1312 }, 1313 },
1313 } 1314 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/blink_platform_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698