| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |