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

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

Issue 931633003: Move and rename RenderBR to LayoutBR. (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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/LayoutBR.cpp',
590 'layout/LayoutCounter.cpp', 591 'layout/LayoutCounter.cpp',
591 'layout/LayoutCounter.h', 592 'layout/LayoutCounter.h',
592 'layout/LayoutEmbeddedObject.cpp', 593 'layout/LayoutEmbeddedObject.cpp',
593 'layout/LayoutFlowThread.cpp', 594 'layout/LayoutFlowThread.cpp',
594 'layout/LayoutFlowThread.h', 595 'layout/LayoutFlowThread.h',
595 'layout/LayoutFrame.cpp', 596 'layout/LayoutFrame.cpp',
596 'layout/LayoutFrame.h', 597 'layout/LayoutFrame.h',
597 'layout/LayoutFrameSet.cpp', 598 'layout/LayoutFrameSet.cpp',
598 'layout/LayoutFrameSet.h', 599 'layout/LayoutFrameSet.h',
599 'layout/LayoutGeometryMap.cpp', 600 'layout/LayoutGeometryMap.cpp',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'layout/style/StyleSurroundData.cpp', 787 'layout/style/StyleSurroundData.cpp',
787 'layout/style/StyleTransformData.cpp', 788 'layout/style/StyleTransformData.cpp',
788 'layout/style/StyleVisualData.cpp', 789 'layout/style/StyleVisualData.cpp',
789 'layout/style/StyleWillChangeData.cpp', 790 'layout/style/StyleWillChangeData.cpp',
790 'layout/svg/line/SVGInlineFlowBox.cpp', 791 'layout/svg/line/SVGInlineFlowBox.cpp',
791 'layout/svg/line/SVGInlineFlowBox.h', 792 'layout/svg/line/SVGInlineFlowBox.h',
792 'layout/svg/line/SVGInlineTextBox.cpp', 793 'layout/svg/line/SVGInlineTextBox.cpp',
793 'layout/svg/line/SVGInlineTextBox.h', 794 'layout/svg/line/SVGInlineTextBox.h',
794 'layout/svg/line/SVGRootInlineBox.cpp', 795 'layout/svg/line/SVGRootInlineBox.cpp',
795 'layout/svg/line/SVGRootInlineBox.h', 796 'layout/svg/line/SVGRootInlineBox.h',
796 'rendering/RenderBR.cpp',
797 'rendering/RenderBlock.cpp', 797 'rendering/RenderBlock.cpp',
798 'rendering/RenderBlockFlow.cpp', 798 'rendering/RenderBlockFlow.cpp',
799 'rendering/RenderBlockLineLayout.cpp', 799 'rendering/RenderBlockLineLayout.cpp',
800 'rendering/RenderBox.cpp', 800 'rendering/RenderBox.cpp',
801 'rendering/RenderBoxModelObject.cpp', 801 'rendering/RenderBoxModelObject.cpp',
802 'rendering/RenderButton.cpp', 802 'rendering/RenderButton.cpp',
803 'rendering/RenderButton.h', 803 'rendering/RenderButton.h',
804 'rendering/RenderCombineText.cpp', 804 'rendering/RenderCombineText.cpp',
805 'rendering/RenderCombineText.h', 805 'rendering/RenderCombineText.h',
806 'rendering/RenderDeprecatedFlexibleBox.cpp', 806 'rendering/RenderDeprecatedFlexibleBox.cpp',
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'rendering/RenderingTestHelper.h', 3803 'rendering/RenderingTestHelper.h',
3804 'streams/ExclusiveStreamReaderTest.cpp', 3804 'streams/ExclusiveStreamReaderTest.cpp',
3805 'streams/ReadableStreamTest.cpp', 3805 'streams/ReadableStreamTest.cpp',
3806 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3807 'testing/UnitTestHelpers.cpp', 3807 'testing/UnitTestHelpers.cpp',
3808 'testing/UnitTestHelpers.h', 3808 'testing/UnitTestHelpers.h',
3809 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3810 ], 3810 ],
3811 } 3811 }
3812 } 3812 }
OLDNEW
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/block/float/br-with-clear-2-expected.txt ('k') | Source/core/html/HTMLBRElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698