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

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

Issue 2896543002: Implements CSSPropertyAPI for the animation-name property. (Closed)
Patch Set: Created 3 years, 7 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 df6296185d31f066672a6944011db3a0d8d5dbe9..b6491a50bb6be4a26a4c3084cc5d4ad57be1ed01 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -384,6 +384,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIAlignItems.cpp",
"properties/CSSPropertyAPIAlignOrJustifyContent.cpp",
"properties/CSSPropertyAPIAlignOrJustifySelf.cpp",
+ "properties/CSSPropertyAPIAnimationName.cpp",
"properties/CSSPropertyAPIBaselineShift.cpp",
"properties/CSSPropertyAPIBorderImageOutset.cpp",
"properties/CSSPropertyAPIBorderImageRepeat.cpp",
@@ -495,6 +496,8 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIZoom.cpp",
"properties/CSSPropertyAlignmentUtils.cpp",
"properties/CSSPropertyAlignmentUtils.h",
+ "properties/CSSPropertyAnimationNameUtils.cpp",
+ "properties/CSSPropertyAnimationNameUtils.h",
"properties/CSSPropertyColumnUtils.cpp",
"properties/CSSPropertyColumnUtils.h",
"properties/CSSPropertyCounterUtils.cpp",

Powered by Google App Engine
This is Rietveld 408576698