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

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

Issue 1949343002: [Obsolete] Typed CSSOM: Prefix LengthValue, CalcLength and SimpleLength with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename layout test files 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 8b480523de889737cf5b4724043ddb9c93981ae8..7bc3383d75ad263a2a3ab33121b4cdf6eb519aae 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -39,16 +39,16 @@
'css/StyleSheet.idl',
'css/StyleSheetList.idl',
'css/WebKitCSSMatrix.idl',
- 'css/cssom/CalcLength.idl',
+ 'css/cssom/CSSCalcLength.idl',
+ 'css/cssom/CSSLengthValue.idl',
+ 'css/cssom/CSSSimpleLength.idl',
'css/cssom/KeywordValue.idl',
- 'css/cssom/LengthValue.idl',
'css/cssom/Matrix.idl',
'css/cssom/NumberValue.idl',
'css/cssom/Perspective.idl',
'css/cssom/PositionValue.idl',
'css/cssom/Rotation.idl',
'css/cssom/Scale.idl',
- 'css/cssom/SimpleLength.idl',
'css/cssom/Skew.idl',
'css/cssom/StylePropertyMap.idl',
'css/cssom/StyleValue.idl',
@@ -1324,31 +1324,31 @@
'css/StyleSheetContents.h',
'css/StyleSheetList.cpp',
'css/StyleSheetList.h',
+ 'css/cssom/CSSLengthValue.cpp',
+ 'css/cssom/CSSLengthValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
+ 'css/cssom/CSSSimpleLength.cpp',
+ 'css/cssom/CSSSimpleLength.h',
+ 'css/cssom/CSSStyleCalcLength.cpp',
+ 'css/cssom/CSSStyleCalcLength.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
- 'css/cssom/StyleCalcLength.cpp',
- 'css/cssom/StyleCalcLength.h',
'css/cssom/KeywordValue.cpp',
'css/cssom/KeywordValue.h',
- 'css/cssom/LengthValue.cpp',
- 'css/cssom/LengthValue.h',
'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/PositionValue.h',
'css/cssom/PositionValue.cpp',
+ 'css/cssom/PositionValue.h',
'css/cssom/RotationTransformComponent.cpp',
'css/cssom/RotationTransformComponent.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/StylePropertyMap.cpp',

Powered by Google App Engine
This is Rietveld 408576698