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

Side by Side Diff: Source/core/core.gypi

Issue 995253002: Web Animations: Split image slice interpolation out of LengthBoxStyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: crbug.com/466536 Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/StringKeyframe.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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'animation/DocumentAnimation.h', 892 'animation/DocumentAnimation.h',
893 'animation/DocumentAnimations.cpp', 893 'animation/DocumentAnimations.cpp',
894 'animation/DocumentAnimations.h', 894 'animation/DocumentAnimations.h',
895 'animation/DoubleStyleInterpolation.h', 895 'animation/DoubleStyleInterpolation.h',
896 'animation/DoubleStyleInterpolation.cpp', 896 'animation/DoubleStyleInterpolation.cpp',
897 'animation/EffectInput.cpp', 897 'animation/EffectInput.cpp',
898 'animation/EffectInput.h', 898 'animation/EffectInput.h',
899 'animation/ElementAnimation.h', 899 'animation/ElementAnimation.h',
900 'animation/ElementAnimations.cpp', 900 'animation/ElementAnimations.cpp',
901 'animation/ElementAnimations.h', 901 'animation/ElementAnimations.h',
902 'animation/ImageSliceStyleInterpolation.cpp',
903 'animation/ImageSliceStyleInterpolation.h',
902 'animation/ImageStyleInterpolation.cpp', 904 'animation/ImageStyleInterpolation.cpp',
903 'animation/ImageStyleInterpolation.h', 905 'animation/ImageStyleInterpolation.h',
904 'animation/InertAnimation.cpp', 906 'animation/InertAnimation.cpp',
905 'animation/InertAnimation.h', 907 'animation/InertAnimation.h',
906 'animation/InterpolableValue.cpp', 908 'animation/InterpolableValue.cpp',
907 'animation/InterpolableValue.h', 909 'animation/InterpolableValue.h',
908 'animation/Interpolation.cpp', 910 'animation/Interpolation.cpp',
909 'animation/Interpolation.h', 911 'animation/Interpolation.h',
910 'animation/InterpolationEffect.cpp', 912 'animation/InterpolationEffect.cpp',
911 'animation/InterpolationEffect.h', 913 'animation/InterpolationEffect.h',
(...skipping 2899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3811 'paint/ViewDisplayListTest.cpp', 3813 'paint/ViewDisplayListTest.cpp',
3812 'streams/ExclusiveStreamReaderTest.cpp', 3814 'streams/ExclusiveStreamReaderTest.cpp',
3813 'streams/ReadableStreamTest.cpp', 3815 'streams/ReadableStreamTest.cpp',
3814 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3815 'testing/UnitTestHelpers.cpp', 3817 'testing/UnitTestHelpers.cpp',
3816 'testing/UnitTestHelpers.h', 3818 'testing/UnitTestHelpers.h',
3817 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3818 ], 3820 ],
3819 } 3821 }
3820 } 3822 }
OLDNEW
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698