| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 'style/ComputedStyle.h', | 812 'style/ComputedStyle.h', |
| 813 'style/NinePieceImage.cpp', | 813 'style/NinePieceImage.cpp', |
| 814 'style/PathStyleMotionPath.cpp', | 814 'style/PathStyleMotionPath.cpp', |
| 815 'style/PathStyleMotionPath.h', | 815 'style/PathStyleMotionPath.h', |
| 816 'style/QuotesData.cpp', | 816 'style/QuotesData.cpp', |
| 817 'style/QuotesData.h', | 817 'style/QuotesData.h', |
| 818 'style/ShadowData.cpp', | 818 'style/ShadowData.cpp', |
| 819 'style/ShadowData.h', | 819 'style/ShadowData.h', |
| 820 'style/ShadowList.cpp', | 820 'style/ShadowList.cpp', |
| 821 'style/ShadowList.h', | 821 'style/ShadowList.h', |
| 822 'style/StyleAlignmentData.cpp', |
| 822 'style/StyleBackgroundData.cpp', | 823 'style/StyleBackgroundData.cpp', |
| 823 'style/StyleBoxData.cpp', | 824 'style/StyleBoxData.cpp', |
| 824 'style/StyleDeprecatedFlexibleBoxData.cpp', | 825 'style/StyleDeprecatedFlexibleBoxData.cpp', |
| 825 'style/StyleFetchedImage.cpp', | 826 'style/StyleFetchedImage.cpp', |
| 826 'style/StyleFetchedImageSet.cpp', | 827 'style/StyleFetchedImageSet.cpp', |
| 827 'style/StyleFilterData.cpp', | 828 'style/StyleFilterData.cpp', |
| 828 'style/StyleFlexibleBoxData.cpp', | 829 'style/StyleFlexibleBoxData.cpp', |
| 829 'style/StyleGeneratedImage.cpp', | 830 'style/StyleGeneratedImage.cpp', |
| 830 'style/StyleGridData.cpp', | 831 'style/StyleGridData.cpp', |
| 831 'style/StyleGridItemData.cpp', | 832 'style/StyleGridItemData.cpp', |
| (...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3821 'paint/LayerClipRecorderTest.cpp', | 3822 'paint/LayerClipRecorderTest.cpp', |
| 3822 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3823 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3823 'paint/TextPainterTest.cpp', | 3824 'paint/TextPainterTest.cpp', |
| 3824 'streams/ReadableStreamReaderTest.cpp', | 3825 'streams/ReadableStreamReaderTest.cpp', |
| 3825 'streams/ReadableStreamTest.cpp', | 3826 'streams/ReadableStreamTest.cpp', |
| 3826 'testing/PrivateScriptTestTest.cpp', | 3827 'testing/PrivateScriptTestTest.cpp', |
| 3827 'xml/parser/SharedBufferReaderTest.cpp', | 3828 'xml/parser/SharedBufferReaderTest.cpp', |
| 3828 ], | 3829 ], |
| 3829 } | 3830 } |
| 3830 } | 3831 } |
| OLD | NEW |