| 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 90bd5bb8134a61385a487aca5dfc4045c196ff78..e03038f6c42a97a96dc93df9862639b9a1795f3e 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -343,9 +343,8 @@ blink_core_sources("css") {
|
| "parser/SizesAttributeParser.cpp",
|
| "parser/SizesCalcParser.cpp",
|
| "properties/CSSPropertyAPI.h",
|
| - "properties/CSSPropertyAPIPadding.cpp",
|
| - "properties/CSSPropertyAPIPadding.h",
|
| - "properties/CSSPropertyDescriptor.cpp",
|
| + "properties/CSSPropertyAPIWebkitPadding.cpp",
|
| + "properties/CSSPropertyAPIWebkitPadding.h",
|
| "properties/CSSPropertyDescriptor.h",
|
| "resolver/AnimatedStyleBuilder.cpp",
|
| "resolver/AnimatedStyleBuilder.h",
|
|
|