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

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

Issue 732093002: Move RenderBoxClipper to core/paint/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/paint/BlockPainter.cpp » ('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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 'page/WindowFeatures.cpp', 1429 'page/WindowFeatures.cpp',
1430 'page/WindowFocusAllowedIndicator.cpp', 1430 'page/WindowFocusAllowedIndicator.cpp',
1431 'page/scrolling/ScrollingConstraints.cpp', 1431 'page/scrolling/ScrollingConstraints.cpp',
1432 'page/scrolling/ScrollingConstraints.h', 1432 'page/scrolling/ScrollingConstraints.h',
1433 'page/scrolling/ScrollingCoordinator.cpp', 1433 'page/scrolling/ScrollingCoordinator.cpp',
1434 'page/scrolling/ScrollingCoordinator.h', 1434 'page/scrolling/ScrollingCoordinator.h',
1435 'paint/BlockPainter.cpp', 1435 'paint/BlockPainter.cpp',
1436 'paint/BlockPainter.h', 1436 'paint/BlockPainter.h',
1437 'paint/BlockFlowPainter.cpp', 1437 'paint/BlockFlowPainter.cpp',
1438 'paint/BlockFlowPainter.h', 1438 'paint/BlockFlowPainter.h',
1439 'paint/BoxClipper.cpp',
1440 'paint/BoxClipper.h',
1439 'paint/BoxDecorationData.h', 1441 'paint/BoxDecorationData.h',
1440 'paint/BoxDecorationData.cpp', 1442 'paint/BoxDecorationData.cpp',
1441 'paint/BoxPainter.cpp', 1443 'paint/BoxPainter.cpp',
1442 'paint/BoxPainter.h', 1444 'paint/BoxPainter.h',
1443 'paint/BackgroundImageGeometry.cpp', 1445 'paint/BackgroundImageGeometry.cpp',
1444 'paint/BackgroundImageGeometry.h', 1446 'paint/BackgroundImageGeometry.h',
1445 'paint/ClipRecorder.cpp', 1447 'paint/ClipRecorder.cpp',
1446 'paint/ClipRecorder.h', 1448 'paint/ClipRecorder.h',
1447 'paint/DetailsMarkerPainter.cpp', 1449 'paint/DetailsMarkerPainter.cpp',
1448 'paint/DetailsMarkerPainter.h', 1450 'paint/DetailsMarkerPainter.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 'rendering/PaintInvalidationState.h', 1585 'rendering/PaintInvalidationState.h',
1584 'rendering/PointerEventsHitRules.cpp', 1586 'rendering/PointerEventsHitRules.cpp',
1585 'rendering/PointerEventsHitRules.h', 1587 'rendering/PointerEventsHitRules.h',
1586 'rendering/RenderApplet.cpp', 1588 'rendering/RenderApplet.cpp',
1587 'rendering/RenderApplet.h', 1589 'rendering/RenderApplet.h',
1588 'rendering/RenderBR.cpp', 1590 'rendering/RenderBR.cpp',
1589 'rendering/RenderBlock.cpp', 1591 'rendering/RenderBlock.cpp',
1590 'rendering/RenderBlockFlow.cpp', 1592 'rendering/RenderBlockFlow.cpp',
1591 'rendering/RenderBlockLineLayout.cpp', 1593 'rendering/RenderBlockLineLayout.cpp',
1592 'rendering/RenderBox.cpp', 1594 'rendering/RenderBox.cpp',
1593 'rendering/RenderBoxClipper.cpp',
1594 'rendering/RenderBoxModelObject.cpp', 1595 'rendering/RenderBoxModelObject.cpp',
1595 'rendering/RenderButton.cpp', 1596 'rendering/RenderButton.cpp',
1596 'rendering/RenderButton.h', 1597 'rendering/RenderButton.h',
1597 'rendering/RenderCombineText.cpp', 1598 'rendering/RenderCombineText.cpp',
1598 'rendering/RenderCombineText.h', 1599 'rendering/RenderCombineText.h',
1599 'rendering/RenderCounter.cpp', 1600 'rendering/RenderCounter.cpp',
1600 'rendering/RenderCounter.h', 1601 'rendering/RenderCounter.h',
1601 'rendering/RenderDeprecatedFlexibleBox.cpp', 1602 'rendering/RenderDeprecatedFlexibleBox.cpp',
1602 'rendering/RenderDeprecatedFlexibleBox.h', 1603 'rendering/RenderDeprecatedFlexibleBox.h',
1603 'rendering/RenderDetailsMarker.cpp', 1604 'rendering/RenderDetailsMarker.cpp',
(...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 'rendering/style/OutlineValueTest.cpp', 3566 'rendering/style/OutlineValueTest.cpp',
3566 'rendering/style/RenderStyleTest.cpp', 3567 'rendering/style/RenderStyleTest.cpp',
3567 'testing/PrivateScriptTestTest.cpp', 3568 'testing/PrivateScriptTestTest.cpp',
3568 'streams/ReadableStreamTest.cpp', 3569 'streams/ReadableStreamTest.cpp',
3569 'testing/UnitTestHelpers.cpp', 3570 'testing/UnitTestHelpers.cpp',
3570 'testing/UnitTestHelpers.h', 3571 'testing/UnitTestHelpers.h',
3571 'xml/parser/SharedBufferReaderTest.cpp', 3572 'xml/parser/SharedBufferReaderTest.cpp',
3572 ], 3573 ],
3573 } 3574 }
3574 } 3575 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698