| 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 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'fonts/shaping/CachingWordShaper.h', | 431 'fonts/shaping/CachingWordShaper.h', |
| 432 'fonts/shaping/HarfBuzzFace.cpp', | 432 'fonts/shaping/HarfBuzzFace.cpp', |
| 433 'fonts/shaping/HarfBuzzFace.h', | 433 'fonts/shaping/HarfBuzzFace.h', |
| 434 'fonts/shaping/HarfBuzzShaper.cpp', | 434 'fonts/shaping/HarfBuzzShaper.cpp', |
| 435 'fonts/shaping/HarfBuzzShaper.h', | 435 'fonts/shaping/HarfBuzzShaper.h', |
| 436 'fonts/shaping/RunSegmenter.h', | 436 'fonts/shaping/RunSegmenter.h', |
| 437 'fonts/shaping/RunSegmenter.cpp', | 437 'fonts/shaping/RunSegmenter.cpp', |
| 438 'fonts/shaping/ShapeCache.h', | 438 'fonts/shaping/ShapeCache.h', |
| 439 'fonts/shaping/ShapeResult.cpp', | 439 'fonts/shaping/ShapeResult.cpp', |
| 440 'fonts/shaping/ShapeResult.h', | 440 'fonts/shaping/ShapeResult.h', |
| 441 'fonts/shaping/ShapeResultBuffer.cpp', |
| 442 'fonts/shaping/ShapeResultBuffer.h', |
| 441 'fonts/shaping/ShapeResultInlineHeaders.h', | 443 'fonts/shaping/ShapeResultInlineHeaders.h', |
| 442 'fonts/shaping/ShapeResultTestInfo.cpp', | 444 'fonts/shaping/ShapeResultTestInfo.cpp', |
| 443 'fonts/shaping/ShapeResultTestInfo.h', | 445 'fonts/shaping/ShapeResultTestInfo.h', |
| 444 'fonts/shaping/Shaper.cpp', | 446 'fonts/shaping/Shaper.cpp', |
| 445 'fonts/shaping/Shaper.h', | 447 'fonts/shaping/Shaper.h', |
| 446 'fonts/shaping/SimpleShaper.cpp', | 448 'fonts/shaping/SimpleShaper.cpp', |
| 447 'fonts/shaping/SimpleShaper.h', | 449 'fonts/shaping/SimpleShaper.h', |
| 448 'fonts/skia/FontCacheSkia.cpp', | 450 'fonts/skia/FontCacheSkia.cpp', |
| 449 'fonts/win/FontCacheSkiaWin.cpp', | 451 'fonts/win/FontCacheSkiaWin.cpp', |
| 450 'fonts/win/FontFallbackWin.cpp', | 452 'fonts/win/FontFallbackWin.cpp', |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 ['OS!="mac"', | 1127 ['OS!="mac"', |
| 1126 { | 1128 { |
| 1127 'platform_test_files': [ | 1129 'platform_test_files': [ |
| 1128 'scroll/ScrollAnimatorTest.cpp', | 1130 'scroll/ScrollAnimatorTest.cpp', |
| 1129 ], | 1131 ], |
| 1130 } | 1132 } |
| 1131 ], | 1133 ], |
| 1132 ], | 1134 ], |
| 1133 }, | 1135 }, |
| 1134 } | 1136 } |
| OLD | NEW |