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

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

Issue 2005683002: Typed CSSOM: Rename SimpleLength to CSSSimpleLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix SimpleLengthType compile errors 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 6de78a8c9af921c37d87dee26024a4ab794b82ea..1b9ffac38b2c05223eac6abd7655dd208c8fdfd9 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -45,12 +45,12 @@
'css/cssom/CSSNumberValue.idl',
'css/cssom/CSSPositionValue.idl',
'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',
- 'css/cssom/SimpleLength.idl',
'css/cssom/Skew.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
@@ -1339,6 +1339,8 @@
'css/cssom/CSSPositionValue.h',
'css/cssom/CSSRotation.cpp',
'css/cssom/CSSRotation.h',
+ 'css/cssom/CSSSimpleLength.cpp',
+ 'css/cssom/CSSSimpleLength.h',
'css/cssom/CSSTranslation.cpp',
'css/cssom/CSSTranslation.h',
'css/cssom/ImmutableStylePropertyMap.h',
@@ -1351,8 +1353,6 @@
'css/cssom/PerspectiveTransformComponent.h',
'css/cssom/ScaleTransformComponent.cpp',
'css/cssom/ScaleTransformComponent.h',
- 'css/cssom/SimpleLength.cpp',
- 'css/cssom/SimpleLength.h',
'css/cssom/SkewTransformComponent.cpp',
'css/cssom/SkewTransformComponent.h',
'css/cssom/StyleCalcLength.cpp',

Powered by Google App Engine
This is Rietveld 408576698