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

Unified Diff: Source/platform/blink_platform.gypi

Issue 149363002: Web Animations API: Implement step-middle and steps(x, middle) timing functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment typo Created 6 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 88ecb9df71c6eafdce5e465adee65058159e0532..d4aed5adb45e66d2cb185b7e50530bfa43d5f239 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -906,9 +906,7 @@
],
# NOTE: these are legacy unit tests, do not add more!
'platform_web_unittest_files': [
- 'animation/TimingFunctionTestHelper.cpp',
- 'animation/TimingFunctionTestHelper.h',
- 'animation/TimingFunctionTestHelperTest.cpp',
+ 'animation/TimingFunctionTest.cpp',
'graphics/DeferredImageDecoderTest.cpp',
'graphics/ImageDecodingStoreTest.cpp',
'graphics/ImageFrameGeneratorTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698