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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . Created 3 years, 9 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/clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 adb1cc29ca63d8e48291d2aacb1720af41a94d23..2decca8ebdc50f3e549365e975f23e8c7040f811 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -24,6 +24,7 @@ blink_core_sources("animation") {
"AnimationTimeline.h",
"BasicShapeInterpolationFunctions.cpp",
"BasicShapeInterpolationFunctions.h",
+ "BasicShapePropertyFunctions.h",
"BorderImageLengthBoxPropertyFunctions.h",
"CSSAngleInterpolationType.cpp",
"CSSAngleInterpolationType.h",
@@ -120,6 +121,7 @@ blink_core_sources("animation") {
"InertEffect.h",
"InterpolableValue.cpp",
"InterpolableValue.h",
+ "InterpolatedSVGPathSource.h",
"Interpolation.h",
"InterpolationEffect.cpp",
"InterpolationEffect.h",
@@ -196,6 +198,7 @@ blink_core_sources("animation") {
"SampledEffect.h",
"ShadowInterpolationFunctions.cpp",
"ShadowInterpolationFunctions.h",
+ "ShadowListPropertyFunctions.h",
"SizeInterpolationFunctions.cpp",
"SizeInterpolationFunctions.h",
"SizeListPropertyFunctions.cpp",
@@ -212,6 +215,7 @@ blink_core_sources("animation") {
"TransitionKeyframe.cpp",
"TransitionKeyframe.h",
"TypedInterpolationValue.h",
+ "UnderlyingLengthChecker.h",
"UnderlyingValueOwner.cpp",
"UnderlyingValueOwner.h",
"animatable/AnimatableClipPathOperation.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698