| 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 b7bd86118561759431889a40fe64609766937f4d..7bf9625631842ba0374e8a1ab979cb915cc7bc53 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -519,6 +519,9 @@ blink_core_sources("css") {
|
| "properties/CSSPropertyWebkitBorderWidthUtils.h",
|
| "properties/CSSShorthandPropertyAPIBorderRadius.cpp",
|
| "properties/CSSShorthandPropertyAPIFlex.cpp",
|
| + "properties/CSSShorthandPropertyAPIFont.cpp",
|
| + "properties/CSSShorthandPropertyAPIFontVariant.cpp",
|
| + "properties/CSSShorthandPropertyAPIOverflow.cpp",
|
| "properties/CSSShorthandPropertyAPITextDecoration.cpp",
|
| "properties/CSSShorthandPropertyAPIWebkitMarginCollapse.cpp",
|
| "resolver/AnimatedStyleBuilder.cpp",
|
|
|