| 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",
|
|
|