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

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: 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'layout/LayoutScrollbarTheme.cpp', 677 'layout/LayoutScrollbarTheme.cpp',
678 'layout/LayoutScrollbarTheme.h', 678 'layout/LayoutScrollbarTheme.h',
679 'layout/LayoutSearchField.cpp', 679 'layout/LayoutSearchField.cpp',
680 'layout/LayoutSearchField.h', 680 'layout/LayoutSearchField.h',
681 'layout/LayoutSlider.cpp', 681 'layout/LayoutSlider.cpp',
682 'layout/LayoutSlider.h', 682 'layout/LayoutSlider.h',
683 'layout/LayoutSliderContainer.cpp', 683 'layout/LayoutSliderContainer.cpp',
684 'layout/LayoutSliderContainer.h', 684 'layout/LayoutSliderContainer.h',
685 'layout/LayoutSliderThumb.cpp', 685 'layout/LayoutSliderThumb.cpp',
686 'layout/LayoutSliderThumb.h', 686 'layout/LayoutSliderThumb.h',
687 'layout/LayoutText.cpp',
688 'layout/LayoutTextCombine.cpp',
689 'layout/LayoutTextCombine.h',
690 'layout/LayoutTextFragment.cpp',
691 'layout/LayoutTextFragment.h',
687 'layout/LayoutTable.cpp', 692 'layout/LayoutTable.cpp',
688 'layout/LayoutTable.h', 693 'layout/LayoutTable.h',
689 'layout/LayoutTableCaption.cpp', 694 'layout/LayoutTableCaption.cpp',
690 'layout/LayoutTableCaption.h', 695 'layout/LayoutTableCaption.h',
691 'layout/LayoutTableCell.cpp', 696 'layout/LayoutTableCell.cpp',
692 'layout/LayoutTableCell.h', 697 'layout/LayoutTableCell.h',
693 'layout/LayoutTableCol.cpp', 698 'layout/LayoutTableCol.cpp',
694 'layout/LayoutTableCol.h', 699 'layout/LayoutTableCol.h',
695 'layout/LayoutTableRow.cpp', 700 'layout/LayoutTableRow.cpp',
696 'layout/LayoutTableRow.h', 701 'layout/LayoutTableRow.h',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'layout/style/StyleSurroundData.cpp', 847 'layout/style/StyleSurroundData.cpp',
843 'layout/style/StyleTransformData.cpp', 848 'layout/style/StyleTransformData.cpp',
844 'layout/style/StyleVisualData.cpp', 849 'layout/style/StyleVisualData.cpp',
845 'layout/style/StyleWillChangeData.cpp', 850 'layout/style/StyleWillChangeData.cpp',
846 'layout/svg/line/SVGInlineFlowBox.cpp', 851 'layout/svg/line/SVGInlineFlowBox.cpp',
847 'layout/svg/line/SVGInlineFlowBox.h', 852 'layout/svg/line/SVGInlineFlowBox.h',
848 'layout/svg/line/SVGInlineTextBox.cpp', 853 'layout/svg/line/SVGInlineTextBox.cpp',
849 'layout/svg/line/SVGInlineTextBox.h', 854 'layout/svg/line/SVGInlineTextBox.h',
850 'layout/svg/line/SVGRootInlineBox.cpp', 855 'layout/svg/line/SVGRootInlineBox.cpp',
851 'layout/svg/line/SVGRootInlineBox.h', 856 'layout/svg/line/SVGRootInlineBox.h',
852 'rendering/RenderCombineText.cpp',
853 'rendering/RenderCombineText.h',
854 'rendering/RenderMenuList.cpp', 857 'rendering/RenderMenuList.cpp',
855 'rendering/RenderMenuList.h', 858 'rendering/RenderMenuList.h',
856 'rendering/RenderSelectionInfo.h', 859 'rendering/RenderSelectionInfo.h',
857 'rendering/RenderText.cpp',
858 'rendering/RenderTextFragment.cpp',
859 'rendering/RenderTextFragment.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',
869 'animation/AnimationClock.h', 869 'animation/AnimationClock.h',
(...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'paint/ViewDisplayListTest.cpp', 3814 'paint/ViewDisplayListTest.cpp',
3815 'streams/ExclusiveStreamReaderTest.cpp', 3815 'streams/ExclusiveStreamReaderTest.cpp',
3816 'streams/ReadableStreamTest.cpp', 3816 'streams/ReadableStreamTest.cpp',
3817 'testing/PrivateScriptTestTest.cpp', 3817 'testing/PrivateScriptTestTest.cpp',
3818 'testing/UnitTestHelpers.cpp', 3818 'testing/UnitTestHelpers.cpp',
3819 'testing/UnitTestHelpers.h', 3819 'testing/UnitTestHelpers.h',
3820 'xml/parser/SharedBufferReaderTest.cpp', 3820 'xml/parser/SharedBufferReaderTest.cpp',
3821 ], 3821 ],
3822 } 3822 }
3823 } 3823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698