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

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

Issue 2018313003: Typed CSSOM: Rename Skew and SkewTransformComponent to CSSSkew (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 5046f527033c05b7d2a63dbd34458f34f88d11cf..6b5eca5593f787ec3efcf5d9c105c1a8a022a92f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -48,10 +48,10 @@
'css/cssom/CSSRotation.idl',
'css/cssom/CSSScale.idl',
'css/cssom/CSSSimpleLength.idl',
+ 'css/cssom/CSSSkew.idl',
'css/cssom/CSSTranslation.idl',
'css/cssom/Matrix.idl',
'css/cssom/Perspective.idl',
- 'css/cssom/Skew.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
@@ -1347,6 +1347,8 @@
'css/cssom/CSSScale.h',
'css/cssom/CSSSimpleLength.cpp',
'css/cssom/CSSSimpleLength.h',
+ 'css/cssom/CSSSkew.cpp',
+ 'css/cssom/CSSSkew.h',
'css/cssom/CSSTranslation.cpp',
'css/cssom/CSSTranslation.h',
'css/cssom/ImmutableStylePropertyMap.h',
@@ -1357,8 +1359,6 @@
'css/cssom/MutableStylePropertyMap.h',
'css/cssom/PerspectiveTransformComponent.cpp',
'css/cssom/PerspectiveTransformComponent.h',
- 'css/cssom/SkewTransformComponent.cpp',
- 'css/cssom/SkewTransformComponent.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',
'css/cssom/StyleValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698