| 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 adcb05751bd75ed0b0addbb3d08d434082edadba..ccd9f9a50ecc580cfe0cc8451370edf162a45389 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -341,6 +341,11 @@ blink_core_sources("css") {
|
| "parser/MediaQueryParser.cpp",
|
| "parser/SizesAttributeParser.cpp",
|
| "parser/SizesCalcParser.cpp",
|
| + "properties/CSSPaddingProperties.cpp",
|
| + "properties/CSSPaddingProperties.h",
|
| + "properties/CSSPropertyAPI.h",
|
| + "properties/CSSPropertyDescriptor.cpp",
|
| + "properties/CSSPropertyDescriptor.h",
|
| "resolver/AnimatedStyleBuilder.cpp",
|
| "resolver/AnimatedStyleBuilder.h",
|
| "resolver/CSSToStyleMap.cpp",
|
|
|