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

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2951763002: CSS Properties & Values API: replace transform-function with transform-list. (Closed)
Patch Set: move Created 3 years, 6 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/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index 255cc521c084f52bfaea60894c563af633115e49..e6c67c98d6718fe994622cdf47b358c52cacf6a8 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -511,6 +511,8 @@ blink_core_sources("css") {
"properties/CSSPropertyPositionUtils.h",
"properties/CSSPropertyShapeUtils.cpp",
"properties/CSSPropertyShapeUtils.h",
+ "properties/CSSPropertyTransformUtils.cpp",
+ "properties/CSSPropertyTransformUtils.h",
"properties/CSSPropertyTransitionPropertyUtils.cpp",
"properties/CSSPropertyTransitionPropertyUtils.h",
"properties/CSSPropertyWebkitBorderWidthUtils.cpp",

Powered by Google App Engine
This is Rietveld 408576698