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 9d036affc9f79423a8ad9d7da76d88484d9f6fa4..90c4c0c2b02e56dddb5ebc781b85911cf0139f85 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -574,6 +574,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", |
] |