| 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 'style/StyleMotionPath.h', | 790 'style/StyleMotionPath.h', |
| 791 'style/StyleMultiColData.cpp', | 791 'style/StyleMultiColData.cpp', |
| 792 'style/StylePendingImage.h', | 792 'style/StylePendingImage.h', |
| 793 'style/StyleRareInheritedData.cpp', | 793 'style/StyleRareInheritedData.cpp', |
| 794 'style/StyleRareNonInheritedData.cpp', | 794 'style/StyleRareNonInheritedData.cpp', |
| 795 'style/StyleScrollSnapData.cpp', | 795 'style/StyleScrollSnapData.cpp', |
| 796 'style/StyleScrollSnapData.h', | 796 'style/StyleScrollSnapData.h', |
| 797 'style/StyleSelfAlignmentData.h', | 797 'style/StyleSelfAlignmentData.h', |
| 798 'style/StyleSurroundData.cpp', | 798 'style/StyleSurroundData.cpp', |
| 799 'style/StyleTransformData.cpp', | 799 'style/StyleTransformData.cpp', |
| 800 'style/StyleVariableData.cpp', |
| 801 'style/StyleVariableData.h', |
| 800 'style/StyleVisualData.cpp', | 802 'style/StyleVisualData.cpp', |
| 801 'style/StyleWillChangeData.cpp', | 803 'style/StyleWillChangeData.cpp', |
| 802 'layout/svg/line/SVGInlineFlowBox.cpp', | 804 'layout/svg/line/SVGInlineFlowBox.cpp', |
| 803 'layout/svg/line/SVGInlineFlowBox.h', | 805 'layout/svg/line/SVGInlineFlowBox.h', |
| 804 'layout/svg/line/SVGInlineTextBox.cpp', | 806 'layout/svg/line/SVGInlineTextBox.cpp', |
| 805 'layout/svg/line/SVGInlineTextBox.h', | 807 'layout/svg/line/SVGInlineTextBox.h', |
| 806 'layout/svg/line/SVGRootInlineBox.cpp', | 808 'layout/svg/line/SVGRootInlineBox.cpp', |
| 807 'layout/svg/line/SVGRootInlineBox.h', | 809 'layout/svg/line/SVGRootInlineBox.h', |
| 808 ], | 810 ], |
| 809 'webcore_non_rendering_files': [ | 811 'webcore_non_rendering_files': [ |
| (...skipping 3155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3965 'style/SVGComputedStyleTest.cpp', | 3967 'style/SVGComputedStyleTest.cpp', |
| 3966 'svg/SVGPathParserTest.cpp', | 3968 'svg/SVGPathParserTest.cpp', |
| 3967 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3969 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3968 'testing/PrivateScriptTestTest.cpp', | 3970 'testing/PrivateScriptTestTest.cpp', |
| 3969 'timing/MemoryInfoTest.cpp', | 3971 'timing/MemoryInfoTest.cpp', |
| 3970 'workers/WorkerThreadTest.cpp', | 3972 'workers/WorkerThreadTest.cpp', |
| 3971 'xml/parser/SharedBufferReaderTest.cpp', | 3973 'xml/parser/SharedBufferReaderTest.cpp', |
| 3972 ], | 3974 ], |
| 3973 } | 3975 } |
| 3974 } | 3976 } |
| OLD | NEW |