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

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

Issue 1997503003: Typed CSSOM: Rename LengthValue to CSSLengthValue (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 2dc4fa816217d673d2fa6308fe3ed98dbb600906..4a77e5858058e2dcec70d0efe3823cdd35fc2e3b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -41,12 +41,12 @@
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSAngleValue.idl',
'css/cssom/CSSKeywordValue.idl',
+ 'css/cssom/CSSLengthValue.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/Perspective.idl',
'css/cssom/Scale.idl',
@@ -1330,6 +1330,8 @@
'css/cssom/CSSAngleValue.h',
'css/cssom/CSSKeywordValue.cpp',
'css/cssom/CSSKeywordValue.h',
+ 'css/cssom/CSSLengthValue.cpp',
+ 'css/cssom/CSSLengthValue.h',
'css/cssom/CSSNumberValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
@@ -1342,8 +1344,6 @@
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
- 'css/cssom/LengthValue.cpp',
- 'css/cssom/LengthValue.h',
'css/cssom/MatrixTransformComponent.cpp',
'css/cssom/MatrixTransformComponent.h',
'css/cssom/MutableStylePropertyMap.h',

Powered by Google App Engine
This is Rietveld 408576698