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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1698213002: Blink Compositor: Erase virtuals on Transform and Filter operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move AnimationTranslationUtil to platform. Created 4 years, 10 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 86e94bfca2b629ef4055115b7398a15b102b7be3..c6806bf699a86e88995526fe94a76715e5048301 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -848,8 +848,6 @@
'animation/AnimationStack.h',
'animation/AnimationTimeline.cpp',
'animation/AnimationTimeline.h',
- 'animation/AnimationTranslationUtil.cpp',
- 'animation/AnimationTranslationUtil.h',
'animation/CSSColorInterpolationType.cpp',
'animation/CSSColorInterpolationType.h',
'animation/CSSFontWeightInterpolationType.cpp',
@@ -3816,7 +3814,6 @@
'animation/AnimationTestHelper.cpp',
'animation/AnimationTestHelper.h',
'animation/AnimationTimelineTest.cpp',
- 'animation/AnimationTranslationUtilTest.cpp',
'animation/CompositorAnimationsTest.cpp',
'animation/CompositorAnimationsTestHelper.h',
'animation/DeferredLegacyStyleInterpolationTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698