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 231a6b0cd7fc56ae57cd489cafe91f2f0d15a1c8..a3157d3ba99f530e2731193f1348861aa776411c 100644 |
--- a/third_party/WebKit/Source/core/css/BUILD.gn |
+++ b/third_party/WebKit/Source/core/css/BUILD.gn |
@@ -359,6 +359,7 @@ blink_core_sources("css") { |
"properties/CSSPropertyAPIRotate.cpp", |
"properties/CSSPropertyAPIScrollSnapCoordinate.cpp", |
"properties/CSSPropertyAPIShapeMargin.cpp", |
+ "properties/CSSPropertyAPIShapeOutside.cpp", |
"properties/CSSPropertyAPISize.cpp", |
"properties/CSSPropertyAPIStrokeDasharray.cpp", |
"properties/CSSPropertyAPITabSize.cpp", |
@@ -378,6 +379,8 @@ blink_core_sources("css") { |
"properties/CSSPropertyAPIZIndex.cpp", |
"properties/CSSPropertyAPIZoom.cpp", |
"properties/CSSPropertyDescriptor.h", |
+ "properties/CSSPropertyShapeUtil.cpp", |
+ "properties/CSSPropertyShapeUtil.h", |
"resolver/AnimatedStyleBuilder.cpp", |
"resolver/AnimatedStyleBuilder.h", |
"resolver/CSSToStyleMap.cpp", |