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

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

Issue 1958933003: Typed CSSOM: Rename Translation to CSSTranslation (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 dec7840dee48109ae04a81f131f1e86cd4f6a021..9f6d0a088ac425fc8dd71b124f4fb1eaa0266906 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -43,6 +43,7 @@
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSPositionValue.idl',
'css/cssom/CSSRotation.idl',
+ 'css/cssom/CSSTranslation.idl',
'css/cssom/CalcLength.idl',
'css/cssom/LengthValue.idl',
'css/cssom/Matrix.idl',
@@ -55,7 +56,6 @@
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
'css/cssom/TransformValue.idl',
- 'css/cssom/Translation.idl',
'dom/ArrayBuffer.idl',
'dom/ArrayBufferView.idl',
'dom/Attr.idl',
@@ -1333,6 +1333,8 @@
'css/cssom/CSSPositionValue.h',
'css/cssom/CSSRotation.cpp',
'css/cssom/CSSRotation.h',
+ 'css/cssom/CSSTranslation.cpp',
+ 'css/cssom/CSSTranslation.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
@@ -1361,8 +1363,6 @@
'css/cssom/TransformComponent.h',
'css/cssom/TransformValue.cpp',
'css/cssom/TransformValue.h',
- 'css/cssom/TranslationTransformComponent.cpp',
- 'css/cssom/TranslationTransformComponent.h',
'css/invalidation/InvalidationSet.cpp',
'css/invalidation/InvalidationSet.h',
'css/invalidation/PendingInvalidations.h',

Powered by Google App Engine
This is Rietveld 408576698