| OLD | NEW |
| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'fonts/FontFallbackList.cpp', | 412 'fonts/FontFallbackList.cpp', |
| 413 'fonts/FontFallbackList.h', | 413 'fonts/FontFallbackList.h', |
| 414 'fonts/FontFallbackPriority.h', | 414 'fonts/FontFallbackPriority.h', |
| 415 'fonts/FontFallbackPriority.cpp', | 415 'fonts/FontFallbackPriority.cpp', |
| 416 'fonts/FontFamily.cpp', | 416 'fonts/FontFamily.cpp', |
| 417 'fonts/FontFamily.h', | 417 'fonts/FontFamily.h', |
| 418 'fonts/FontFeatureSettings.cpp', | 418 'fonts/FontFeatureSettings.cpp', |
| 419 'fonts/FontFeatureSettings.h', | 419 'fonts/FontFeatureSettings.h', |
| 420 'fonts/FontPlatformData.cpp', | 420 'fonts/FontPlatformData.cpp', |
| 421 'fonts/FontPlatformData.h', | 421 'fonts/FontPlatformData.h', |
| 422 'fonts/FontRenderStyle.h', | |
| 423 'fonts/GenericFontFamilySettings.cpp', | 422 'fonts/GenericFontFamilySettings.cpp', |
| 424 'fonts/GenericFontFamilySettings.h', | 423 'fonts/GenericFontFamilySettings.h', |
| 425 'fonts/GlyphBuffer.h', | 424 'fonts/GlyphBuffer.h', |
| 426 'fonts/GlyphMetricsMap.h', | 425 'fonts/GlyphMetricsMap.h', |
| 427 'fonts/GlyphPage.h', | 426 'fonts/GlyphPage.h', |
| 428 'fonts/GlyphPageTreeNode.cpp', | 427 'fonts/GlyphPageTreeNode.cpp', |
| 429 'fonts/GlyphPageTreeNode.h', | 428 'fonts/GlyphPageTreeNode.h', |
| 430 'fonts/Latin1TextIterator.h', | 429 'fonts/Latin1TextIterator.h', |
| 431 'fonts/OrientationIterator.h', | 430 'fonts/OrientationIterator.h', |
| 432 'fonts/OrientationIterator.cpp', | 431 'fonts/OrientationIterator.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 443 'fonts/TextBlob.h', | 442 'fonts/TextBlob.h', |
| 444 'fonts/UnicodeRangeSet.cpp', | 443 'fonts/UnicodeRangeSet.cpp', |
| 445 'fonts/UnicodeRangeSet.h', | 444 'fonts/UnicodeRangeSet.h', |
| 446 'fonts/UTF16TextIterator.cpp', | 445 'fonts/UTF16TextIterator.cpp', |
| 447 'fonts/UTF16TextIterator.h', | 446 'fonts/UTF16TextIterator.h', |
| 448 'fonts/VDMXParser.cpp', | 447 'fonts/VDMXParser.cpp', |
| 449 'fonts/VDMXParser.h', | 448 'fonts/VDMXParser.h', |
| 450 'fonts/android/FontCacheAndroid.cpp', | 449 'fonts/android/FontCacheAndroid.cpp', |
| 451 'fonts/linux/FontCacheLinux.cpp', | 450 'fonts/linux/FontCacheLinux.cpp', |
| 452 'fonts/linux/FontPlatformDataLinux.cpp', | 451 'fonts/linux/FontPlatformDataLinux.cpp', |
| 452 'fonts/linux/FontRenderStyle.h', |
| 453 'fonts/mac/FontFamilyMatcherMac.h', | 453 'fonts/mac/FontFamilyMatcherMac.h', |
| 454 'fonts/mac/FontFamilyMatcherMac.mm', | 454 'fonts/mac/FontFamilyMatcherMac.mm', |
| 455 'fonts/mac/FontCacheMac.mm', | 455 'fonts/mac/FontCacheMac.mm', |
| 456 'fonts/mac/FontPlatformDataMac.mm', | 456 'fonts/mac/FontPlatformDataMac.mm', |
| 457 'fonts/opentype/OpenTypeCapsSupport.h', | 457 'fonts/opentype/OpenTypeCapsSupport.h', |
| 458 'fonts/opentype/OpenTypeCapsSupport.cpp', | 458 'fonts/opentype/OpenTypeCapsSupport.cpp', |
| 459 'fonts/opentype/OpenTypeCapsSupportMPL.cpp', | 459 'fonts/opentype/OpenTypeCapsSupportMPL.cpp', |
| 460 'fonts/opentype/OpenTypeSanitizer.cpp', | 460 'fonts/opentype/OpenTypeSanitizer.cpp', |
| 461 'fonts/opentype/OpenTypeSanitizer.h', | 461 'fonts/opentype/OpenTypeSanitizer.h', |
| 462 'fonts/opentype/OpenTypeTypes.h', | 462 'fonts/opentype/OpenTypeTypes.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 ['OS!="mac"', | 1318 ['OS!="mac"', |
| 1319 { | 1319 { |
| 1320 'platform_test_files': [ | 1320 'platform_test_files': [ |
| 1321 'scroll/ScrollAnimatorTest.cpp', | 1321 'scroll/ScrollAnimatorTest.cpp', |
| 1322 ], | 1322 ], |
| 1323 } | 1323 } |
| 1324 ], | 1324 ], |
| 1325 ], | 1325 ], |
| 1326 }, | 1326 }, |
| 1327 } | 1327 } |
| OLD | NEW |