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/LayoutBoxModelObject.cpp', |
590 'layout/LayoutBR.cpp', | 591 'layout/LayoutBR.cpp', |
591 'layout/LayoutCounter.cpp', | 592 'layout/LayoutCounter.cpp', |
592 'layout/LayoutCounter.h', | 593 'layout/LayoutCounter.h', |
593 'layout/LayoutDetailsMarker.cpp', | 594 'layout/LayoutDetailsMarker.cpp', |
594 'layout/LayoutDetailsMarker.h', | 595 'layout/LayoutDetailsMarker.h', |
595 'layout/LayoutEmbeddedObject.cpp', | 596 'layout/LayoutEmbeddedObject.cpp', |
596 'layout/LayoutFlowThread.cpp', | 597 'layout/LayoutFlowThread.cpp', |
597 'layout/LayoutFlowThread.h', | 598 'layout/LayoutFlowThread.h', |
598 'layout/LayoutFrame.cpp', | 599 'layout/LayoutFrame.cpp', |
599 'layout/LayoutFrame.h', | 600 'layout/LayoutFrame.h', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 'layout/svg/line/SVGInlineFlowBox.cpp', | 806 'layout/svg/line/SVGInlineFlowBox.cpp', |
806 'layout/svg/line/SVGInlineFlowBox.h', | 807 'layout/svg/line/SVGInlineFlowBox.h', |
807 'layout/svg/line/SVGInlineTextBox.cpp', | 808 'layout/svg/line/SVGInlineTextBox.cpp', |
808 'layout/svg/line/SVGInlineTextBox.h', | 809 'layout/svg/line/SVGInlineTextBox.h', |
809 'layout/svg/line/SVGRootInlineBox.cpp', | 810 'layout/svg/line/SVGRootInlineBox.cpp', |
810 'layout/svg/line/SVGRootInlineBox.h', | 811 'layout/svg/line/SVGRootInlineBox.h', |
811 'rendering/RenderBlock.cpp', | 812 'rendering/RenderBlock.cpp', |
812 'rendering/RenderBlockFlow.cpp', | 813 'rendering/RenderBlockFlow.cpp', |
813 'rendering/RenderBlockLineLayout.cpp', | 814 'rendering/RenderBlockLineLayout.cpp', |
814 'rendering/RenderBox.cpp', | 815 'rendering/RenderBox.cpp', |
815 'rendering/RenderBoxModelObject.cpp', | |
816 'rendering/RenderButton.cpp', | 816 'rendering/RenderButton.cpp', |
817 'rendering/RenderButton.h', | 817 'rendering/RenderButton.h', |
818 'rendering/RenderCombineText.cpp', | 818 'rendering/RenderCombineText.cpp', |
819 'rendering/RenderCombineText.h', | 819 'rendering/RenderCombineText.h', |
820 'rendering/RenderDeprecatedFlexibleBox.cpp', | 820 'rendering/RenderDeprecatedFlexibleBox.cpp', |
821 'rendering/RenderDeprecatedFlexibleBox.h', | 821 'rendering/RenderDeprecatedFlexibleBox.h', |
822 'rendering/RenderFieldset.cpp', | 822 'rendering/RenderFieldset.cpp', |
823 'rendering/RenderFieldset.h', | 823 'rendering/RenderFieldset.h', |
824 'rendering/RenderFileUploadControl.cpp', | 824 'rendering/RenderFileUploadControl.cpp', |
825 'rendering/RenderFileUploadControl.h', | 825 'rendering/RenderFileUploadControl.h', |
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3804 'rendering/RenderingTestHelper.h', | 3804 'rendering/RenderingTestHelper.h', |
3805 'streams/ExclusiveStreamReaderTest.cpp', | 3805 'streams/ExclusiveStreamReaderTest.cpp', |
3806 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
3807 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
3808 'testing/UnitTestHelpers.cpp', | 3808 'testing/UnitTestHelpers.cpp', |
3809 'testing/UnitTestHelpers.h', | 3809 'testing/UnitTestHelpers.h', |
3810 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
3811 ], | 3811 ], |
3812 } | 3812 } |
3813 } | 3813 } |
OLD | NEW |