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/LayoutBox.cpp', |
590 'layout/LayoutBoxModelObject.cpp', | 591 'layout/LayoutBoxModelObject.cpp', |
591 'layout/LayoutBR.cpp', | 592 'layout/LayoutBR.cpp', |
592 'layout/LayoutCounter.cpp', | 593 'layout/LayoutCounter.cpp', |
593 'layout/LayoutCounter.h', | 594 'layout/LayoutCounter.h', |
594 'layout/LayoutDetailsMarker.cpp', | 595 'layout/LayoutDetailsMarker.cpp', |
595 'layout/LayoutDetailsMarker.h', | 596 'layout/LayoutDetailsMarker.h', |
596 'layout/LayoutEmbeddedObject.cpp', | 597 'layout/LayoutEmbeddedObject.cpp', |
597 'layout/LayoutFieldset.cpp', | 598 'layout/LayoutFieldset.cpp', |
598 'layout/LayoutFieldset.h', | 599 'layout/LayoutFieldset.h', |
599 'layout/LayoutFlowThread.cpp', | 600 'layout/LayoutFlowThread.cpp', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 'layout/style/StyleWillChangeData.cpp', | 822 'layout/style/StyleWillChangeData.cpp', |
822 'layout/svg/line/SVGInlineFlowBox.cpp', | 823 'layout/svg/line/SVGInlineFlowBox.cpp', |
823 'layout/svg/line/SVGInlineFlowBox.h', | 824 'layout/svg/line/SVGInlineFlowBox.h', |
824 'layout/svg/line/SVGInlineTextBox.cpp', | 825 'layout/svg/line/SVGInlineTextBox.cpp', |
825 'layout/svg/line/SVGInlineTextBox.h', | 826 'layout/svg/line/SVGInlineTextBox.h', |
826 'layout/svg/line/SVGRootInlineBox.cpp', | 827 'layout/svg/line/SVGRootInlineBox.cpp', |
827 'layout/svg/line/SVGRootInlineBox.h', | 828 'layout/svg/line/SVGRootInlineBox.h', |
828 'rendering/RenderBlock.cpp', | 829 'rendering/RenderBlock.cpp', |
829 'rendering/RenderBlockFlow.cpp', | 830 'rendering/RenderBlockFlow.cpp', |
830 'rendering/RenderBlockLineLayout.cpp', | 831 'rendering/RenderBlockLineLayout.cpp', |
831 'rendering/RenderBox.cpp', | |
832 'rendering/RenderButton.cpp', | 832 'rendering/RenderButton.cpp', |
833 'rendering/RenderButton.h', | 833 'rendering/RenderButton.h', |
834 'rendering/RenderCombineText.cpp', | 834 'rendering/RenderCombineText.cpp', |
835 'rendering/RenderCombineText.h', | 835 'rendering/RenderCombineText.h', |
836 'rendering/RenderDeprecatedFlexibleBox.cpp', | 836 'rendering/RenderDeprecatedFlexibleBox.cpp', |
837 'rendering/RenderDeprecatedFlexibleBox.h', | 837 'rendering/RenderDeprecatedFlexibleBox.h', |
838 'rendering/RenderFileUploadControl.cpp', | 838 'rendering/RenderFileUploadControl.cpp', |
839 'rendering/RenderFileUploadControl.h', | 839 'rendering/RenderFileUploadControl.h', |
840 'rendering/RenderFlexibleBox.cpp', | 840 'rendering/RenderFlexibleBox.cpp', |
841 'rendering/RenderFlexibleBox.h', | 841 'rendering/RenderFlexibleBox.h', |
(...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3806 'rendering/RenderOverflowTest.cpp', | 3806 'rendering/RenderOverflowTest.cpp', |
3807 'streams/ExclusiveStreamReaderTest.cpp', | 3807 'streams/ExclusiveStreamReaderTest.cpp', |
3808 'streams/ReadableStreamTest.cpp', | 3808 'streams/ReadableStreamTest.cpp', |
3809 'testing/PrivateScriptTestTest.cpp', | 3809 'testing/PrivateScriptTestTest.cpp', |
3810 'testing/UnitTestHelpers.cpp', | 3810 'testing/UnitTestHelpers.cpp', |
3811 'testing/UnitTestHelpers.h', | 3811 'testing/UnitTestHelpers.h', |
3812 'xml/parser/SharedBufferReaderTest.cpp', | 3812 'xml/parser/SharedBufferReaderTest.cpp', |
3813 ], | 3813 ], |
3814 } | 3814 } |
3815 } | 3815 } |
OLD | NEW |