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

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

Issue 2794013002: Fewer reused duplicate symbol names in animation. (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
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 2decca8ebdc50f3e549365e975f23e8c7040f811..f9add35455671c4a1f26d396a74d35824d5beb7a 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -114,6 +114,8 @@ blink_core_sources("animation") {
"FilterInterpolationFunctions.cpp",
"FilterInterpolationFunctions.h",
"FilterListPropertyFunctions.h",
+ "FontWeightConversion.cpp",
+ "FontWeightConversion.h",
"ImageListPropertyFunctions.h",
"ImagePropertyFunctions.h",
"ImageSlicePropertyFunctions.h",
@@ -199,6 +201,7 @@ blink_core_sources("animation") {
"ShadowInterpolationFunctions.cpp",
"ShadowInterpolationFunctions.h",
"ShadowListPropertyFunctions.h",
+ "SideIndex.h",
"SizeInterpolationFunctions.cpp",
"SizeInterpolationFunctions.h",
"SizeListPropertyFunctions.cpp",

Powered by Google App Engine
This is Rietveld 408576698