Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: Source/core/core.gypi

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge w/HEAD again Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'layout/OrderIterator.h', 571 'layout/OrderIterator.h',
572 'layout/PaintInfo.h', 572 'layout/PaintInfo.h',
573 'layout/PaintInvalidationState.cpp', 573 'layout/PaintInvalidationState.cpp',
574 'layout/PaintInvalidationState.h', 574 'layout/PaintInvalidationState.h',
575 'layout/PaintPhase.cpp', 575 'layout/PaintPhase.cpp',
576 'layout/PaintPhase.h', 576 'layout/PaintPhase.h',
577 'layout/PointerEventsHitRules.cpp', 577 'layout/PointerEventsHitRules.cpp',
578 'layout/PointerEventsHitRules.h', 578 'layout/PointerEventsHitRules.h',
579 'layout/Layer.cpp', 579 'layout/Layer.cpp',
580 'layout/LayerClipper.cpp', 580 'layout/LayerClipper.cpp',
581 'layout/LayoutCombineText.cpp',
582 'layout/LayoutCombineText.h',
581 'layout/LayoutDeprecatedFlexibleBox.cpp', 583 'layout/LayoutDeprecatedFlexibleBox.cpp',
582 'layout/LayoutDeprecatedFlexibleBox.h', 584 'layout/LayoutDeprecatedFlexibleBox.h',
583 'layout/LayerFilterInfo.cpp', 585 'layout/LayerFilterInfo.cpp',
584 'layout/LayerFilterInfo.h', 586 'layout/LayerFilterInfo.h',
585 'layout/LayerFragment.h', 587 'layout/LayerFragment.h',
586 'layout/LayerPaintingInfo.h', 588 'layout/LayerPaintingInfo.h',
587 'layout/LayerReflectionInfo.cpp', 589 'layout/LayerReflectionInfo.cpp',
588 'layout/LayerScrollableArea.cpp', 590 'layout/LayerScrollableArea.cpp',
589 'layout/LayerStackingNode.cpp', 591 'layout/LayerStackingNode.cpp',
590 'layout/LayerStackingNodeIterator.cpp', 592 'layout/LayerStackingNodeIterator.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'layout/LayoutScrollbarTheme.cpp', 668 'layout/LayoutScrollbarTheme.cpp',
667 'layout/LayoutScrollbarTheme.h', 669 'layout/LayoutScrollbarTheme.h',
668 'layout/LayoutSearchField.cpp', 670 'layout/LayoutSearchField.cpp',
669 'layout/LayoutSearchField.h', 671 'layout/LayoutSearchField.h',
670 'layout/LayoutSlider.cpp', 672 'layout/LayoutSlider.cpp',
671 'layout/LayoutSlider.h', 673 'layout/LayoutSlider.h',
672 'layout/LayoutSliderContainer.cpp', 674 'layout/LayoutSliderContainer.cpp',
673 'layout/LayoutSliderContainer.h', 675 'layout/LayoutSliderContainer.h',
674 'layout/LayoutSliderThumb.cpp', 676 'layout/LayoutSliderThumb.cpp',
675 'layout/LayoutSliderThumb.h', 677 'layout/LayoutSliderThumb.h',
678 'layout/LayoutText.cpp',
679 'layout/LayoutTextFragment.cpp',
680 'layout/LayoutTextFragment.h',
676 'layout/LayoutTable.cpp', 681 'layout/LayoutTable.cpp',
677 'layout/LayoutTable.h', 682 'layout/LayoutTable.h',
678 'layout/LayoutTableAlgorithm.h', 683 'layout/LayoutTableAlgorithm.h',
679 'layout/LayoutTableAlgorithmAuto.cpp', 684 'layout/LayoutTableAlgorithmAuto.cpp',
680 'layout/LayoutTableAlgorithmAuto.h', 685 'layout/LayoutTableAlgorithmAuto.h',
681 'layout/LayoutTableAlgorithmFixed.cpp', 686 'layout/LayoutTableAlgorithmFixed.cpp',
682 'layout/LayoutTableAlgorithmFixed.h', 687 'layout/LayoutTableAlgorithmFixed.h',
683 'layout/LayoutTableCaption.cpp', 688 'layout/LayoutTableCaption.cpp',
684 'layout/LayoutTableCaption.h', 689 'layout/LayoutTableCaption.h',
685 'layout/LayoutTableCell.cpp', 690 'layout/LayoutTableCell.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'layout/svg/line/SVGInlineFlowBox.h', 840 'layout/svg/line/SVGInlineFlowBox.h',
836 'layout/svg/line/SVGInlineTextBox.cpp', 841 'layout/svg/line/SVGInlineTextBox.cpp',
837 'layout/svg/line/SVGInlineTextBox.h', 842 'layout/svg/line/SVGInlineTextBox.h',
838 'layout/svg/line/SVGRootInlineBox.cpp', 843 'layout/svg/line/SVGRootInlineBox.cpp',
839 'layout/svg/line/SVGRootInlineBox.h', 844 'layout/svg/line/SVGRootInlineBox.h',
840 'rendering/RenderBlock.cpp', 845 'rendering/RenderBlock.cpp',
841 'rendering/RenderBlockFlow.cpp', 846 'rendering/RenderBlockFlow.cpp',
842 'rendering/RenderBlockLineLayout.cpp', 847 'rendering/RenderBlockLineLayout.cpp',
843 'rendering/RenderButton.cpp', 848 'rendering/RenderButton.cpp',
844 'rendering/RenderButton.h', 849 'rendering/RenderButton.h',
845 'rendering/RenderCombineText.cpp',
846 'rendering/RenderCombineText.h',
847 'rendering/RenderFlexibleBox.cpp', 850 'rendering/RenderFlexibleBox.cpp',
848 'rendering/RenderFlexibleBox.h', 851 'rendering/RenderFlexibleBox.h',
849 'rendering/RenderFullScreen.cpp', 852 'rendering/RenderFullScreen.cpp',
850 'rendering/RenderFullScreen.h', 853 'rendering/RenderFullScreen.h',
851 'rendering/RenderInline.cpp', 854 'rendering/RenderInline.cpp',
852 'rendering/RenderInline.h', 855 'rendering/RenderInline.h',
853 'rendering/RenderMenuList.cpp', 856 'rendering/RenderMenuList.cpp',
854 'rendering/RenderMenuList.h', 857 'rendering/RenderMenuList.h',
855 'rendering/RenderSelectionInfo.h', 858 'rendering/RenderSelectionInfo.h',
856 'rendering/RenderText.cpp',
857 'rendering/RenderTextFragment.cpp',
858 'rendering/RenderTextFragment.h',
859 ], 859 ],
860 'webcore_non_rendering_files': [ 860 'webcore_non_rendering_files': [
861 'Init.cpp', 861 'Init.cpp',
862 'Init.h', 862 'Init.h',
863 'animation/ActiveAnimations.cpp', 863 'animation/ActiveAnimations.cpp',
864 'animation/ActiveAnimations.h', 864 'animation/ActiveAnimations.h',
865 'animation/Animation.cpp', 865 'animation/Animation.cpp',
866 'animation/Animation.h', 866 'animation/Animation.h',
867 'animation/AnimationClock.cpp', 867 'animation/AnimationClock.cpp',
868 'animation/AnimationClock.h', 868 'animation/AnimationClock.h',
(...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after
3813 'rendering/RenderOverflowTest.cpp', 3813 'rendering/RenderOverflowTest.cpp',
3814 'streams/ExclusiveStreamReaderTest.cpp', 3814 'streams/ExclusiveStreamReaderTest.cpp',
3815 'streams/ReadableStreamTest.cpp', 3815 'streams/ReadableStreamTest.cpp',
3816 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3817 'testing/UnitTestHelpers.cpp', 3817 'testing/UnitTestHelpers.cpp',
3818 'testing/UnitTestHelpers.h', 3818 'testing/UnitTestHelpers.h',
3819 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3820 ], 3820 ],
3821 } 3821 }
3822 } 3822 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/layout/LayoutCombineText.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698