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

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

Issue 1944993003: Move most of FontRenderStyle manipulation code into its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more typo fix Created 4 years, 7 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'fonts/TextBlob.h', 441 'fonts/TextBlob.h',
442 'fonts/UnicodeRangeSet.cpp', 442 'fonts/UnicodeRangeSet.cpp',
443 'fonts/UnicodeRangeSet.h', 443 'fonts/UnicodeRangeSet.h',
444 'fonts/UTF16TextIterator.cpp', 444 'fonts/UTF16TextIterator.cpp',
445 'fonts/UTF16TextIterator.h', 445 'fonts/UTF16TextIterator.h',
446 'fonts/VDMXParser.cpp', 446 'fonts/VDMXParser.cpp',
447 'fonts/VDMXParser.h', 447 'fonts/VDMXParser.h',
448 'fonts/android/FontCacheAndroid.cpp', 448 'fonts/android/FontCacheAndroid.cpp',
449 'fonts/linux/FontCacheLinux.cpp', 449 'fonts/linux/FontCacheLinux.cpp',
450 'fonts/linux/FontPlatformDataLinux.cpp', 450 'fonts/linux/FontPlatformDataLinux.cpp',
451 'fonts/linux/FontRenderStyle.cpp',
451 'fonts/linux/FontRenderStyle.h', 452 'fonts/linux/FontRenderStyle.h',
452 'fonts/mac/FontFamilyMatcherMac.h', 453 'fonts/mac/FontFamilyMatcherMac.h',
453 'fonts/mac/FontFamilyMatcherMac.mm', 454 'fonts/mac/FontFamilyMatcherMac.mm',
454 'fonts/mac/FontCacheMac.mm', 455 'fonts/mac/FontCacheMac.mm',
455 'fonts/mac/FontPlatformDataMac.mm', 456 'fonts/mac/FontPlatformDataMac.mm',
456 'fonts/opentype/OpenTypeCapsSupport.h', 457 'fonts/opentype/OpenTypeCapsSupport.h',
457 'fonts/opentype/OpenTypeCapsSupport.cpp', 458 'fonts/opentype/OpenTypeCapsSupport.cpp',
458 'fonts/opentype/OpenTypeCapsSupportMPL.cpp', 459 'fonts/opentype/OpenTypeCapsSupportMPL.cpp',
459 'fonts/opentype/OpenTypeSanitizer.cpp', 460 'fonts/opentype/OpenTypeSanitizer.cpp',
460 'fonts/opentype/OpenTypeSanitizer.h', 461 'fonts/opentype/OpenTypeSanitizer.h',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 ['OS!="mac"', 1318 ['OS!="mac"',
1318 { 1319 {
1319 'platform_test_files': [ 1320 'platform_test_files': [
1320 'scroll/ScrollAnimatorTest.cpp', 1321 'scroll/ScrollAnimatorTest.cpp',
1321 ], 1322 ],
1322 } 1323 }
1323 ], 1324 ],
1324 ], 1325 ],
1325 }, 1326 },
1326 } 1327 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/exported/linux/WebFontRenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698