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

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

Issue 1957213002: Typed CSSOM: Rename NumberValue to CSSNumberValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix inline style tests 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 b42cac5c46e4a87d6a21903f5f58f4e16b371bcd..bd5c598be449e72db3bdcd9f4f24b43db128bd75 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -41,13 +41,13 @@
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSAngleValue.idl',
'css/cssom/CSSKeywordValue.idl',
+ 'css/cssom/CSSNumberValue.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',
- 'css/cssom/NumberValue.idl',
'css/cssom/Perspective.idl',
'css/cssom/Scale.idl',
'css/cssom/SimpleLength.idl',
@@ -1328,6 +1328,7 @@
'css/cssom/CSSAngleValue.h',
'css/cssom/CSSKeywordValue.cpp',
'css/cssom/CSSKeywordValue.h',
+ 'css/cssom/CSSNumberValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
'css/cssom/CSSPositionValue.cpp',
@@ -1344,7 +1345,6 @@
'css/cssom/MatrixTransformComponent.cpp',
'css/cssom/MatrixTransformComponent.h',
'css/cssom/MutableStylePropertyMap.h',
- 'css/cssom/NumberValue.h',
'css/cssom/PerspectiveTransformComponent.cpp',
'css/cssom/PerspectiveTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',

Powered by Google App Engine
This is Rietveld 408576698