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 2011833002: Typed CSSOM: Rename CalcLength and StyleCalcLength to CSSCalcLength (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 716c2abd990a3c95aceabdd51e8dec90a0d84605..1b6fd23c333f4f890ffc2bd21e8ccfa627c1d5bf 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -40,6 +40,7 @@
'css/StyleSheetList.idl',
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSAngleValue.idl',
+ 'css/cssom/CSSCalcLength.idl',
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSLengthValue.idl',
'css/cssom/CSSNumberValue.idl',
@@ -47,7 +48,6 @@
'css/cssom/CSSRotation.idl',
'css/cssom/CSSSimpleLength.idl',
'css/cssom/CSSTranslation.idl',
- 'css/cssom/CalcLength.idl',
'css/cssom/Matrix.idl',
'css/cssom/Perspective.idl',
'css/cssom/Scale.idl',
@@ -1330,6 +1330,8 @@
'css/StyleSheetList.h',
'css/cssom/CSSAngleValue.cpp',
'css/cssom/CSSAngleValue.h',
+ 'css/cssom/CSSCalcLength.cpp',
+ 'css/cssom/CSSCalcLength.h',
'css/cssom/CSSKeywordValue.cpp',
'css/cssom/CSSKeywordValue.h',
'css/cssom/CSSLengthValue.cpp',
@@ -1357,8 +1359,6 @@
'css/cssom/ScaleTransformComponent.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',

Powered by Google App Engine
This is Rietveld 408576698