| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index f71f66f826ef0d26acc65e2c45d9aabb331d5460..8384577fb0c15ba4df9c5a0de986dfa64f6e7bd1 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -571,6 +571,9 @@ css_properties("make_core_generated_css_property_apis") {
|
| "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.h",
|
| "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIBorderRadius.h",
|
| "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIFlex.h",
|
| + "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIFont.h",
|
| + "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIFontVariant.h",
|
| + "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIOverflow.h",
|
| "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPITextDecoration.h",
|
| "$blink_core_output_dir/css/properties/CSSShorthandPropertyAPIWebkitMarginCollapse.h",
|
| ]
|
|
|