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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1958943002: Typed CSSOM: Rename PositionValue to CSSPositionValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index ea0093b25512c6093c7c36b5e758917188f2fe30..fd8d255e06079cb2e0eda1b59aacbf8c262db652 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -40,12 +40,12 @@
'css/StyleSheetList.idl',
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSKeywordValue.idl',
+ 'css/cssom/CSSPositionValue.idl',
'css/cssom/CalcLength.idl',
'css/cssom/LengthValue.idl',
'css/cssom/Matrix.idl',
'css/cssom/NumberValue.idl',
'css/cssom/Perspective.idl',
- 'css/cssom/PositionValue.idl',
'css/cssom/Rotation.idl',
'css/cssom/Scale.idl',
'css/cssom/SimpleLength.idl',
@@ -1326,11 +1326,11 @@
'css/cssom/CSSKeywordValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
+ 'css/cssom/CSSPositionValue.cpp',
+ 'css/cssom/CSSPositionValue.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
- 'css/cssom/StyleCalcLength.cpp',
- 'css/cssom/StyleCalcLength.h',
'css/cssom/LengthValue.cpp',
'css/cssom/LengthValue.h',
'css/cssom/MatrixTransformComponent.cpp',
@@ -1339,8 +1339,6 @@
'css/cssom/NumberValue.h',
'css/cssom/PerspectiveTransformComponent.cpp',
'css/cssom/PerspectiveTransformComponent.h',
- 'css/cssom/PositionValue.h',
- 'css/cssom/PositionValue.cpp',
'css/cssom/RotationTransformComponent.cpp',
'css/cssom/RotationTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',
@@ -1349,6 +1347,8 @@
'css/cssom/SimpleLength.h',
'css/cssom/SkewTransformComponent.cpp',
'css/cssom/SkewTransformComponent.h',
+ 'css/cssom/StyleCalcLength.cpp',
+ 'css/cssom/StyleCalcLength.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',
'css/cssom/StyleValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698