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 e81973d2a050e7062802619f6291a30132c000ce..773c01d34f48341e66d0d5900d0d9003cb42f0e7 100644 |
--- a/third_party/WebKit/Source/core/css/BUILD.gn |
+++ b/third_party/WebKit/Source/core/css/BUILD.gn |
@@ -445,7 +445,10 @@ blink_core_sources("css") { |
"properties/CSSPropertyAPIRadius.cpp", |
"properties/CSSPropertyAPIRotate.cpp", |
"properties/CSSPropertyAPIScale.cpp", |
- "properties/CSSPropertyAPIScrollSnapCoordinate.cpp", |
+ "properties/CSSPropertyAPIScrollPadding.cpp", |
+ "properties/CSSPropertyAPIScrollSnapAlign.cpp", |
+ "properties/CSSPropertyAPIScrollSnapMargin.cpp", |
+ "properties/CSSPropertyAPIScrollSnapType.cpp", |
"properties/CSSPropertyAPIShapeImageThreshold.cpp", |
"properties/CSSPropertyAPIShapeMargin.cpp", |
"properties/CSSPropertyAPIShapeOutside.cpp", |