| 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.cpp', |
| 422 'fonts/FontRenderStyle.h', | 423 'fonts/FontRenderStyle.h', |
| 423 'fonts/GenericFontFamilySettings.cpp', | 424 'fonts/GenericFontFamilySettings.cpp', |
| 424 'fonts/GenericFontFamilySettings.h', | 425 'fonts/GenericFontFamilySettings.h', |
| 425 'fonts/GlyphBuffer.h', | 426 'fonts/GlyphBuffer.h', |
| 426 'fonts/GlyphMetricsMap.h', | 427 'fonts/GlyphMetricsMap.h', |
| 427 'fonts/GlyphPage.h', | 428 'fonts/GlyphPage.h', |
| 428 'fonts/GlyphPageTreeNode.cpp', | 429 'fonts/GlyphPageTreeNode.cpp', |
| 429 'fonts/GlyphPageTreeNode.h', | 430 'fonts/GlyphPageTreeNode.h', |
| 430 'fonts/Latin1TextIterator.h', | 431 'fonts/Latin1TextIterator.h', |
| 431 'fonts/OrientationIterator.h', | 432 'fonts/OrientationIterator.h', |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 ['OS!="mac"', | 1319 ['OS!="mac"', |
| 1319 { | 1320 { |
| 1320 'platform_test_files': [ | 1321 'platform_test_files': [ |
| 1321 'scroll/ScrollAnimatorTest.cpp', | 1322 'scroll/ScrollAnimatorTest.cpp', |
| 1322 ], | 1323 ], |
| 1323 } | 1324 } |
| 1324 ], | 1325 ], |
| 1325 ], | 1326 ], |
| 1326 }, | 1327 }, |
| 1327 } | 1328 } |
| OLD | NEW |