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

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

Issue 1215563002: Implement left property animation on InvalidatableStyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make Windows not crash Created 5 years, 5 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') | Source/core/style/ComputedStyle.h » ('j') | 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'animation/InterpolationEffect.h', 873 'animation/InterpolationEffect.h',
874 'animation/InterpolationType.h', 874 'animation/InterpolationType.h',
875 'animation/InterpolationValue.h', 875 'animation/InterpolationValue.h',
876 'animation/InvalidatableStyleInterpolation.cpp', 876 'animation/InvalidatableStyleInterpolation.cpp',
877 'animation/InvalidatableStyleInterpolation.h', 877 'animation/InvalidatableStyleInterpolation.h',
878 'animation/KeyframeEffectModel.cpp', 878 'animation/KeyframeEffectModel.cpp',
879 'animation/KeyframeEffectModel.h', 879 'animation/KeyframeEffectModel.h',
880 'animation/LegacyStyleInterpolation.h', 880 'animation/LegacyStyleInterpolation.h',
881 'animation/LengthBoxStyleInterpolation.cpp', 881 'animation/LengthBoxStyleInterpolation.cpp',
882 'animation/LengthBoxStyleInterpolation.h', 882 'animation/LengthBoxStyleInterpolation.h',
883 'animation/LengthInterpolationType.cpp',
884 'animation/LengthInterpolationType.h',
883 'animation/LengthPairStyleInterpolation.cpp', 885 'animation/LengthPairStyleInterpolation.cpp',
884 'animation/LengthPairStyleInterpolation.h', 886 'animation/LengthPairStyleInterpolation.h',
887 'animation/LengthPropertyFunctions.cpp',
888 'animation/LengthPropertyFunctions.h',
885 'animation/LengthSVGInterpolation.cpp', 889 'animation/LengthSVGInterpolation.cpp',
886 'animation/LengthSVGInterpolation.h', 890 'animation/LengthSVGInterpolation.h',
887 'animation/LengthStyleInterpolation.cpp', 891 'animation/LengthStyleInterpolation.cpp',
888 'animation/LengthStyleInterpolation.h', 892 'animation/LengthStyleInterpolation.h',
889 'animation/NonInterpolableValue.h', 893 'animation/NonInterpolableValue.h',
890 'animation/NumberOptionalNumberSVGInterpolation.h', 894 'animation/NumberOptionalNumberSVGInterpolation.h',
891 'animation/NumberSVGInterpolation.cpp', 895 'animation/NumberSVGInterpolation.cpp',
892 'animation/NumberSVGInterpolation.h', 896 'animation/NumberSVGInterpolation.h',
893 'animation/PrimitiveInterpolation.h', 897 'animation/PrimitiveInterpolation.h',
894 'animation/PropertyHandle.cpp', 898 'animation/PropertyHandle.cpp',
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3797 'style/OutlineValueTest.cpp', 3801 'style/OutlineValueTest.cpp',
3798 'style/SVGComputedStyleTest.cpp', 3802 'style/SVGComputedStyleTest.cpp',
3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3803 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3800 'testing/PrivateScriptTestTest.cpp', 3804 'testing/PrivateScriptTestTest.cpp',
3801 'timing/MemoryInfoTest.cpp', 3805 'timing/MemoryInfoTest.cpp',
3802 'workers/WorkerThreadTest.cpp', 3806 'workers/WorkerThreadTest.cpp',
3803 'xml/parser/SharedBufferReaderTest.cpp', 3807 'xml/parser/SharedBufferReaderTest.cpp',
3804 ], 3808 ],
3805 } 3809 }
3806 } 3810 }
OLDNEW
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698