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

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

Issue 1680803003: Add additive animation support for CSS property background-position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test update Created 4 years, 10 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
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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'animation/CSSLengthInterpolationType.cpp', 862 'animation/CSSLengthInterpolationType.cpp',
863 'animation/CSSLengthInterpolationType.h', 863 'animation/CSSLengthInterpolationType.h',
864 'animation/CSSLengthListInterpolationType.cpp', 864 'animation/CSSLengthListInterpolationType.cpp',
865 'animation/CSSLengthListInterpolationType.h', 865 'animation/CSSLengthListInterpolationType.h',
866 'animation/CSSNumberInterpolationType.cpp', 866 'animation/CSSNumberInterpolationType.cpp',
867 'animation/CSSNumberInterpolationType.h', 867 'animation/CSSNumberInterpolationType.h',
868 'animation/CSSPaintInterpolationType.cpp', 868 'animation/CSSPaintInterpolationType.cpp',
869 'animation/CSSPaintInterpolationType.h', 869 'animation/CSSPaintInterpolationType.h',
870 'animation/CSSPathInterpolationType.cpp', 870 'animation/CSSPathInterpolationType.cpp',
871 'animation/CSSPathInterpolationType.h', 871 'animation/CSSPathInterpolationType.h',
872 'animation/CSSPositionAxisListInterpolationType.cpp',
873 'animation/CSSPositionAxisListInterpolationType.h',
872 'animation/CSSShadowListInterpolationType.cpp', 874 'animation/CSSShadowListInterpolationType.cpp',
873 'animation/CSSShadowListInterpolationType.h', 875 'animation/CSSShadowListInterpolationType.h',
874 'animation/CSSValueInterpolationType.cpp', 876 'animation/CSSValueInterpolationType.cpp',
875 'animation/CSSValueInterpolationType.h', 877 'animation/CSSValueInterpolationType.h',
876 'animation/CSSVisibilityInterpolationType.cpp', 878 'animation/CSSVisibilityInterpolationType.cpp',
877 'animation/CSSVisibilityInterpolationType.h', 879 'animation/CSSVisibilityInterpolationType.h',
878 'animation/CompositorAnimations.cpp', 880 'animation/CompositorAnimations.cpp',
879 'animation/CompositorAnimations.h', 881 'animation/CompositorAnimations.h',
880 'animation/CompositorAnimationsImpl.h', 882 'animation/CompositorAnimationsImpl.h',
881 'animation/CompositorPendingAnimations.cpp', 883 'animation/CompositorPendingAnimations.cpp',
(...skipping 29 matching lines...) Expand all
911 'animation/InterpolationEffect.h', 913 'animation/InterpolationEffect.h',
912 'animation/InterpolationType.h', 914 'animation/InterpolationType.h',
913 'animation/InterpolationValue.h', 915 'animation/InterpolationValue.h',
914 'animation/InvalidatableInterpolation.cpp', 916 'animation/InvalidatableInterpolation.cpp',
915 'animation/InvalidatableInterpolation.h', 917 'animation/InvalidatableInterpolation.h',
916 'animation/KeyframeEffectModel.cpp', 918 'animation/KeyframeEffectModel.cpp',
917 'animation/KeyframeEffectModel.h', 919 'animation/KeyframeEffectModel.h',
918 'animation/LegacyStyleInterpolation.h', 920 'animation/LegacyStyleInterpolation.h',
919 'animation/LengthBoxStyleInterpolation.cpp', 921 'animation/LengthBoxStyleInterpolation.cpp',
920 'animation/LengthBoxStyleInterpolation.h', 922 'animation/LengthBoxStyleInterpolation.h',
923 'animation/LengthListPropertyFunctions.cpp',
924 'animation/LengthListPropertyFunctions.h',
921 'animation/LengthPairStyleInterpolation.cpp', 925 'animation/LengthPairStyleInterpolation.cpp',
922 'animation/LengthPairStyleInterpolation.h', 926 'animation/LengthPairStyleInterpolation.h',
923 'animation/LengthPropertyFunctions.cpp', 927 'animation/LengthPropertyFunctions.cpp',
924 'animation/LengthPropertyFunctions.h', 928 'animation/LengthPropertyFunctions.h',
925 'animation/LengthStyleInterpolation.cpp', 929 'animation/LengthStyleInterpolation.cpp',
926 'animation/LengthStyleInterpolation.h', 930 'animation/LengthStyleInterpolation.h',
927 'animation/ListInterpolationFunctions.cpp', 931 'animation/ListInterpolationFunctions.cpp',
928 'animation/ListInterpolationFunctions.h', 932 'animation/ListInterpolationFunctions.h',
929 'animation/NonInterpolableValue.h', 933 'animation/NonInterpolableValue.h',
930 'animation/NumberAttributeFunctions.h', 934 'animation/NumberAttributeFunctions.h',
(...skipping 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4060 'style/SVGComputedStyleTest.cpp', 4064 'style/SVGComputedStyleTest.cpp',
4061 'svg/SVGPathParserTest.cpp', 4065 'svg/SVGPathParserTest.cpp',
4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4063 'testing/PrivateScriptTestTest.cpp', 4067 'testing/PrivateScriptTestTest.cpp',
4064 'timing/MemoryInfoTest.cpp', 4068 'timing/MemoryInfoTest.cpp',
4065 'workers/WorkerThreadTest.cpp', 4069 'workers/WorkerThreadTest.cpp',
4066 'xml/parser/SharedBufferReaderTest.cpp', 4070 'xml/parser/SharedBufferReaderTest.cpp',
4067 ], 4071 ],
4068 } 4072 }
4069 } 4073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698