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

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

Issue 1808853002: Move UnicodeRangeSet to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'fonts/ScriptRunIterator.cpp', 443 'fonts/ScriptRunIterator.cpp',
444 'fonts/SegmentedFontData.cpp', 444 'fonts/SegmentedFontData.cpp',
445 'fonts/SegmentedFontData.h', 445 'fonts/SegmentedFontData.h',
446 'fonts/SimpleFontData.cpp', 446 'fonts/SimpleFontData.cpp',
447 'fonts/SimpleFontData.h', 447 'fonts/SimpleFontData.h',
448 'fonts/SmallCapsIterator.cpp', 448 'fonts/SmallCapsIterator.cpp',
449 'fonts/SmallCapsIterator.h', 449 'fonts/SmallCapsIterator.h',
450 'fonts/SymbolsIterator.cpp', 450 'fonts/SymbolsIterator.cpp',
451 'fonts/SymbolsIterator.h', 451 'fonts/SymbolsIterator.h',
452 'fonts/TextBlob.h', 452 'fonts/TextBlob.h',
453 'fonts/UnicodeRangeSet.cpp',
454 'fonts/UnicodeRangeSet.h',
453 'fonts/UTF16TextIterator.cpp', 455 'fonts/UTF16TextIterator.cpp',
454 'fonts/UTF16TextIterator.h', 456 'fonts/UTF16TextIterator.h',
455 'fonts/VDMXParser.cpp', 457 'fonts/VDMXParser.cpp',
456 'fonts/VDMXParser.h', 458 'fonts/VDMXParser.h',
457 'fonts/android/FontCacheAndroid.cpp', 459 'fonts/android/FontCacheAndroid.cpp',
458 'fonts/linux/FontCacheLinux.cpp', 460 'fonts/linux/FontCacheLinux.cpp',
459 'fonts/linux/FontPlatformDataLinux.cpp', 461 'fonts/linux/FontPlatformDataLinux.cpp',
460 'fonts/mac/FontFamilyMatcherMac.h', 462 'fonts/mac/FontFamilyMatcherMac.h',
461 'fonts/mac/FontFamilyMatcherMac.mm', 463 'fonts/mac/FontFamilyMatcherMac.mm',
462 'fonts/mac/FontCacheMac.mm', 464 'fonts/mac/FontCacheMac.mm',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'fonts/CharacterTest.cpp', 1148 'fonts/CharacterTest.cpp',
1147 'fonts/FontCacheTest.cpp', 1149 'fonts/FontCacheTest.cpp',
1148 'fonts/FontDescriptionTest.cpp', 1150 'fonts/FontDescriptionTest.cpp',
1149 'fonts/FontPlatformDataTest.cpp', 1151 'fonts/FontPlatformDataTest.cpp',
1150 'fonts/GlyphBufferTest.cpp', 1152 'fonts/GlyphBufferTest.cpp',
1151 'fonts/GlyphPageTreeNodeTest.cpp', 1153 'fonts/GlyphPageTreeNodeTest.cpp',
1152 'fonts/OrientationIteratorTest.cpp', 1154 'fonts/OrientationIteratorTest.cpp',
1153 'fonts/ScriptRunIteratorTest.cpp', 1155 'fonts/ScriptRunIteratorTest.cpp',
1154 'fonts/SmallCapsIteratorTest.cpp', 1156 'fonts/SmallCapsIteratorTest.cpp',
1155 'fonts/SymbolsIteratorTest.cpp', 1157 'fonts/SymbolsIteratorTest.cpp',
1158 'fonts/UnicodeRangeSetTest.cpp',
1156 'fonts/android/FontCacheAndroidTest.cpp', 1159 'fonts/android/FontCacheAndroidTest.cpp',
1157 'fonts/mac/FontFamilyMatcherMacTest.mm', 1160 'fonts/mac/FontFamilyMatcherMacTest.mm',
1158 'fonts/opentype/OpenTypeVerticalDataTest.cpp', 1161 'fonts/opentype/OpenTypeVerticalDataTest.cpp',
1159 'fonts/shaping/CachingWordShaperTest.cpp', 1162 'fonts/shaping/CachingWordShaperTest.cpp',
1160 'fonts/shaping/HarfBuzzShaperTest.cpp', 1163 'fonts/shaping/HarfBuzzShaperTest.cpp',
1161 'fonts/shaping/RunSegmenterTest.cpp', 1164 'fonts/shaping/RunSegmenterTest.cpp',
1162 'geometry/DoubleRectTest.cpp', 1165 'geometry/DoubleRectTest.cpp',
1163 'geometry/FloatBoxTest.cpp', 1166 'geometry/FloatBoxTest.cpp',
1164 'geometry/FloatBoxTestHelpers.cpp', 1167 'geometry/FloatBoxTestHelpers.cpp',
1165 'geometry/FloatPointTest.cpp', 1168 'geometry/FloatPointTest.cpp',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 ['OS!="mac"', 1290 ['OS!="mac"',
1288 { 1291 {
1289 'platform_test_files': [ 1292 'platform_test_files': [
1290 'scroll/ScrollAnimatorTest.cpp', 1293 'scroll/ScrollAnimatorTest.cpp',
1291 ], 1294 ],
1292 } 1295 }
1293 ], 1296 ],
1294 ], 1297 ],
1295 }, 1298 },
1296 } 1299 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.cpp ('k') | third_party/WebKit/Source/platform/fonts/UnicodeRangeSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698