| 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'fonts/UTF16TextIterator.h', | 448 'fonts/UTF16TextIterator.h', |
| 449 'fonts/VDMXParser.cpp', | 449 'fonts/VDMXParser.cpp', |
| 450 'fonts/VDMXParser.h', | 450 'fonts/VDMXParser.h', |
| 451 'fonts/android/FontCacheAndroid.cpp', | 451 'fonts/android/FontCacheAndroid.cpp', |
| 452 'fonts/linux/FontCacheLinux.cpp', | 452 'fonts/linux/FontCacheLinux.cpp', |
| 453 'fonts/linux/FontPlatformDataLinux.cpp', | 453 'fonts/linux/FontPlatformDataLinux.cpp', |
| 454 'fonts/mac/FontFamilyMatcherMac.h', | 454 'fonts/mac/FontFamilyMatcherMac.h', |
| 455 'fonts/mac/FontFamilyMatcherMac.mm', | 455 'fonts/mac/FontFamilyMatcherMac.mm', |
| 456 'fonts/mac/FontCacheMac.mm', | 456 'fonts/mac/FontCacheMac.mm', |
| 457 'fonts/mac/FontPlatformDataMac.mm', | 457 'fonts/mac/FontPlatformDataMac.mm', |
| 458 'fonts/opentype/OpenTypeCapsSupport.h', |
| 459 'fonts/opentype/OpenTypeCapsSupport.cpp', |
| 460 'fonts/opentype/OpenTypeCapsSupportMPL.cpp', |
| 458 'fonts/opentype/OpenTypeSanitizer.cpp', | 461 'fonts/opentype/OpenTypeSanitizer.cpp', |
| 459 'fonts/opentype/OpenTypeSanitizer.h', | 462 'fonts/opentype/OpenTypeSanitizer.h', |
| 460 'fonts/opentype/OpenTypeTypes.h', | 463 'fonts/opentype/OpenTypeTypes.h', |
| 461 'fonts/opentype/OpenTypeVerticalData.cpp', | 464 'fonts/opentype/OpenTypeVerticalData.cpp', |
| 462 'fonts/opentype/OpenTypeVerticalData.h', | 465 'fonts/opentype/OpenTypeVerticalData.h', |
| 463 'fonts/shaping/CachingWordShapeIterator.h', | 466 'fonts/shaping/CachingWordShapeIterator.h', |
| 464 'fonts/shaping/CachingWordShaper.cpp', | 467 'fonts/shaping/CachingWordShaper.cpp', |
| 465 'fonts/shaping/CachingWordShaper.h', | 468 'fonts/shaping/CachingWordShaper.h', |
| 466 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp', | 469 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp', |
| 467 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.h', | 470 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.h', |
| (...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1301 ['OS!="mac"', | 1304 ['OS!="mac"', |
| 1302 { | 1305 { |
| 1303 'platform_test_files': [ | 1306 'platform_test_files': [ |
| 1304 'scroll/ScrollAnimatorTest.cpp', | 1307 'scroll/ScrollAnimatorTest.cpp', |
| 1305 ], | 1308 ], |
| 1306 } | 1309 } |
| 1307 ], | 1310 ], |
| 1308 ], | 1311 ], |
| 1309 }, | 1312 }, |
| 1310 } | 1313 } |
| OLD | NEW |