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

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

Issue 2280553002: Allow interpolation of background-size values with keywords in CSS Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Semicolon Created 4 years, 3 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'animation/CSSPathInterpolationType.h', 947 'animation/CSSPathInterpolationType.h',
948 'animation/CSSPositionAxisListInterpolationType.cpp', 948 'animation/CSSPositionAxisListInterpolationType.cpp',
949 'animation/CSSPositionAxisListInterpolationType.h', 949 'animation/CSSPositionAxisListInterpolationType.h',
950 'animation/CSSPositionInterpolationType.h', 950 'animation/CSSPositionInterpolationType.h',
951 'animation/CSSRotateInterpolationType.cpp', 951 'animation/CSSRotateInterpolationType.cpp',
952 'animation/CSSRotateInterpolationType.h', 952 'animation/CSSRotateInterpolationType.h',
953 'animation/CSSScaleInterpolationType.cpp', 953 'animation/CSSScaleInterpolationType.cpp',
954 'animation/CSSScaleInterpolationType.h', 954 'animation/CSSScaleInterpolationType.h',
955 'animation/CSSShadowListInterpolationType.cpp', 955 'animation/CSSShadowListInterpolationType.cpp',
956 'animation/CSSShadowListInterpolationType.h', 956 'animation/CSSShadowListInterpolationType.h',
957 'animation/CSSSizeListInterpolationType.cpp',
957 'animation/CSSSizeListInterpolationType.h', 958 'animation/CSSSizeListInterpolationType.h',
958 'animation/CSSTextIndentInterpolationType.cpp', 959 'animation/CSSTextIndentInterpolationType.cpp',
959 'animation/CSSTextIndentInterpolationType.h', 960 'animation/CSSTextIndentInterpolationType.h',
960 'animation/CSSTransformOriginInterpolationType.h', 961 'animation/CSSTransformOriginInterpolationType.h',
961 'animation/CSSTransformInterpolationType.cpp', 962 'animation/CSSTransformInterpolationType.cpp',
962 'animation/CSSTransformInterpolationType.h', 963 'animation/CSSTransformInterpolationType.h',
963 'animation/CSSTranslateInterpolationType.cpp', 964 'animation/CSSTranslateInterpolationType.cpp',
964 'animation/CSSTranslateInterpolationType.h', 965 'animation/CSSTranslateInterpolationType.h',
965 'animation/CSSValueInterpolationType.cpp', 966 'animation/CSSValueInterpolationType.cpp',
966 'animation/CSSValueInterpolationType.h', 967 'animation/CSSValueInterpolationType.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 'animation/PaintPropertyFunctions.cpp', 1025 'animation/PaintPropertyFunctions.cpp',
1025 'animation/PaintPropertyFunctions.h', 1026 'animation/PaintPropertyFunctions.h',
1026 'animation/PairwiseInterpolationValue.h', 1027 'animation/PairwiseInterpolationValue.h',
1027 'animation/PathInterpolationFunctions.cpp', 1028 'animation/PathInterpolationFunctions.cpp',
1028 'animation/PathInterpolationFunctions.h', 1029 'animation/PathInterpolationFunctions.h',
1029 'animation/PrimitiveInterpolation.h', 1030 'animation/PrimitiveInterpolation.h',
1030 'animation/PropertyHandle.cpp', 1031 'animation/PropertyHandle.cpp',
1031 'animation/PropertyHandle.h', 1032 'animation/PropertyHandle.h',
1032 'animation/PropertyInterpolationTypesMapping.cpp', 1033 'animation/PropertyInterpolationTypesMapping.cpp',
1033 'animation/PropertyInterpolationTypesMapping.h', 1034 'animation/PropertyInterpolationTypesMapping.h',
1035 'animation/SizeListPropertyFunctions.cpp',
1036 'animation/SizeListPropertyFunctions.h',
1037 'animation/SizeInterpolationFunctions.cpp',
1038 'animation/SizeInterpolationFunctions.h',
1034 'animation/SVGAngleInterpolationType.cpp', 1039 'animation/SVGAngleInterpolationType.cpp',
1035 'animation/SVGAngleInterpolationType.h', 1040 'animation/SVGAngleInterpolationType.h',
1036 'animation/SVGIntegerInterpolationType.cpp', 1041 'animation/SVGIntegerInterpolationType.cpp',
1037 'animation/SVGIntegerInterpolationType.h', 1042 'animation/SVGIntegerInterpolationType.h',
1038 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 1043 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
1039 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 1044 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
1040 'animation/SVGInterpolationType.cpp', 1045 'animation/SVGInterpolationType.cpp',
1041 'animation/SVGInterpolationType.h', 1046 'animation/SVGInterpolationType.h',
1042 'animation/SVGLengthInterpolationType.cpp', 1047 'animation/SVGLengthInterpolationType.cpp',
1043 'animation/SVGLengthInterpolationType.h', 1048 'animation/SVGLengthInterpolationType.h',
(...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 'timing/MemoryInfoTest.cpp', 4305 'timing/MemoryInfoTest.cpp',
4301 'timing/PerformanceBaseTest.cpp', 4306 'timing/PerformanceBaseTest.cpp',
4302 'timing/PerformanceObserverTest.cpp', 4307 'timing/PerformanceObserverTest.cpp',
4303 'workers/DedicatedWorkerTest.cpp', 4308 'workers/DedicatedWorkerTest.cpp',
4304 'workers/WorkerThreadTest.cpp', 4309 'workers/WorkerThreadTest.cpp',
4305 'workers/WorkerThreadTestHelper.h', 4310 'workers/WorkerThreadTestHelper.h',
4306 'xml/parser/SharedBufferReaderTest.cpp', 4311 'xml/parser/SharedBufferReaderTest.cpp',
4307 ], 4312 ],
4308 } 4313 }
4309 } 4314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698