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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 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
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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'layout/style/BorderImageLengthBox.h', 800 'layout/style/BorderImageLengthBox.h',
801 'layout/style/CachedUAStyle.h', 801 'layout/style/CachedUAStyle.h',
802 'layout/style/ContentData.cpp', 802 'layout/style/ContentData.cpp',
803 'layout/style/CounterDirectives.cpp', 803 'layout/style/CounterDirectives.cpp',
804 'layout/style/FillLayer.cpp', 804 'layout/style/FillLayer.cpp',
805 'layout/style/GridCoordinate.h', 805 'layout/style/GridCoordinate.h',
806 'layout/style/GridResolvedPosition.cpp', 806 'layout/style/GridResolvedPosition.cpp',
807 'layout/style/GridResolvedPosition.h', 807 'layout/style/GridResolvedPosition.h',
808 'layout/style/KeyframeList.cpp', 808 'layout/style/KeyframeList.cpp',
809 'layout/style/KeyframeList.h', 809 'layout/style/KeyframeList.h',
810 'layout/style/LayoutStyle.cpp', 810 'layout/style/ComputedStyle.cpp',
811 'layout/style/LayoutStyle.h', 811 'layout/style/ComputedStyle.h',
812 'layout/style/NinePieceImage.cpp', 812 'layout/style/NinePieceImage.cpp',
813 'layout/style/PathStyleMotionPath.cpp', 813 'layout/style/PathStyleMotionPath.cpp',
814 'layout/style/PathStyleMotionPath.h', 814 'layout/style/PathStyleMotionPath.h',
815 'layout/style/QuotesData.cpp', 815 'layout/style/QuotesData.cpp',
816 'layout/style/QuotesData.h', 816 'layout/style/QuotesData.h',
817 'layout/style/ShadowData.cpp', 817 'layout/style/ShadowData.cpp',
818 'layout/style/ShadowData.h', 818 'layout/style/ShadowData.h',
819 'layout/style/ShadowList.cpp', 819 'layout/style/ShadowList.cpp',
820 'layout/style/ShadowList.h', 820 'layout/style/ShadowList.h',
821 'layout/style/StyleBackgroundData.cpp', 821 'layout/style/StyleBackgroundData.cpp',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'css/FontFaceSetForEachCallback.h', 1125 'css/FontFaceSetForEachCallback.h',
1126 'css/FontFaceSetLoadEvent.cpp', 1126 'css/FontFaceSetLoadEvent.cpp',
1127 'css/FontFaceSetLoadEvent.h', 1127 'css/FontFaceSetLoadEvent.h',
1128 'css/FontLoader.cpp', 1128 'css/FontLoader.cpp',
1129 'css/FontLoader.h', 1129 'css/FontLoader.h',
1130 'css/FontSize.cpp', 1130 'css/FontSize.cpp',
1131 'css/FontSize.h', 1131 'css/FontSize.h',
1132 'css/HashTools.h', 1132 'css/HashTools.h',
1133 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', 1133 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
1134 'css/KeyframeStyleRuleCSSStyleDeclaration.h', 1134 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
1135 'css/LayoutStyleCSSValueMapping.h', 1135 'css/ComputedStyleCSSValueMapping.h',
1136 'css/LayoutStyleCSSValueMapping.cpp', 1136 'css/ComputedStyleCSSValueMapping.cpp',
1137 'css/LocalFontFaceSource.cpp', 1137 'css/LocalFontFaceSource.cpp',
1138 'css/LocalFontFaceSource.h', 1138 'css/LocalFontFaceSource.h',
1139 'css/MediaList.cpp', 1139 'css/MediaList.cpp',
1140 'css/MediaList.h', 1140 'css/MediaList.h',
1141 'css/MediaQuery.cpp', 1141 'css/MediaQuery.cpp',
1142 'css/MediaQuery.h', 1142 'css/MediaQuery.h',
1143 'css/MediaQueryEvaluator.cpp', 1143 'css/MediaQueryEvaluator.cpp',
1144 'css/MediaQueryEvaluator.h', 1144 'css/MediaQueryEvaluator.h',
1145 'css/MediaQueryExp.cpp', 1145 'css/MediaQueryExp.cpp',
1146 'css/MediaQueryExp.h', 1146 'css/MediaQueryExp.h',
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
2244 'dom/Node.cpp', 2244 'dom/Node.cpp',
2245 'dom/NodeChildRemovalTracker.cpp', 2245 'dom/NodeChildRemovalTracker.cpp',
2246 'dom/NodeChildRemovalTracker.h', 2246 'dom/NodeChildRemovalTracker.h',
2247 'dom/NodeFilter.cpp', 2247 'dom/NodeFilter.cpp',
2248 'dom/NodeFilter.h', 2248 'dom/NodeFilter.h',
2249 'dom/NodeFilterCondition.h', 2249 'dom/NodeFilterCondition.h',
2250 'dom/NodeIterator.cpp', 2250 'dom/NodeIterator.cpp',
2251 'dom/NodeIterator.h', 2251 'dom/NodeIterator.h',
2252 'dom/NodeIteratorBase.cpp', 2252 'dom/NodeIteratorBase.cpp',
2253 'dom/NodeIteratorBase.h', 2253 'dom/NodeIteratorBase.h',
2254 'dom/NodeLayoutStyle.h', 2254 'dom/NodeComputedStyle.h',
2255 'dom/NodeListsNodeData.cpp', 2255 'dom/NodeListsNodeData.cpp',
2256 'dom/NodeListsNodeData.h', 2256 'dom/NodeListsNodeData.h',
2257 'dom/NodeRareData.cpp', 2257 'dom/NodeRareData.cpp',
2258 'dom/NodeRareData.h', 2258 'dom/NodeRareData.h',
2259 'dom/NodeRenderingTraversal.cpp', 2259 'dom/NodeRenderingTraversal.cpp',
2260 'dom/NodeRenderingTraversal.h', 2260 'dom/NodeRenderingTraversal.h',
2261 'dom/NodeTraversal.cpp', 2261 'dom/NodeTraversal.cpp',
2262 'dom/NodeTraversal.h', 2262 'dom/NodeTraversal.h',
2263 'dom/NodeWithIndex.h', 2263 'dom/NodeWithIndex.h',
2264 'dom/NonDocumentTypeChildNode.h', 2264 'dom/NonDocumentTypeChildNode.h',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 'html/track/vtt/VTTRegion.h', 3075 'html/track/vtt/VTTRegion.h',
3076 'html/track/vtt/VTTRegionList.cpp', 3076 'html/track/vtt/VTTRegionList.cpp',
3077 'html/track/vtt/VTTRegionList.h', 3077 'html/track/vtt/VTTRegionList.h',
3078 'html/track/vtt/VTTScanner.cpp', 3078 'html/track/vtt/VTTScanner.cpp',
3079 'html/track/vtt/VTTScanner.h', 3079 'html/track/vtt/VTTScanner.h',
3080 'html/track/vtt/VTTToken.h', 3080 'html/track/vtt/VTTToken.h',
3081 'html/track/vtt/VTTTokenizer.cpp', 3081 'html/track/vtt/VTTTokenizer.cpp',
3082 'html/track/vtt/VTTTokenizer.h', 3082 'html/track/vtt/VTTTokenizer.h',
3083 ], 3083 ],
3084 'webcore_svg_files': [ 3084 'webcore_svg_files': [
3085 'layout/style/SVGLayoutStyle.cpp', 3085 'layout/style/SVGComputedStyle.cpp',
3086 'layout/style/SVGLayoutStyleDefs.cpp', 3086 'layout/style/SVGComputedStyleDefs.cpp',
3087 'layout/svg/ReferenceFilterBuilder.cpp', 3087 'layout/svg/ReferenceFilterBuilder.cpp',
3088 'layout/svg/ReferenceFilterBuilder.h', 3088 'layout/svg/ReferenceFilterBuilder.h',
3089 'layout/svg/LayoutSVGBlock.cpp', 3089 'layout/svg/LayoutSVGBlock.cpp',
3090 'layout/svg/LayoutSVGBlock.h', 3090 'layout/svg/LayoutSVGBlock.h',
3091 'layout/svg/LayoutSVGContainer.cpp', 3091 'layout/svg/LayoutSVGContainer.cpp',
3092 'layout/svg/LayoutSVGContainer.h', 3092 'layout/svg/LayoutSVGContainer.h',
3093 'layout/svg/LayoutSVGEllipse.cpp', 3093 'layout/svg/LayoutSVGEllipse.cpp',
3094 'layout/svg/LayoutSVGEllipse.h', 3094 'layout/svg/LayoutSVGEllipse.h',
3095 'layout/svg/LayoutSVGForeignObject.cpp', 3095 'layout/svg/LayoutSVGForeignObject.cpp',
3096 'layout/svg/LayoutSVGForeignObject.h', 3096 'layout/svg/LayoutSVGForeignObject.h',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 'layout/LayoutPartTest.cpp', 3789 'layout/LayoutPartTest.cpp',
3790 'layout/LayoutTableCellTest.cpp', 3790 'layout/LayoutTableCellTest.cpp',
3791 'layout/LayoutTableRowTest.cpp', 3791 'layout/LayoutTableRowTest.cpp',
3792 'layout/LayoutTestHelper.cpp', 3792 'layout/LayoutTestHelper.cpp',
3793 'layout/LayoutTestHelper.h', 3793 'layout/LayoutTestHelper.h',
3794 'layout/LayoutThemeTest.cpp', 3794 'layout/LayoutThemeTest.cpp',
3795 'layout/MultiColumnFragmentainerGroupTest.cpp', 3795 'layout/MultiColumnFragmentainerGroupTest.cpp',
3796 'layout/OverflowModelTest.cpp', 3796 'layout/OverflowModelTest.cpp',
3797 'layout/shapes/BoxShapeTest.cpp', 3797 'layout/shapes/BoxShapeTest.cpp',
3798 'layout/style/OutlineValueTest.cpp', 3798 'layout/style/OutlineValueTest.cpp',
3799 'layout/style/LayoutStyleTest.cpp', 3799 'layout/style/ComputedStyleTest.cpp',
3800 'layout/style/SVGLayoutStyleTest.cpp', 3800 'layout/style/SVGComputedStyleTest.cpp',
3801 'loader/FrameFetchContextTest.cpp', 3801 'loader/FrameFetchContextTest.cpp',
3802 'loader/LinkHeaderTest.cpp', 3802 'loader/LinkHeaderTest.cpp',
3803 'loader/MixedContentCheckerTest.cpp', 3803 'loader/MixedContentCheckerTest.cpp',
3804 'page/ContextMenuControllerTest.cpp', 3804 'page/ContextMenuControllerTest.cpp',
3805 'page/NetworkStateNotifierTest.cpp', 3805 'page/NetworkStateNotifierTest.cpp',
3806 'page/PrintContextTest.cpp', 3806 'page/PrintContextTest.cpp',
3807 'page/scrolling/ScrollStateTest.cpp', 3807 'page/scrolling/ScrollStateTest.cpp',
3808 'paint/LayerClipRecorderTest.cpp', 3808 'paint/LayerClipRecorderTest.cpp',
3809 'paint/LayoutObjectDrawingRecorderTest.cpp', 3809 'paint/LayoutObjectDrawingRecorderTest.cpp',
3810 'paint/TextPainterTest.cpp', 3810 'paint/TextPainterTest.cpp',
3811 'paint/ViewDisplayListTest.cpp', 3811 'paint/ViewDisplayListTest.cpp',
3812 'streams/ReadableStreamReaderTest.cpp', 3812 'streams/ReadableStreamReaderTest.cpp',
3813 'streams/ReadableStreamTest.cpp', 3813 'streams/ReadableStreamTest.cpp',
3814 'testing/PrivateScriptTestTest.cpp', 3814 'testing/PrivateScriptTestTest.cpp',
3815 'xml/parser/SharedBufferReaderTest.cpp', 3815 'xml/parser/SharedBufferReaderTest.cpp',
3816 ], 3816 ],
3817 } 3817 }
3818 } 3818 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/AffectedByFocusTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698