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

Unified Diff: Source/platform/blink_platform.gypi

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 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 | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 44cb3be65ec7df6dc70e108bb7337f1b4239e285..258f0a3b1c16e07822deb6ef612d5579f0d0f37f 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -140,6 +140,10 @@
'Widget.h',
'WindowsKeyboardCodes.h',
'animation/AnimationUtilities.h',
+ 'animation/AnimationValue.h',
+ 'animation/KeyframeValueList.cpp',
+ 'animation/KeyframeValueList.h',
+ 'animation/TimingFunction.h',
'animation/UnitBezier.h',
'audio/AudioArray.h',
'audio/AudioBus.cpp',
@@ -915,5 +919,15 @@
'weborigin/OriginAccessEntryTest.cpp',
'weborigin/SecurityOriginTest.cpp',
],
+ # NOTE: these are legacy unit tests, do not add more!
+ 'platform_web_unittest_files': [
+ 'animation/TimingFunctionTestHelper.cpp',
+ 'animation/TimingFunctionTestHelper.h',
+ 'animation/TimingFunctionTestHelperTest.cpp',
+ 'graphics/DeferredImageDecoderTest.cpp',
+ 'graphics/ImageDecodingStoreTest.cpp',
+ 'graphics/ImageFrameGeneratorTest.cpp',
+ 'graphics/test/MockImageDecoder.h',
+ ],
},
}
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698