| 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 aa1d635a3073140c0e971786011f7984d1ee831f..d6b7ddfeb0144733ec0b0a5fc7f93fbfa28d6102 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -443,7 +443,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",
|
|
|