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

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

Issue 583023002: Move paint code from RenderBlockFlow into BlockFlowPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/core/paint/BlockFlowPainter.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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 'page/TouchDisambiguation.cpp', 1476 'page/TouchDisambiguation.cpp',
1477 'page/TouchDisambiguation.h', 1477 'page/TouchDisambiguation.h',
1478 'page/WindowFeatures.cpp', 1478 'page/WindowFeatures.cpp',
1479 'page/WindowFocusAllowedIndicator.cpp', 1479 'page/WindowFocusAllowedIndicator.cpp',
1480 'page/scrolling/ScrollingConstraints.cpp', 1480 'page/scrolling/ScrollingConstraints.cpp',
1481 'page/scrolling/ScrollingConstraints.h', 1481 'page/scrolling/ScrollingConstraints.h',
1482 'page/scrolling/ScrollingCoordinator.cpp', 1482 'page/scrolling/ScrollingCoordinator.cpp',
1483 'page/scrolling/ScrollingCoordinator.h', 1483 'page/scrolling/ScrollingCoordinator.h',
1484 'paint/BlockPainter.cpp', 1484 'paint/BlockPainter.cpp',
1485 'paint/BlockPainter.h', 1485 'paint/BlockPainter.h',
1486 'paint/BlockFlowPainter.cpp',
1487 'paint/BlockFlowPainter.h',
1486 'paint/BoxDecorationData.h', 1488 'paint/BoxDecorationData.h',
1487 'paint/BoxDecorationData.cpp', 1489 'paint/BoxDecorationData.cpp',
1488 'paint/BoxPainter.cpp', 1490 'paint/BoxPainter.cpp',
1489 'paint/BoxPainter.h', 1491 'paint/BoxPainter.h',
1490 'paint/BackgroundImageGeometry.h', 1492 'paint/BackgroundImageGeometry.h',
1491 'paint/BackgroundImageGeometry.cpp', 1493 'paint/BackgroundImageGeometry.cpp',
1492 'plugins/DOMMimeType.cpp', 1494 'plugins/DOMMimeType.cpp',
1493 'plugins/DOMMimeType.h', 1495 'plugins/DOMMimeType.h',
1494 'plugins/DOMMimeTypeArray.cpp', 1496 'plugins/DOMMimeTypeArray.cpp',
1495 'plugins/DOMMimeTypeArray.h', 1497 'plugins/DOMMimeTypeArray.h',
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3524 'rendering/shapes/BoxShapeTest.cpp', 3526 'rendering/shapes/BoxShapeTest.cpp',
3525 'rendering/style/OutlineValueTest.cpp', 3527 'rendering/style/OutlineValueTest.cpp',
3526 'testing/PrivateScriptTestTest.cpp', 3528 'testing/PrivateScriptTestTest.cpp',
3527 'streams/ReadableStreamTest.cpp', 3529 'streams/ReadableStreamTest.cpp',
3528 'testing/UnitTestHelpers.cpp', 3530 'testing/UnitTestHelpers.cpp',
3529 'testing/UnitTestHelpers.h', 3531 'testing/UnitTestHelpers.h',
3530 'xml/parser/SharedBufferReaderTest.cpp', 3532 'xml/parser/SharedBufferReaderTest.cpp',
3531 ], 3533 ],
3532 } 3534 }
3533 } 3535 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockFlowPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698