| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'style/StyleGridData.cpp', | 827 'style/StyleGridData.cpp', |
| 828 'style/StyleGridItemData.cpp', | 828 'style/StyleGridItemData.cpp', |
| 829 'style/StyleInheritedData.cpp', | 829 'style/StyleInheritedData.cpp', |
| 830 'style/StyleMotionData.cpp', | 830 'style/StyleMotionData.cpp', |
| 831 'style/StyleMotionData.h', | 831 'style/StyleMotionData.h', |
| 832 'style/StyleMotionPath.h', | 832 'style/StyleMotionPath.h', |
| 833 'style/StyleMultiColData.cpp', | 833 'style/StyleMultiColData.cpp', |
| 834 'style/StylePendingImage.h', | 834 'style/StylePendingImage.h', |
| 835 'style/StyleRareInheritedData.cpp', | 835 'style/StyleRareInheritedData.cpp', |
| 836 'style/StyleRareNonInheritedData.cpp', | 836 'style/StyleRareNonInheritedData.cpp', |
| 837 'style/StyleScrollSnapData.cpp', |
| 838 'style/StyleScrollSnapData.h', |
| 837 'style/StyleSelfAlignmentData.h', | 839 'style/StyleSelfAlignmentData.h', |
| 838 'style/StyleSurroundData.cpp', | 840 'style/StyleSurroundData.cpp', |
| 839 'style/StyleTransformData.cpp', | 841 'style/StyleTransformData.cpp', |
| 840 'style/StyleVisualData.cpp', | 842 'style/StyleVisualData.cpp', |
| 841 'style/StyleWillChangeData.cpp', | 843 'style/StyleWillChangeData.cpp', |
| 842 'layout/svg/line/SVGInlineFlowBox.cpp', | 844 'layout/svg/line/SVGInlineFlowBox.cpp', |
| 843 'layout/svg/line/SVGInlineFlowBox.h', | 845 'layout/svg/line/SVGInlineFlowBox.h', |
| 844 'layout/svg/line/SVGInlineTextBox.cpp', | 846 'layout/svg/line/SVGInlineTextBox.cpp', |
| 845 'layout/svg/line/SVGInlineTextBox.h', | 847 'layout/svg/line/SVGInlineTextBox.h', |
| 846 'layout/svg/line/SVGRootInlineBox.cpp', | 848 'layout/svg/line/SVGRootInlineBox.cpp', |
| (...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3908 'style/ComputedStyleTest.cpp', | 3910 'style/ComputedStyleTest.cpp', |
| 3909 'style/OutlineValueTest.cpp', | 3911 'style/OutlineValueTest.cpp', |
| 3910 'style/SVGComputedStyleTest.cpp', | 3912 'style/SVGComputedStyleTest.cpp', |
| 3911 'testing/PrivateScriptTestTest.cpp', | 3913 'testing/PrivateScriptTestTest.cpp', |
| 3912 'timing/MemoryInfoTest.cpp', | 3914 'timing/MemoryInfoTest.cpp', |
| 3913 'workers/WorkerThreadTest.cpp', | 3915 'workers/WorkerThreadTest.cpp', |
| 3914 'xml/parser/SharedBufferReaderTest.cpp', | 3916 'xml/parser/SharedBufferReaderTest.cpp', |
| 3915 ], | 3917 ], |
| 3916 } | 3918 } |
| 3917 } | 3919 } |
| OLD | NEW |