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

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

Issue 1976493002: Typed CSSOM: Rename Rotation and RotationTransformComponent to CSSRotation (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 fd8d255e06079cb2e0eda1b59aacbf8c262db652..1854f43ec951bef0b830e0300edec981716b561e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -41,12 +41,12 @@
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSPositionValue.idl',
+ 'css/cssom/CSSRotation.idl',
'css/cssom/CalcLength.idl',
'css/cssom/LengthValue.idl',
'css/cssom/Matrix.idl',
'css/cssom/NumberValue.idl',
'css/cssom/Perspective.idl',
- 'css/cssom/Rotation.idl',
'css/cssom/Scale.idl',
'css/cssom/SimpleLength.idl',
'css/cssom/Skew.idl',
@@ -1328,6 +1328,8 @@
'css/cssom/CSSOMTypes.h',
'css/cssom/CSSPositionValue.cpp',
'css/cssom/CSSPositionValue.h',
+ 'css/cssom/CSSRotation.cpp',
+ 'css/cssom/CSSRotation.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
@@ -1339,8 +1341,6 @@
'css/cssom/NumberValue.h',
'css/cssom/PerspectiveTransformComponent.cpp',
'css/cssom/PerspectiveTransformComponent.h',
- 'css/cssom/RotationTransformComponent.cpp',
- 'css/cssom/RotationTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',
'css/cssom/ScaleTransformComponent.h',
'css/cssom/SimpleLength.cpp',

Powered by Google App Engine
This is Rietveld 408576698