Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2642013002: Implements CSSPropertyAPI for the shape-outside property. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698