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

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: 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') | Source/core/layout/PaintInfo.h » ('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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'layout/LayoutGeometryMap.cpp', 600 'layout/LayoutGeometryMap.cpp',
601 'layout/LayoutGeometryMap.h', 601 'layout/LayoutGeometryMap.h',
602 'layout/LayoutGeometryMapStep.h', 602 'layout/LayoutGeometryMapStep.h',
603 'layout/LayoutHTMLCanvas.cpp', 603 'layout/LayoutHTMLCanvas.cpp',
604 'layout/LayoutHTMLCanvas.h', 604 'layout/LayoutHTMLCanvas.h',
605 'layout/LayoutIFrame.cpp', 605 'layout/LayoutIFrame.cpp',
606 'layout/LayoutIFrame.h', 606 'layout/LayoutIFrame.h',
607 'layout/LayoutImage.cpp', 607 'layout/LayoutImage.cpp',
608 'layout/LayoutImageResource.cpp', 608 'layout/LayoutImageResource.cpp',
609 'layout/LayoutImageResourceStyleImage.cpp', 609 'layout/LayoutImageResourceStyleImage.cpp',
610 'layout/LayoutLayerModelObject.cpp',
611 'layout/LayoutMedia.cpp', 610 'layout/LayoutMedia.cpp',
612 'layout/LayoutMedia.h', 611 'layout/LayoutMedia.h',
613 'layout/LayoutMediaControls.cpp', 612 'layout/LayoutMediaControls.cpp',
614 'layout/LayoutMediaControls.h', 613 'layout/LayoutMediaControls.h',
615 'layout/LayoutMultiColumnFlowThread.cpp', 614 'layout/LayoutMultiColumnFlowThread.cpp',
616 'layout/LayoutMultiColumnFlowThread.h', 615 'layout/LayoutMultiColumnFlowThread.h',
617 'layout/LayoutMultiColumnSet.cpp', 616 'layout/LayoutMultiColumnSet.cpp',
618 'layout/LayoutMultiColumnSet.h', 617 'layout/LayoutMultiColumnSet.h',
619 'layout/LayoutMultiColumnSpannerPlaceholder.cpp', 618 'layout/LayoutMultiColumnSpannerPlaceholder.cpp',
620 'layout/LayoutMultiColumnSpannerPlaceholder.h', 619 'layout/LayoutMultiColumnSpannerPlaceholder.h',
(...skipping 3181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'rendering/RenderingTestHelper.h', 3801 'rendering/RenderingTestHelper.h',
3803 'streams/ExclusiveStreamReaderTest.cpp', 3802 'streams/ExclusiveStreamReaderTest.cpp',
3804 'streams/ReadableStreamTest.cpp', 3803 'streams/ReadableStreamTest.cpp',
3805 'testing/PrivateScriptTestTest.cpp', 3804 'testing/PrivateScriptTestTest.cpp',
3806 'testing/UnitTestHelpers.cpp', 3805 'testing/UnitTestHelpers.cpp',
3807 'testing/UnitTestHelpers.h', 3806 'testing/UnitTestHelpers.h',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3807 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3808 ],
3810 } 3809 }
3811 } 3810 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/Layer.h » ('j') | Source/core/layout/PaintInfo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698