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

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

Issue 2038453002: Typed CSSOM: Rename Matrix to CSSMatrix and MatrixTransformComponent to CSSMatrixTransformComponent (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 ef5008fb88002e06a689674af73be750295443bc..14dbbec42e77affc3ff59704fe672113b1e81f2d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -43,6 +43,7 @@
'css/cssom/CSSCalcLength.idl',
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSLengthValue.idl',
+ 'css/cssom/CSSMatrix.idl',
'css/cssom/CSSNumberValue.idl',
'css/cssom/CSSPerspective.idl',
'css/cssom/CSSPositionValue.idl',
@@ -51,7 +52,6 @@
'css/cssom/CSSSimpleLength.idl',
'css/cssom/CSSSkew.idl',
'css/cssom/CSSTranslation.idl',
- 'css/cssom/Matrix.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
@@ -1337,6 +1337,8 @@
'css/cssom/CSSKeywordValue.h',
'css/cssom/CSSLengthValue.cpp',
'css/cssom/CSSLengthValue.h',
+ 'css/cssom/CSSMatrixTransformComponent.cpp',
+ 'css/cssom/CSSMatrixTransformComponent.h',
'css/cssom/CSSNumberValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
@@ -1357,8 +1359,6 @@
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
- 'css/cssom/MatrixTransformComponent.cpp',
- 'css/cssom/MatrixTransformComponent.h',
'css/cssom/MutableStylePropertyMap.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',

Powered by Google App Engine
This is Rietveld 408576698