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

Unified Diff: third_party/WebKit/Source/core/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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 67201fbceee84ad28c682fdb025f3238fc9c196f..594a64e8b4caf0293d3322f0446ef030140f6e93 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -456,6 +456,7 @@ css_properties("make_core_generated_css_property_apis") {
"$blink_core_output_dir/css/properties/CSSPropertyAPIAlignItems.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIAlignOrJustifyContent.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIAlignOrJustifySelf.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPIAnimationName.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIBaselineShift.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIBorderImageOutset.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIBorderImageRepeat.h",

Powered by Google App Engine
This is Rietveld 408576698