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

Unified Diff: Source/core/core.gypi

Issue 39223002: TimingFunction test helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moving test helper code into cpp file to fix linking issue. Created 7 years, 2 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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 35251489d0e43501aa844c88ff9294b114a367b1..1468c7bd757148cff685a68dc63008b1dc4b47f5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3551,6 +3551,9 @@
'html/TimeRangesTest.cpp',
'frame/ImageBitmapTest.cpp',
'platform/animation/AnimationTranslationUtilTest.cpp',
+ 'platform/animation/TimingFunctionTestHelper.h',
+ 'platform/animation/TimingFunctionTestHelper.cpp',
+ 'platform/animation/TimingFunctionTestHelperTest.cpp',
'platform/graphics/BitmapImageTest.cpp',
'platform/graphics/FontTest.cpp',
'platform/graphics/GraphicsContextTest.cpp',
« no previous file with comments | « no previous file | Source/core/platform/animation/TimingFunction.h » ('j') | Source/core/platform/animation/TimingFunction.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698