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

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

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better rebasing. 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/layout/Layer.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'layout/LayoutGeometryMap.cpp', 605 'layout/LayoutGeometryMap.cpp',
606 'layout/LayoutGeometryMap.h', 606 'layout/LayoutGeometryMap.h',
607 'layout/LayoutGeometryMapStep.h', 607 'layout/LayoutGeometryMapStep.h',
608 'layout/LayoutHTMLCanvas.cpp', 608 'layout/LayoutHTMLCanvas.cpp',
609 'layout/LayoutHTMLCanvas.h', 609 'layout/LayoutHTMLCanvas.h',
610 'layout/LayoutIFrame.cpp', 610 'layout/LayoutIFrame.cpp',
611 'layout/LayoutIFrame.h', 611 'layout/LayoutIFrame.h',
612 'layout/LayoutImage.cpp', 612 'layout/LayoutImage.cpp',
613 'layout/LayoutImageResource.cpp', 613 'layout/LayoutImageResource.cpp',
614 'layout/LayoutImageResourceStyleImage.cpp', 614 'layout/LayoutImageResourceStyleImage.cpp',
615 'layout/LayoutLayerModelObject.cpp',
616 'layout/LayoutMedia.cpp', 615 'layout/LayoutMedia.cpp',
617 'layout/LayoutMedia.h', 616 'layout/LayoutMedia.h',
618 'layout/LayoutMediaControls.cpp', 617 'layout/LayoutMediaControls.cpp',
619 'layout/LayoutMediaControls.h', 618 'layout/LayoutMediaControls.h',
620 'layout/LayoutMeter.cpp', 619 'layout/LayoutMeter.cpp',
621 'layout/LayoutMeter.h', 620 'layout/LayoutMeter.h',
622 'layout/LayoutMultiColumnFlowThread.cpp', 621 'layout/LayoutMultiColumnFlowThread.cpp',
623 'layout/LayoutMultiColumnFlowThread.h', 622 'layout/LayoutMultiColumnFlowThread.h',
624 'layout/LayoutMultiColumnSet.cpp', 623 'layout/LayoutMultiColumnSet.cpp',
625 'layout/LayoutMultiColumnSet.h', 624 'layout/LayoutMultiColumnSet.h',
(...skipping 3181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 'rendering/RenderOverflowTest.cpp', 3806 'rendering/RenderOverflowTest.cpp',
3808 'streams/ExclusiveStreamReaderTest.cpp', 3807 'streams/ExclusiveStreamReaderTest.cpp',
3809 'streams/ReadableStreamTest.cpp', 3808 'streams/ReadableStreamTest.cpp',
3810 'testing/PrivateScriptTestTest.cpp', 3809 'testing/PrivateScriptTestTest.cpp',
3811 'testing/UnitTestHelpers.cpp', 3810 'testing/UnitTestHelpers.cpp',
3812 'testing/UnitTestHelpers.h', 3811 'testing/UnitTestHelpers.h',
3813 'xml/parser/SharedBufferReaderTest.cpp', 3812 'xml/parser/SharedBufferReaderTest.cpp',
3814 ], 3813 ],
3815 } 3814 }
3816 } 3815 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/Layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698