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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'layout/LayoutInline.h', | 633 'layout/LayoutInline.h', |
634 'layout/LayoutListBox.cpp', | 634 'layout/LayoutListBox.cpp', |
635 'layout/LayoutListBox.h', | 635 'layout/LayoutListBox.h', |
636 'layout/LayoutListItem.cpp', | 636 'layout/LayoutListItem.cpp', |
637 'layout/LayoutListMarker.cpp', | 637 'layout/LayoutListMarker.cpp', |
638 'layout/LayoutListMarker.h', | 638 'layout/LayoutListMarker.h', |
639 'layout/LayoutMedia.cpp', | 639 'layout/LayoutMedia.cpp', |
640 'layout/LayoutMedia.h', | 640 'layout/LayoutMedia.h', |
641 'layout/LayoutMediaControls.cpp', | 641 'layout/LayoutMediaControls.cpp', |
642 'layout/LayoutMediaControls.h', | 642 'layout/LayoutMediaControls.h', |
| 643 'layout/LayoutMenuList.cpp', |
| 644 'layout/LayoutMenuList.h', |
643 'layout/LayoutMeter.cpp', | 645 'layout/LayoutMeter.cpp', |
644 'layout/LayoutMeter.h', | 646 'layout/LayoutMeter.h', |
645 'layout/LayoutMultiColumnFlowThread.cpp', | 647 'layout/LayoutMultiColumnFlowThread.cpp', |
646 'layout/LayoutMultiColumnFlowThread.h', | 648 'layout/LayoutMultiColumnFlowThread.h', |
647 'layout/LayoutMultiColumnSet.cpp', | 649 'layout/LayoutMultiColumnSet.cpp', |
648 'layout/LayoutMultiColumnSet.h', | 650 'layout/LayoutMultiColumnSet.h', |
649 'layout/LayoutMultiColumnSpannerPlaceholder.cpp', | 651 'layout/LayoutMultiColumnSpannerPlaceholder.cpp', |
650 'layout/LayoutMultiColumnSpannerPlaceholder.h', | 652 'layout/LayoutMultiColumnSpannerPlaceholder.h', |
651 'layout/LayoutObject.cpp', | 653 'layout/LayoutObject.cpp', |
652 'layout/LayoutObjectChildList.cpp', | 654 'layout/LayoutObjectChildList.cpp', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'layout/style/StyleSurroundData.cpp', | 849 'layout/style/StyleSurroundData.cpp', |
848 'layout/style/StyleTransformData.cpp', | 850 'layout/style/StyleTransformData.cpp', |
849 'layout/style/StyleVisualData.cpp', | 851 'layout/style/StyleVisualData.cpp', |
850 'layout/style/StyleWillChangeData.cpp', | 852 'layout/style/StyleWillChangeData.cpp', |
851 'layout/svg/line/SVGInlineFlowBox.cpp', | 853 'layout/svg/line/SVGInlineFlowBox.cpp', |
852 'layout/svg/line/SVGInlineFlowBox.h', | 854 'layout/svg/line/SVGInlineFlowBox.h', |
853 'layout/svg/line/SVGInlineTextBox.cpp', | 855 'layout/svg/line/SVGInlineTextBox.cpp', |
854 'layout/svg/line/SVGInlineTextBox.h', | 856 'layout/svg/line/SVGInlineTextBox.h', |
855 'layout/svg/line/SVGRootInlineBox.cpp', | 857 'layout/svg/line/SVGRootInlineBox.cpp', |
856 'layout/svg/line/SVGRootInlineBox.h', | 858 'layout/svg/line/SVGRootInlineBox.h', |
857 'rendering/RenderMenuList.cpp', | |
858 'rendering/RenderMenuList.h', | |
859 'rendering/RenderSelectionInfo.h', | 859 'rendering/RenderSelectionInfo.h', |
860 ], | 860 ], |
861 'webcore_non_rendering_files': [ | 861 'webcore_non_rendering_files': [ |
862 'Init.cpp', | 862 'Init.cpp', |
863 'Init.h', | 863 'Init.h', |
864 'animation/ActiveAnimations.cpp', | 864 'animation/ActiveAnimations.cpp', |
865 'animation/ActiveAnimations.h', | 865 'animation/ActiveAnimations.h', |
866 'animation/Animation.cpp', | 866 'animation/Animation.cpp', |
867 'animation/Animation.h', | 867 'animation/Animation.h', |
868 'animation/AnimationClock.cpp', | 868 'animation/AnimationClock.cpp', |
(...skipping 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3819 'paint/ViewDisplayListTest.cpp', | 3819 'paint/ViewDisplayListTest.cpp', |
3820 'streams/ExclusiveStreamReaderTest.cpp', | 3820 'streams/ExclusiveStreamReaderTest.cpp', |
3821 'streams/ReadableStreamTest.cpp', | 3821 'streams/ReadableStreamTest.cpp', |
3822 'testing/PrivateScriptTestTest.cpp', | 3822 'testing/PrivateScriptTestTest.cpp', |
3823 'testing/UnitTestHelpers.cpp', | 3823 'testing/UnitTestHelpers.cpp', |
3824 'testing/UnitTestHelpers.h', | 3824 'testing/UnitTestHelpers.h', |
3825 'xml/parser/SharedBufferReaderTest.cpp', | 3825 'xml/parser/SharedBufferReaderTest.cpp', |
3826 ], | 3826 ], |
3827 } | 3827 } |
3828 } | 3828 } |
OLD | NEW |