| 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 'image-decoders/webp/WEBPImageDecoder.cpp', | 829 'image-decoders/webp/WEBPImageDecoder.cpp', |
| 830 'image-decoders/webp/WEBPImageDecoder.h', | 830 'image-decoders/webp/WEBPImageDecoder.h', |
| 831 'image-encoders/JPEGImageEncoder.cpp', | 831 'image-encoders/JPEGImageEncoder.cpp', |
| 832 'image-encoders/JPEGImageEncoder.h', | 832 'image-encoders/JPEGImageEncoder.h', |
| 833 'image-encoders/PNGImageEncoder.cpp', | 833 'image-encoders/PNGImageEncoder.cpp', |
| 834 'image-encoders/PNGImageEncoder.h', | 834 'image-encoders/PNGImageEncoder.h', |
| 835 'image-encoders/WEBPImageEncoder.cpp', | 835 'image-encoders/WEBPImageEncoder.cpp', |
| 836 'image-encoders/WEBPImageEncoder.h', | 836 'image-encoders/WEBPImageEncoder.h', |
| 837 'inspector_protocol/Allocator.h', | 837 'inspector_protocol/Allocator.h', |
| 838 'inspector_protocol/Array.h', | 838 'inspector_protocol/Array.h', |
| 839 'inspector_protocol/BackendCallback.h', |
| 839 'inspector_protocol/Collections.h', | 840 'inspector_protocol/Collections.h', |
| 840 'inspector_protocol/CollectionsWTF.h', | 841 'inspector_protocol/CollectionsWTF.h', |
| 841 'inspector_protocol/ErrorSupport.cpp', | 842 'inspector_protocol/ErrorSupport.cpp', |
| 842 'inspector_protocol/ErrorSupport.h', | 843 'inspector_protocol/ErrorSupport.h', |
| 843 'inspector_protocol/Maybe.h', | 844 'inspector_protocol/Maybe.h', |
| 845 'inspector_protocol/Object.cpp', |
| 846 'inspector_protocol/Object.h', |
| 844 'inspector_protocol/Parser.cpp', | 847 'inspector_protocol/Parser.cpp', |
| 845 'inspector_protocol/Parser.h', | 848 'inspector_protocol/Parser.h', |
| 846 'inspector_protocol/FrontendChannel.h', | 849 'inspector_protocol/FrontendChannel.h', |
| 847 'inspector_protocol/String16.h', | 850 'inspector_protocol/String16.h', |
| 848 'inspector_protocol/String16WTF.cpp', | 851 'inspector_protocol/String16WTF.cpp', |
| 849 'inspector_protocol/String16WTF.h', | 852 'inspector_protocol/String16WTF.h', |
| 850 'inspector_protocol/Values.cpp', | 853 'inspector_protocol/Values.cpp', |
| 851 'inspector_protocol/Values.h', | 854 'inspector_protocol/Values.h', |
| 852 'inspector_protocol/ValueConversions.cpp', | 855 'inspector_protocol/ValueConversions.cpp', |
| 853 'inspector_protocol/ValueConversions.h', | 856 'inspector_protocol/ValueConversions.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 ['use_default_render_theme==1', | 1331 ['use_default_render_theme==1', |
| 1329 { | 1332 { |
| 1330 'platform_test_files': [ | 1333 'platform_test_files': [ |
| 1331 'scroll/ScrollbarThemeAuraTest.cpp', | 1334 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1332 ], | 1335 ], |
| 1333 } | 1336 } |
| 1334 ], | 1337 ], |
| 1335 ], | 1338 ], |
| 1336 }, | 1339 }, |
| 1337 } | 1340 } |
| OLD | NEW |