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

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

Issue 2896543002: Implements CSSPropertyAPI for the animation-name property. (Closed)
Patch Set: Change parseSingleValue method to take local context as input. 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3a6467c5130338b504718ea0e2990d811aa5c7a2..df0bb61b7d6aeb81deb2c9929da0c9efe362596e 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -378,6 +378,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",
@@ -489,6 +490,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",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698