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

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

Issue 2891743003: Enable interpolation of CSS property font-variation-settings (Closed)
Patch Set: updatetest 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/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",

Powered by Google App Engine
This is Rietveld 408576698