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

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

Issue 892293002: First version of new merge algorithm (not enabled yet) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove scope-related code (accidentally mixed in this CL) 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/paint/BlockPainter.cpp » ('j') | Source/core/paint/BlockPainter.cpp » ('J')
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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 'paint/SVGShapePainter.cpp', 1666 'paint/SVGShapePainter.cpp',
1667 'paint/SVGShapePainter.h', 1667 'paint/SVGShapePainter.h',
1668 'paint/SVGTextPainter.cpp', 1668 'paint/SVGTextPainter.cpp',
1669 'paint/SVGTextPainter.h', 1669 'paint/SVGTextPainter.h',
1670 'paint/ScrollableAreaPainter.cpp', 1670 'paint/ScrollableAreaPainter.cpp',
1671 'paint/ScrollableAreaPainter.h', 1671 'paint/ScrollableAreaPainter.h',
1672 'paint/ScrollbarPainter.cpp', 1672 'paint/ScrollbarPainter.cpp',
1673 'paint/ScrollbarPainter.h', 1673 'paint/ScrollbarPainter.h',
1674 'paint/ScrollRecorder.cpp', 1674 'paint/ScrollRecorder.cpp',
1675 'paint/ScrollRecorder.h', 1675 'paint/ScrollRecorder.h',
1676 'paint/SubtreeInfoRecorder.cpp',
1677 'paint/SubtreeInfoRecorder.h',
1676 'paint/TableCellPainter.cpp', 1678 'paint/TableCellPainter.cpp',
1677 'paint/TableCellPainter.h', 1679 'paint/TableCellPainter.h',
1678 'paint/TablePainter.cpp', 1680 'paint/TablePainter.cpp',
1679 'paint/TablePainter.h', 1681 'paint/TablePainter.h',
1680 'paint/TableRowPainter.cpp', 1682 'paint/TableRowPainter.cpp',
1681 'paint/TableRowPainter.h', 1683 'paint/TableRowPainter.h',
1682 'paint/TableSectionPainter.cpp', 1684 'paint/TableSectionPainter.cpp',
1683 'paint/TableSectionPainter.h', 1685 'paint/TableSectionPainter.h',
1684 'paint/TextPainter.cpp', 1686 'paint/TextPainter.cpp',
1685 'paint/TextPainter.h', 1687 'paint/TextPainter.h',
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 'rendering/style/RenderStyleTest.cpp', 3765 'rendering/style/RenderStyleTest.cpp',
3764 'rendering/style/SVGRenderStyleTest.cpp', 3766 'rendering/style/SVGRenderStyleTest.cpp',
3765 'streams/ReadableStreamTest.cpp', 3767 'streams/ReadableStreamTest.cpp',
3766 'testing/PrivateScriptTestTest.cpp', 3768 'testing/PrivateScriptTestTest.cpp',
3767 'testing/UnitTestHelpers.cpp', 3769 'testing/UnitTestHelpers.cpp',
3768 'testing/UnitTestHelpers.h', 3770 'testing/UnitTestHelpers.h',
3769 'xml/parser/SharedBufferReaderTest.cpp', 3771 'xml/parser/SharedBufferReaderTest.cpp',
3770 ], 3772 ],
3771 } 3773 }
3772 } 3774 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.cpp » ('j') | Source/core/paint/BlockPainter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698