| 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 'image-decoders/gif/GIFImageReader.cpp', | 818 'image-decoders/gif/GIFImageReader.cpp', |
| 819 'image-decoders/gif/GIFImageReader.h', | 819 'image-decoders/gif/GIFImageReader.h', |
| 820 'image-decoders/ico/ICOImageDecoder.cpp', | 820 'image-decoders/ico/ICOImageDecoder.cpp', |
| 821 'image-decoders/ico/ICOImageDecoder.h', | 821 'image-decoders/ico/ICOImageDecoder.h', |
| 822 'image-decoders/jpeg/JPEGImageDecoder.cpp', | 822 'image-decoders/jpeg/JPEGImageDecoder.cpp', |
| 823 'image-decoders/jpeg/JPEGImageDecoder.h', | 823 'image-decoders/jpeg/JPEGImageDecoder.h', |
| 824 'image-decoders/png/PNGImageDecoder.cpp', | 824 'image-decoders/png/PNGImageDecoder.cpp', |
| 825 'image-decoders/png/PNGImageDecoder.h', | 825 'image-decoders/png/PNGImageDecoder.h', |
| 826 'image-decoders/webp/WEBPImageDecoder.cpp', | 826 'image-decoders/webp/WEBPImageDecoder.cpp', |
| 827 'image-decoders/webp/WEBPImageDecoder.h', | 827 'image-decoders/webp/WEBPImageDecoder.h', |
| 828 'image-encoders/skia/JPEGImageEncoder.cpp', | 828 'image-encoders/JPEGImageEncoder.cpp', |
| 829 'image-encoders/skia/JPEGImageEncoder.h', | 829 'image-encoders/JPEGImageEncoder.h', |
| 830 'image-encoders/skia/PNGImageEncoder.cpp', | 830 'image-encoders/PNGImageEncoder.cpp', |
| 831 'image-encoders/skia/PNGImageEncoder.h', | 831 'image-encoders/PNGImageEncoder.h', |
| 832 'image-encoders/skia/WEBPImageEncoder.cpp', | 832 'image-encoders/WEBPImageEncoder.cpp', |
| 833 'image-encoders/skia/WEBPImageEncoder.h', | 833 'image-encoders/WEBPImageEncoder.h', |
| 834 'inspector_protocol/Allocator.h', | 834 'inspector_protocol/Allocator.h', |
| 835 'inspector_protocol/Array.h', | 835 'inspector_protocol/Array.h', |
| 836 'inspector_protocol/Collections.h', | 836 'inspector_protocol/Collections.h', |
| 837 'inspector_protocol/CollectionsWTF.h', | 837 'inspector_protocol/CollectionsWTF.h', |
| 838 'inspector_protocol/ErrorSupport.cpp', | 838 'inspector_protocol/ErrorSupport.cpp', |
| 839 'inspector_protocol/ErrorSupport.h', | 839 'inspector_protocol/ErrorSupport.h', |
| 840 'inspector_protocol/Maybe.h', | 840 'inspector_protocol/Maybe.h', |
| 841 'inspector_protocol/Parser.cpp', | 841 'inspector_protocol/Parser.cpp', |
| 842 'inspector_protocol/Parser.h', | 842 'inspector_protocol/Parser.h', |
| 843 'inspector_protocol/FrontendChannel.h', | 843 'inspector_protocol/FrontendChannel.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 ['OS!="mac"', | 1318 ['OS!="mac"', |
| 1319 { | 1319 { |
| 1320 'platform_test_files': [ | 1320 'platform_test_files': [ |
| 1321 'scroll/ScrollAnimatorTest.cpp', | 1321 'scroll/ScrollAnimatorTest.cpp', |
| 1322 ], | 1322 ], |
| 1323 } | 1323 } |
| 1324 ], | 1324 ], |
| 1325 ], | 1325 ], |
| 1326 }, | 1326 }, |
| 1327 } | 1327 } |
| OLD | NEW |