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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'fonts/FontFallbackList.cpp', | 411 'fonts/FontFallbackList.cpp', |
412 'fonts/FontFallbackList.h', | 412 'fonts/FontFallbackList.h', |
413 'fonts/FontFallbackPriority.h', | 413 'fonts/FontFallbackPriority.h', |
414 'fonts/FontFallbackPriority.cpp', | 414 'fonts/FontFallbackPriority.cpp', |
415 'fonts/FontFamily.cpp', | 415 'fonts/FontFamily.cpp', |
416 'fonts/FontFamily.h', | 416 'fonts/FontFamily.h', |
417 'fonts/FontFeatureSettings.cpp', | 417 'fonts/FontFeatureSettings.cpp', |
418 'fonts/FontFeatureSettings.h', | 418 'fonts/FontFeatureSettings.h', |
419 'fonts/FontPlatformData.cpp', | 419 'fonts/FontPlatformData.cpp', |
420 'fonts/FontPlatformData.h', | 420 'fonts/FontPlatformData.h', |
| 421 'fonts/FontVariantNumeric.h', |
421 'fonts/GenericFontFamilySettings.cpp', | 422 'fonts/GenericFontFamilySettings.cpp', |
422 'fonts/GenericFontFamilySettings.h', | 423 'fonts/GenericFontFamilySettings.h', |
423 'fonts/GlyphBuffer.h', | 424 'fonts/GlyphBuffer.h', |
424 'fonts/GlyphMetricsMap.h', | 425 'fonts/GlyphMetricsMap.h', |
425 'fonts/GlyphPage.h', | 426 'fonts/GlyphPage.h', |
426 'fonts/GlyphPageTreeNode.cpp', | 427 'fonts/GlyphPageTreeNode.cpp', |
427 'fonts/GlyphPageTreeNode.h', | 428 'fonts/GlyphPageTreeNode.h', |
428 'fonts/Latin1TextIterator.h', | 429 'fonts/Latin1TextIterator.h', |
429 'fonts/OrientationIterator.h', | 430 'fonts/OrientationIterator.h', |
430 'fonts/OrientationIterator.cpp', | 431 'fonts/OrientationIterator.cpp', |
(...skipping 887 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 |