| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'layout/LayerFilterInfo.cpp', | 580 'layout/LayerFilterInfo.cpp', |
| 581 'layout/LayerFilterInfo.h', | 581 'layout/LayerFilterInfo.h', |
| 582 'layout/LayerFragment.h', | 582 'layout/LayerFragment.h', |
| 583 'layout/LayerPaintingInfo.h', | 583 'layout/LayerPaintingInfo.h', |
| 584 'layout/LayerReflectionInfo.cpp', | 584 'layout/LayerReflectionInfo.cpp', |
| 585 'layout/LayerScrollableArea.cpp', | 585 'layout/LayerScrollableArea.cpp', |
| 586 'layout/LayerStackingNode.cpp', | 586 'layout/LayerStackingNode.cpp', |
| 587 'layout/LayerStackingNodeIterator.cpp', | 587 'layout/LayerStackingNodeIterator.cpp', |
| 588 'layout/LayoutApplet.cpp', | 588 'layout/LayoutApplet.cpp', |
| 589 'layout/LayoutApplet.h', | 589 'layout/LayoutApplet.h', |
| 590 'layout/LayoutBR.cpp', |
| 590 'layout/LayoutCounter.cpp', | 591 'layout/LayoutCounter.cpp', |
| 591 'layout/LayoutCounter.h', | 592 'layout/LayoutCounter.h', |
| 592 'layout/LayoutEmbeddedObject.cpp', | 593 'layout/LayoutEmbeddedObject.cpp', |
| 593 'layout/LayoutFlowThread.cpp', | 594 'layout/LayoutFlowThread.cpp', |
| 594 'layout/LayoutFlowThread.h', | 595 'layout/LayoutFlowThread.h', |
| 595 'layout/LayoutFrame.cpp', | 596 'layout/LayoutFrame.cpp', |
| 596 'layout/LayoutFrame.h', | 597 'layout/LayoutFrame.h', |
| 597 'layout/LayoutFrameSet.cpp', | 598 'layout/LayoutFrameSet.cpp', |
| 598 'layout/LayoutFrameSet.h', | 599 'layout/LayoutFrameSet.h', |
| 599 'layout/LayoutGeometryMap.cpp', | 600 'layout/LayoutGeometryMap.cpp', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 'layout/style/StyleSurroundData.cpp', | 787 'layout/style/StyleSurroundData.cpp', |
| 787 'layout/style/StyleTransformData.cpp', | 788 'layout/style/StyleTransformData.cpp', |
| 788 'layout/style/StyleVisualData.cpp', | 789 'layout/style/StyleVisualData.cpp', |
| 789 'layout/style/StyleWillChangeData.cpp', | 790 'layout/style/StyleWillChangeData.cpp', |
| 790 'layout/svg/line/SVGInlineFlowBox.cpp', | 791 'layout/svg/line/SVGInlineFlowBox.cpp', |
| 791 'layout/svg/line/SVGInlineFlowBox.h', | 792 'layout/svg/line/SVGInlineFlowBox.h', |
| 792 'layout/svg/line/SVGInlineTextBox.cpp', | 793 'layout/svg/line/SVGInlineTextBox.cpp', |
| 793 'layout/svg/line/SVGInlineTextBox.h', | 794 'layout/svg/line/SVGInlineTextBox.h', |
| 794 'layout/svg/line/SVGRootInlineBox.cpp', | 795 'layout/svg/line/SVGRootInlineBox.cpp', |
| 795 'layout/svg/line/SVGRootInlineBox.h', | 796 'layout/svg/line/SVGRootInlineBox.h', |
| 796 'rendering/RenderBR.cpp', | |
| 797 'rendering/RenderBlock.cpp', | 797 'rendering/RenderBlock.cpp', |
| 798 'rendering/RenderBlockFlow.cpp', | 798 'rendering/RenderBlockFlow.cpp', |
| 799 'rendering/RenderBlockLineLayout.cpp', | 799 'rendering/RenderBlockLineLayout.cpp', |
| 800 'rendering/RenderBox.cpp', | 800 'rendering/RenderBox.cpp', |
| 801 'rendering/RenderBoxModelObject.cpp', | 801 'rendering/RenderBoxModelObject.cpp', |
| 802 'rendering/RenderButton.cpp', | 802 'rendering/RenderButton.cpp', |
| 803 'rendering/RenderButton.h', | 803 'rendering/RenderButton.h', |
| 804 'rendering/RenderCombineText.cpp', | 804 'rendering/RenderCombineText.cpp', |
| 805 'rendering/RenderCombineText.h', | 805 'rendering/RenderCombineText.h', |
| 806 'rendering/RenderDeprecatedFlexibleBox.cpp', | 806 'rendering/RenderDeprecatedFlexibleBox.cpp', |
| (...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3803 'rendering/RenderingTestHelper.h', | 3803 'rendering/RenderingTestHelper.h', |
| 3804 'streams/ExclusiveStreamReaderTest.cpp', | 3804 'streams/ExclusiveStreamReaderTest.cpp', |
| 3805 'streams/ReadableStreamTest.cpp', | 3805 'streams/ReadableStreamTest.cpp', |
| 3806 'testing/PrivateScriptTestTest.cpp', | 3806 'testing/PrivateScriptTestTest.cpp', |
| 3807 'testing/UnitTestHelpers.cpp', | 3807 'testing/UnitTestHelpers.cpp', |
| 3808 'testing/UnitTestHelpers.h', | 3808 'testing/UnitTestHelpers.h', |
| 3809 'xml/parser/SharedBufferReaderTest.cpp', | 3809 'xml/parser/SharedBufferReaderTest.cpp', |
| 3810 ], | 3810 ], |
| 3811 } | 3811 } |
| 3812 } | 3812 } |
| OLD | NEW |