| 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/StyleBackgroundData.cpp', | 822 'style/StyleBackgroundData.cpp', |
| 823 'style/StyleBoxData.cpp', | 823 'style/StyleBoxData.cpp', |
| 824 'style/StyleContentAlignmentData.h', |
| 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', |
| 832 'style/StyleInheritedData.cpp', | 833 'style/StyleInheritedData.cpp', |
| 833 'style/StyleMotionData.cpp', | 834 'style/StyleMotionData.cpp', |
| 834 'style/StyleMotionData.h', | 835 'style/StyleMotionData.h', |
| 835 'style/StyleMotionPath.h', | 836 'style/StyleMotionPath.h', |
| 836 'style/StyleMultiColData.cpp', | 837 'style/StyleMultiColData.cpp', |
| 837 'style/StylePendingImage.h', | 838 'style/StylePendingImage.h', |
| 838 'style/StyleRareInheritedData.cpp', | 839 'style/StyleRareInheritedData.cpp', |
| 839 'style/StyleRareNonInheritedData.cpp', | 840 'style/StyleRareNonInheritedData.cpp', |
| 841 'style/StyleSelfAlignmentData.h', |
| 840 'style/StyleSurroundData.cpp', | 842 'style/StyleSurroundData.cpp', |
| 841 'style/StyleTransformData.cpp', | 843 'style/StyleTransformData.cpp', |
| 842 'style/StyleVisualData.cpp', | 844 'style/StyleVisualData.cpp', |
| 843 'style/StyleWillChangeData.cpp', | 845 'style/StyleWillChangeData.cpp', |
| 844 'layout/svg/line/SVGInlineFlowBox.cpp', | 846 'layout/svg/line/SVGInlineFlowBox.cpp', |
| 845 'layout/svg/line/SVGInlineFlowBox.h', | 847 'layout/svg/line/SVGInlineFlowBox.h', |
| 846 'layout/svg/line/SVGInlineTextBox.cpp', | 848 'layout/svg/line/SVGInlineTextBox.cpp', |
| 847 'layout/svg/line/SVGInlineTextBox.h', | 849 'layout/svg/line/SVGInlineTextBox.h', |
| 848 'layout/svg/line/SVGRootInlineBox.cpp', | 850 'layout/svg/line/SVGRootInlineBox.cpp', |
| 849 'layout/svg/line/SVGRootInlineBox.h', | 851 'layout/svg/line/SVGRootInlineBox.h', |
| (...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3834 'paint/LayerClipRecorderTest.cpp', | 3836 'paint/LayerClipRecorderTest.cpp', |
| 3835 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3837 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3836 'paint/TextPainterTest.cpp', | 3838 'paint/TextPainterTest.cpp', |
| 3837 'streams/ReadableStreamReaderTest.cpp', | 3839 'streams/ReadableStreamReaderTest.cpp', |
| 3838 'streams/ReadableStreamTest.cpp', | 3840 'streams/ReadableStreamTest.cpp', |
| 3839 'testing/PrivateScriptTestTest.cpp', | 3841 'testing/PrivateScriptTestTest.cpp', |
| 3840 'xml/parser/SharedBufferReaderTest.cpp', | 3842 'xml/parser/SharedBufferReaderTest.cpp', |
| 3841 ], | 3843 ], |
| 3842 } | 3844 } |
| 3843 } | 3845 } |
| OLD | NEW |