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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/AffectedByFocusTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 2db15c2a87feb7e6185f44674e107b903535e336..1d43fa5f19d3c43cb0a59ec74acce17931d07dc8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -807,8 +807,8 @@
'layout/style/GridResolvedPosition.h',
'layout/style/KeyframeList.cpp',
'layout/style/KeyframeList.h',
- 'layout/style/LayoutStyle.cpp',
- 'layout/style/LayoutStyle.h',
+ 'layout/style/ComputedStyle.cpp',
+ 'layout/style/ComputedStyle.h',
'layout/style/NinePieceImage.cpp',
'layout/style/PathStyleMotionPath.cpp',
'layout/style/PathStyleMotionPath.h',
@@ -1132,8 +1132,8 @@
'css/HashTools.h',
'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
'css/KeyframeStyleRuleCSSStyleDeclaration.h',
- 'css/LayoutStyleCSSValueMapping.h',
- 'css/LayoutStyleCSSValueMapping.cpp',
+ 'css/ComputedStyleCSSValueMapping.h',
+ 'css/ComputedStyleCSSValueMapping.cpp',
'css/LocalFontFaceSource.cpp',
'css/LocalFontFaceSource.h',
'css/MediaList.cpp',
@@ -2251,7 +2251,7 @@
'dom/NodeIterator.h',
'dom/NodeIteratorBase.cpp',
'dom/NodeIteratorBase.h',
- 'dom/NodeLayoutStyle.h',
+ 'dom/NodeComputedStyle.h',
'dom/NodeListsNodeData.cpp',
'dom/NodeListsNodeData.h',
'dom/NodeRareData.cpp',
@@ -3082,8 +3082,8 @@
'html/track/vtt/VTTTokenizer.h',
],
'webcore_svg_files': [
- 'layout/style/SVGLayoutStyle.cpp',
- 'layout/style/SVGLayoutStyleDefs.cpp',
+ 'layout/style/SVGComputedStyle.cpp',
+ 'layout/style/SVGComputedStyleDefs.cpp',
'layout/svg/ReferenceFilterBuilder.cpp',
'layout/svg/ReferenceFilterBuilder.h',
'layout/svg/LayoutSVGBlock.cpp',
@@ -3796,8 +3796,8 @@
'layout/OverflowModelTest.cpp',
'layout/shapes/BoxShapeTest.cpp',
'layout/style/OutlineValueTest.cpp',
- 'layout/style/LayoutStyleTest.cpp',
- 'layout/style/SVGLayoutStyleTest.cpp',
+ 'layout/style/ComputedStyleTest.cpp',
+ 'layout/style/SVGComputedStyleTest.cpp',
'loader/FrameFetchContextTest.cpp',
'loader/LinkHeaderTest.cpp',
'loader/MixedContentCheckerTest.cpp',
« 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