| 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 827bc67f462bd9dd73fae12c42c360cdba4e2a43..3a679320984d03318d7164f22345bc0c04d2cf7d 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",
|
|
|