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

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

Issue 2099513002: [Typed OM] Rename TransformValue -> CSSTransformValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformcomponent
Patch Set: sync to head Created 4 years, 6 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 b5952b311e8451252b5e5d5e38216bd254b00af8..ec7cd01877a5636706eb16c5608eba88d09e9091 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -53,9 +53,9 @@
'css/cssom/CSSSkew.idl',
'css/cssom/CSSStyleValue.idl',
'css/cssom/CSSTransformComponent.idl',
+ 'css/cssom/CSSTransformValue.idl',
'css/cssom/CSSTranslation.idl',
'css/cssom/StylePropertyMap.idl',
- 'css/cssom/TransformValue.idl',
'dom/ArrayBuffer.idl',
'dom/ArrayBufferView.idl',
'dom/Attr.idl',
@@ -1361,6 +1361,8 @@
'css/cssom/CSSStyleValue.h',
'css/cssom/CSSTransformComponent.cpp',
'css/cssom/CSSTransformComponent.h',
+ 'css/cssom/CSSTransformValue.cpp',
+ 'css/cssom/CSSTransformValue.h',
'css/cssom/CSSTranslation.cpp',
'css/cssom/CSSTranslation.h',
'css/cssom/CSSUnsupportedStyleValue.cpp',
@@ -1377,8 +1379,6 @@
'css/cssom/StylePropertyMap.h',
'css/cssom/StyleValueFactory.cpp',
'css/cssom/StyleValueFactory.h',
- 'css/cssom/TransformValue.cpp',
- 'css/cssom/TransformValue.h',
'css/cssom/WindowGetComputedStyle.h',
'css/invalidation/InvalidationSet.cpp',
'css/invalidation/InvalidationSet.h',

Powered by Google App Engine
This is Rietveld 408576698