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

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: 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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'animation/CSSPathInterpolationType.h', 944 'animation/CSSPathInterpolationType.h',
945 'animation/CSSPositionAxisListInterpolationType.cpp', 945 'animation/CSSPositionAxisListInterpolationType.cpp',
946 'animation/CSSPositionAxisListInterpolationType.h', 946 'animation/CSSPositionAxisListInterpolationType.h',
947 'animation/CSSPositionInterpolationType.h', 947 'animation/CSSPositionInterpolationType.h',
948 'animation/CSSRotateInterpolationType.cpp', 948 'animation/CSSRotateInterpolationType.cpp',
949 'animation/CSSRotateInterpolationType.h', 949 'animation/CSSRotateInterpolationType.h',
950 'animation/CSSScaleInterpolationType.cpp', 950 'animation/CSSScaleInterpolationType.cpp',
951 'animation/CSSScaleInterpolationType.h', 951 'animation/CSSScaleInterpolationType.h',
952 'animation/CSSShadowListInterpolationType.cpp', 952 'animation/CSSShadowListInterpolationType.cpp',
953 'animation/CSSShadowListInterpolationType.h', 953 'animation/CSSShadowListInterpolationType.h',
954 'animation/CSSSizeListInterpolationType.cpp',
954 'animation/CSSSizeListInterpolationType.h', 955 'animation/CSSSizeListInterpolationType.h',
955 'animation/CSSTextIndentInterpolationType.cpp', 956 'animation/CSSTextIndentInterpolationType.cpp',
956 'animation/CSSTextIndentInterpolationType.h', 957 'animation/CSSTextIndentInterpolationType.h',
957 'animation/CSSTransformOriginInterpolationType.h', 958 'animation/CSSTransformOriginInterpolationType.h',
958 'animation/CSSTransformInterpolationType.cpp', 959 'animation/CSSTransformInterpolationType.cpp',
959 'animation/CSSTransformInterpolationType.h', 960 'animation/CSSTransformInterpolationType.h',
960 'animation/CSSTranslateInterpolationType.cpp', 961 'animation/CSSTranslateInterpolationType.cpp',
961 'animation/CSSTranslateInterpolationType.h', 962 'animation/CSSTranslateInterpolationType.h',
962 'animation/CSSValueInterpolationType.cpp', 963 'animation/CSSValueInterpolationType.cpp',
963 'animation/CSSValueInterpolationType.h', 964 'animation/CSSValueInterpolationType.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'animation/PaintPropertyFunctions.cpp', 1020 'animation/PaintPropertyFunctions.cpp',
1020 'animation/PaintPropertyFunctions.h', 1021 'animation/PaintPropertyFunctions.h',
1021 'animation/PairwiseInterpolationValue.h', 1022 'animation/PairwiseInterpolationValue.h',
1022 'animation/PathInterpolationFunctions.cpp', 1023 'animation/PathInterpolationFunctions.cpp',
1023 'animation/PathInterpolationFunctions.h', 1024 'animation/PathInterpolationFunctions.h',
1024 'animation/PrimitiveInterpolation.h', 1025 'animation/PrimitiveInterpolation.h',
1025 'animation/PropertyHandle.cpp', 1026 'animation/PropertyHandle.cpp',
1026 'animation/PropertyHandle.h', 1027 'animation/PropertyHandle.h',
1027 'animation/PropertyInterpolationTypesMapping.cpp', 1028 'animation/PropertyInterpolationTypesMapping.cpp',
1028 'animation/PropertyInterpolationTypesMapping.h', 1029 'animation/PropertyInterpolationTypesMapping.h',
1030 'animation/SizeListPropertyFunctions.cpp',
1031 'animation/SizeListPropertyFunctions.h',
1029 'animation/SVGAngleInterpolationType.cpp', 1032 'animation/SVGAngleInterpolationType.cpp',
1030 'animation/SVGAngleInterpolationType.h', 1033 'animation/SVGAngleInterpolationType.h',
1031 'animation/SVGIntegerInterpolationType.cpp', 1034 'animation/SVGIntegerInterpolationType.cpp',
1032 'animation/SVGIntegerInterpolationType.h', 1035 'animation/SVGIntegerInterpolationType.h',
1033 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 1036 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
1034 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 1037 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
1035 'animation/SVGInterpolationType.cpp', 1038 'animation/SVGInterpolationType.cpp',
1036 'animation/SVGInterpolationType.h', 1039 'animation/SVGInterpolationType.h',
1037 'animation/SVGLengthInterpolationType.cpp', 1040 'animation/SVGLengthInterpolationType.cpp',
1038 'animation/SVGLengthInterpolationType.h', 1041 'animation/SVGLengthInterpolationType.h',
(...skipping 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4297 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4298 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4299 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4300 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4301 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4302 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4303 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4304 ],
4302 } 4305 }
4303 } 4306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698