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

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: fix layout test name 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 437a5d9ee9fed9050185a5e37d41350581115c7b..b88b399a301ad001d33a89da38ab1e25f2842dd3 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -39,6 +39,7 @@
'css/StyleSheet.idl',
'css/StyleSheetList.idl',
'css/WebKitCSSMatrix.idl',
+ 'css/cssom/CSSTranslation.idl',
'css/cssom/CalcLength.idl',
'css/cssom/KeywordValue.idl',
'css/cssom/LengthValue.idl',
@@ -54,7 +55,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',
@@ -1326,11 +1326,11 @@
'css/StyleSheetList.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
+ 'css/cssom/CSSTranslation.cpp',
+ 'css/cssom/CSSTranslation.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
- 'css/cssom/StyleCalcLength.cpp',
- 'css/cssom/StyleCalcLength.h',
'css/cssom/KeywordValue.cpp',
'css/cssom/KeywordValue.h',
'css/cssom/LengthValue.cpp',
@@ -1341,8 +1341,8 @@
'css/cssom/NumberValue.h',
'css/cssom/PerspectiveTransformComponent.cpp',
'css/cssom/PerspectiveTransformComponent.h',
- 'css/cssom/PositionValue.h',
'css/cssom/PositionValue.cpp',
Timothy Loh 2016/05/12 07:16:24 Don't move these files you're not renaming around
+ 'css/cssom/PositionValue.h',
'css/cssom/RotationTransformComponent.cpp',
'css/cssom/RotationTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',
@@ -1351,6 +1351,8 @@
'css/cssom/SimpleLength.h',
'css/cssom/SkewTransformComponent.cpp',
'css/cssom/SkewTransformComponent.h',
+ 'css/cssom/StyleCalcLength.cpp',
+ 'css/cssom/StyleCalcLength.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',
'css/cssom/StyleValue.cpp',
@@ -1360,8 +1362,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