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 2024023002: Typed CSSOM: Rename Perspective and PerspectiveTransformComponent to CSSPerspective (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 fb8f18b17dbf37064a4248229173e8aef4df4afc..b1b9808f42aa9c5f4d22d2a69359c5af09af217e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -44,6 +44,7 @@
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSLengthValue.idl',
'css/cssom/CSSNumberValue.idl',
+ 'css/cssom/CSSPerspective.idl',
'css/cssom/CSSPositionValue.idl',
'css/cssom/CSSRotation.idl',
'css/cssom/CSSScale.idl',
@@ -51,7 +52,6 @@
'css/cssom/CSSSkew.idl',
'css/cssom/CSSTranslation.idl',
'css/cssom/Matrix.idl',
- 'css/cssom/Perspective.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
@@ -1340,6 +1340,8 @@
'css/cssom/CSSNumberValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
+ 'css/cssom/CSSPerspective.cpp',
+ 'css/cssom/CSSPerspective.h',
'css/cssom/CSSPositionValue.cpp',
'css/cssom/CSSPositionValue.h',
'css/cssom/CSSRotation.cpp',
@@ -1358,8 +1360,6 @@
'css/cssom/MatrixTransformComponent.cpp',
'css/cssom/MatrixTransformComponent.h',
'css/cssom/MutableStylePropertyMap.h',
- 'css/cssom/PerspectiveTransformComponent.cpp',
- 'css/cssom/PerspectiveTransformComponent.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',
'css/cssom/StyleValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698