| Index: third_party/WebKit/Source/core/animation/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/animation/BUILD.gn b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| index 2753349b8e329762af1c8dcbd329d6f8edd12f6e..b59050ac43e7fb144c27906f6e634880d41f20bf 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -40,6 +40,8 @@ blink_core_sources("animation") {
|
| "CSSFilterListInterpolationType.h",
|
| "CSSFontSizeInterpolationType.cpp",
|
| "CSSFontSizeInterpolationType.h",
|
| + "CSSFontVariationSettingsInterpolationType.cpp",
|
| + "CSSFontVariationSettingsInterpolationType.h",
|
| "CSSFontWeightInterpolationType.cpp",
|
| "CSSFontWeightInterpolationType.h",
|
| "CSSImageInterpolationType.cpp",
|
| @@ -233,6 +235,8 @@ blink_core_sources("animation") {
|
| "animatable/AnimatableDoubleAndBool.h",
|
| "animatable/AnimatableFilterOperations.cpp",
|
| "animatable/AnimatableFilterOperations.h",
|
| + "animatable/AnimatableFontVariationSettings.cpp",
|
| + "animatable/AnimatableFontVariationSettings.h",
|
| "animatable/AnimatableImage.cpp",
|
| "animatable/AnimatableImage.h",
|
| "animatable/AnimatableLength.cpp",
|
|
|