| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'fonts/FontFallbackIterator.cpp', | 405 'fonts/FontFallbackIterator.cpp', |
| 406 'fonts/FontFallbackIterator.h', | 406 'fonts/FontFallbackIterator.h', |
| 407 'fonts/FontFallbackList.cpp', | 407 'fonts/FontFallbackList.cpp', |
| 408 'fonts/FontFallbackList.h', | 408 'fonts/FontFallbackList.h', |
| 409 'fonts/FontFallbackPriority.h', | 409 'fonts/FontFallbackPriority.h', |
| 410 'fonts/FontFallbackPriority.cpp', | 410 'fonts/FontFallbackPriority.cpp', |
| 411 'fonts/FontFamily.cpp', | 411 'fonts/FontFamily.cpp', |
| 412 'fonts/FontFamily.h', | 412 'fonts/FontFamily.h', |
| 413 'fonts/FontFeatureSettings.cpp', | 413 'fonts/FontFeatureSettings.cpp', |
| 414 'fonts/FontFeatureSettings.h', | 414 'fonts/FontFeatureSettings.h', |
| 415 'fonts/FontLocale.cpp', |
| 416 'fonts/FontLocale.h', |
| 415 'fonts/FontPlatformData.cpp', | 417 'fonts/FontPlatformData.cpp', |
| 416 'fonts/FontPlatformData.h', | 418 'fonts/FontPlatformData.h', |
| 417 'fonts/FontVariantNumeric.h', | 419 'fonts/FontVariantNumeric.h', |
| 418 'fonts/GenericFontFamilySettings.cpp', | 420 'fonts/GenericFontFamilySettings.cpp', |
| 419 'fonts/GenericFontFamilySettings.h', | 421 'fonts/GenericFontFamilySettings.h', |
| 420 'fonts/GlyphBuffer.h', | 422 'fonts/GlyphBuffer.h', |
| 421 'fonts/GlyphMetricsMap.h', | 423 'fonts/GlyphMetricsMap.h', |
| 422 'fonts/GlyphPage.h', | 424 'fonts/GlyphPage.h', |
| 423 'fonts/GlyphPageTreeNode.cpp', | 425 'fonts/GlyphPageTreeNode.cpp', |
| 424 'fonts/GlyphPageTreeNode.h', | 426 'fonts/GlyphPageTreeNode.h', |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 ['use_default_render_theme==1', | 1349 ['use_default_render_theme==1', |
| 1348 { | 1350 { |
| 1349 'platform_test_files': [ | 1351 'platform_test_files': [ |
| 1350 'scroll/ScrollbarThemeAuraTest.cpp', | 1352 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1351 ], | 1353 ], |
| 1352 } | 1354 } |
| 1353 ], | 1355 ], |
| 1354 ], | 1356 ], |
| 1355 }, | 1357 }, |
| 1356 } | 1358 } |
| OLD | NEW |