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

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

Issue 1589733004: CSS Typed OM: add TransformComponents Rotation and Skew (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cssValueAndCssString
Patch Set: Remove TransformComponent call in child constructor Created 4 years, 11 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 9e1c7d4422568c2d4909cd5509e61c461139ee53..7fcec7adc684ac3dd887a8faf8dcf49b895abdc1 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -44,8 +44,10 @@
'css/cssom/LengthValue.idl',
'css/cssom/MatrixTransformComponent.idl',
'css/cssom/NumberValue.idl',
+ 'css/cssom/RotationTransformComponent.idl',
'css/cssom/ScaleTransformComponent.idl',
'css/cssom/SimpleLength.idl',
+ 'css/cssom/SkewTransformComponent.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
@@ -1265,10 +1267,14 @@
'css/cssom/MatrixTransformComponent.h',
'css/cssom/MutableStylePropertyMap.h',
'css/cssom/NumberValue.h',
+ 'css/cssom/RotationTransformComponent.cpp',
+ 'css/cssom/RotationTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',
'css/cssom/ScaleTransformComponent.h',
'css/cssom/SimpleLength.cpp',
'css/cssom/SimpleLength.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