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

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

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/PseudoStyleRequest.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'layout/LayoutReplica.cpp', 640 'layout/LayoutReplica.cpp',
641 'layout/LayoutReplica.h', 641 'layout/LayoutReplica.h',
642 'layout/LayoutRuby.cpp', 642 'layout/LayoutRuby.cpp',
643 'layout/LayoutRuby.h', 643 'layout/LayoutRuby.h',
644 'layout/LayoutRubyBase.cpp', 644 'layout/LayoutRubyBase.cpp',
645 'layout/LayoutRubyBase.h', 645 'layout/LayoutRubyBase.h',
646 'layout/LayoutRubyRun.cpp', 646 'layout/LayoutRubyRun.cpp',
647 'layout/LayoutRubyRun.h', 647 'layout/LayoutRubyRun.h',
648 'layout/LayoutRubyText.cpp', 648 'layout/LayoutRubyText.cpp',
649 'layout/LayoutRubyText.h', 649 'layout/LayoutRubyText.h',
650 'layout/LayoutScrollbar.cpp',
651 'layout/LayoutScrollbar.h',
652 'layout/LayoutScrollbarPart.cpp',
653 'layout/LayoutScrollbarPart.h',
654 'layout/LayoutScrollbarTheme.cpp',
655 'layout/LayoutScrollbarTheme.h',
650 'layout/LayoutSlider.cpp', 656 'layout/LayoutSlider.cpp',
651 'layout/LayoutSlider.h', 657 'layout/LayoutSlider.h',
652 'layout/LayoutSliderContainer.cpp', 658 'layout/LayoutSliderContainer.cpp',
653 'layout/LayoutSliderContainer.h', 659 'layout/LayoutSliderContainer.h',
654 'layout/LayoutSliderThumb.cpp', 660 'layout/LayoutSliderThumb.cpp',
655 'layout/LayoutSliderThumb.h', 661 'layout/LayoutSliderThumb.h',
656 'layout/LayoutTable.cpp', 662 'layout/LayoutTable.cpp',
657 'layout/LayoutTable.h', 663 'layout/LayoutTable.h',
658 'layout/LayoutTableAlgorithm.h', 664 'layout/LayoutTableAlgorithm.h',
659 'layout/LayoutTableAlgorithmAuto.cpp', 665 'layout/LayoutTableAlgorithmAuto.cpp',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'rendering/RenderInline.cpp', 842 'rendering/RenderInline.cpp',
837 'rendering/RenderInline.h', 843 'rendering/RenderInline.h',
838 'rendering/RenderLineBoxList.cpp', 844 'rendering/RenderLineBoxList.cpp',
839 'rendering/RenderListBox.cpp', 845 'rendering/RenderListBox.cpp',
840 'rendering/RenderListBox.h', 846 'rendering/RenderListBox.h',
841 'rendering/RenderListItem.cpp', 847 'rendering/RenderListItem.cpp',
842 'rendering/RenderListMarker.cpp', 848 'rendering/RenderListMarker.cpp',
843 'rendering/RenderListMarker.h', 849 'rendering/RenderListMarker.h',
844 'rendering/RenderMenuList.cpp', 850 'rendering/RenderMenuList.cpp',
845 'rendering/RenderMenuList.h', 851 'rendering/RenderMenuList.h',
846 'rendering/RenderScrollbar.cpp',
847 'rendering/RenderScrollbar.h',
848 'rendering/RenderScrollbarPart.cpp',
849 'rendering/RenderScrollbarPart.h',
850 'rendering/RenderScrollbarTheme.cpp',
851 'rendering/RenderScrollbarTheme.h',
852 'rendering/RenderSearchField.cpp', 852 'rendering/RenderSearchField.cpp',
853 'rendering/RenderSearchField.h', 853 'rendering/RenderSearchField.h',
854 'rendering/RenderSelectionInfo.h', 854 'rendering/RenderSelectionInfo.h',
855 'rendering/RenderText.cpp', 855 'rendering/RenderText.cpp',
856 'rendering/RenderTextFragment.cpp', 856 'rendering/RenderTextFragment.cpp',
857 'rendering/RenderTextFragment.h', 857 'rendering/RenderTextFragment.h',
858 'rendering/RenderView.cpp', 858 'rendering/RenderView.cpp',
859 ], 859 ],
860 'webcore_non_rendering_files': [ 860 'webcore_non_rendering_files': [
861 'Init.cpp', 861 'Init.cpp',
(...skipping 2945 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 'rendering/RenderOverflowTest.cpp', 3807 'rendering/RenderOverflowTest.cpp',
3808 'streams/ExclusiveStreamReaderTest.cpp', 3808 'streams/ExclusiveStreamReaderTest.cpp',
3809 'streams/ReadableStreamTest.cpp', 3809 'streams/ReadableStreamTest.cpp',
3810 'testing/PrivateScriptTestTest.cpp', 3810 'testing/PrivateScriptTestTest.cpp',
3811 'testing/UnitTestHelpers.cpp', 3811 'testing/UnitTestHelpers.cpp',
3812 'testing/UnitTestHelpers.h', 3812 'testing/UnitTestHelpers.h',
3813 'xml/parser/SharedBufferReaderTest.cpp', 3813 'xml/parser/SharedBufferReaderTest.cpp',
3814 ], 3814 ],
3815 } 3815 }
3816 } 3816 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/PseudoStyleRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698