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

Side by Side 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: Merged patch into fresh branch (to avoid scary rebase) Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'text/SegmentedStringTest.cpp', 901 'text/SegmentedStringTest.cpp',
902 'text/UnicodeUtilitiesTest.cpp', 902 'text/UnicodeUtilitiesTest.cpp',
903 'weborigin/DatabaseIdentifierTest.cpp', 903 'weborigin/DatabaseIdentifierTest.cpp',
904 'weborigin/KURLTest.cpp', 904 'weborigin/KURLTest.cpp',
905 'weborigin/OriginAccessEntryTest.cpp', 905 'weborigin/OriginAccessEntryTest.cpp',
906 'weborigin/SecurityOriginTest.cpp', 906 'weborigin/SecurityOriginTest.cpp',
907 'weborigin/SecurityPolicyTest.cpp', 907 'weborigin/SecurityPolicyTest.cpp',
908 ], 908 ],
909 # NOTE: these are legacy unit tests, do not add more! 909 # NOTE: these are legacy unit tests, do not add more!
910 'platform_web_unittest_files': [ 910 'platform_web_unittest_files': [
911 'animation/TimingFunctionTestHelper.cpp', 911 'animation/TimingFunctionTest.cpp',
912 'animation/TimingFunctionTestHelper.h',
913 'animation/TimingFunctionTestHelperTest.cpp',
914 'graphics/DeferredImageDecoderTest.cpp', 912 'graphics/DeferredImageDecoderTest.cpp',
915 'graphics/ImageDecodingStoreTest.cpp', 913 'graphics/ImageDecodingStoreTest.cpp',
916 'graphics/ImageFrameGeneratorTest.cpp', 914 'graphics/ImageFrameGeneratorTest.cpp',
917 'graphics/test/MockImageDecoder.h', 915 'graphics/test/MockImageDecoder.h',
918 ], 916 ],
919 }, 917 },
920 } 918 }
OLDNEW
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698