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

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

Issue 142323003: Separate LineBreaker from RenderBlockLineLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/rendering/RenderBlockLineLayout.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 'rendering/SubtreeLayoutScope.h', 1580 'rendering/SubtreeLayoutScope.h',
1581 'rendering/TableLayout.h', 1581 'rendering/TableLayout.h',
1582 'rendering/TextAutosizer.cpp', 1582 'rendering/TextAutosizer.cpp',
1583 'rendering/TextAutosizer.h', 1583 'rendering/TextAutosizer.h',
1584 'rendering/TrailingFloatsRootInlineBox.h', 1584 'rendering/TrailingFloatsRootInlineBox.h',
1585 'rendering/VerticalPositionCache.h', 1585 'rendering/VerticalPositionCache.h',
1586 'rendering/animation/WebAnimationProvider.cpp', 1586 'rendering/animation/WebAnimationProvider.cpp',
1587 'rendering/animation/WebAnimationProvider.h', 1587 'rendering/animation/WebAnimationProvider.h',
1588 'rendering/break_lines.cpp', 1588 'rendering/break_lines.cpp',
1589 'rendering/break_lines.h', 1589 'rendering/break_lines.h',
1590 'rendering/line/BreakingContext.cpp',
1591 'rendering/line/LineBreaker.cpp',
1592 'rendering/line/LineBreaker.h',
1590 'rendering/line/LineWidth.cpp', 1593 'rendering/line/LineWidth.cpp',
1591 'rendering/line/LineWidth.h', 1594 'rendering/line/LineWidth.h',
1592 'rendering/line/TrailingObjects.h', 1595 'rendering/line/TrailingObjects.h',
1593 'rendering/line/TrailingObjects.cpp', 1596 'rendering/line/TrailingObjects.cpp',
1594 'rendering/shapes/BoxShape.cpp', 1597 'rendering/shapes/BoxShape.cpp',
1595 'rendering/shapes/BoxShape.h', 1598 'rendering/shapes/BoxShape.h',
1596 'rendering/shapes/PolygonShape.cpp', 1599 'rendering/shapes/PolygonShape.cpp',
1597 'rendering/shapes/PolygonShape.h', 1600 'rendering/shapes/PolygonShape.h',
1598 'rendering/shapes/RasterShape.cpp', 1601 'rendering/shapes/RasterShape.cpp',
1599 'rendering/shapes/RasterShape.h', 1602 'rendering/shapes/RasterShape.h',
(...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'html/track/vtt/BufferedLineReaderTest.cpp', 3263 'html/track/vtt/BufferedLineReaderTest.cpp',
3261 'html/track/vtt/VTTScannerTest.cpp', 3264 'html/track/vtt/VTTScannerTest.cpp',
3262 'frame/ImageBitmapTest.cpp', 3265 'frame/ImageBitmapTest.cpp',
3263 'rendering/RenderOverflowTest.cpp', 3266 'rendering/RenderOverflowTest.cpp',
3264 'rendering/shapes/BoxShapeTest.cpp', 3267 'rendering/shapes/BoxShapeTest.cpp',
3265 'testing/UnitTestHelpers.h', 3268 'testing/UnitTestHelpers.h',
3266 'testing/UnitTestHelpers.cpp', 3269 'testing/UnitTestHelpers.cpp',
3267 ], 3270 ],
3268 } 3271 }
3269 } 3272 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698