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

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

Issue 1640643002: Add additive animation support for CSS property clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_propertyInterpolationTypesMapping
Patch Set: Rebased 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'animation/AnimationEffect.cpp', 841 'animation/AnimationEffect.cpp',
842 'animation/AnimationEffect.h', 842 'animation/AnimationEffect.h',
843 'animation/AnimationEffectTiming.cpp', 843 'animation/AnimationEffectTiming.cpp',
844 'animation/AnimationEffectTiming.h', 844 'animation/AnimationEffectTiming.h',
845 'animation/Animation.cpp', 845 'animation/Animation.cpp',
846 'animation/Animation.h', 846 'animation/Animation.h',
847 'animation/AnimationStack.cpp', 847 'animation/AnimationStack.cpp',
848 'animation/AnimationStack.h', 848 'animation/AnimationStack.h',
849 'animation/AnimationTimeline.cpp', 849 'animation/AnimationTimeline.cpp',
850 'animation/AnimationTimeline.h', 850 'animation/AnimationTimeline.h',
851 'animation/CSSClipInterpolationType.cpp',
852 'animation/CSSClipInterpolationType.h',
851 'animation/CSSColorInterpolationType.cpp', 853 'animation/CSSColorInterpolationType.cpp',
852 'animation/CSSColorInterpolationType.h', 854 'animation/CSSColorInterpolationType.h',
853 'animation/CSSFontWeightInterpolationType.cpp', 855 'animation/CSSFontWeightInterpolationType.cpp',
854 'animation/CSSFontWeightInterpolationType.h', 856 'animation/CSSFontWeightInterpolationType.h',
855 'animation/CSSImageInterpolationType.cpp', 857 'animation/CSSImageInterpolationType.cpp',
856 'animation/CSSImageInterpolationType.h', 858 'animation/CSSImageInterpolationType.h',
857 'animation/CSSImageListInterpolationType.cpp', 859 'animation/CSSImageListInterpolationType.cpp',
858 'animation/CSSImageListInterpolationType.h', 860 'animation/CSSImageListInterpolationType.h',
859 'animation/CSSInterpolationType.cpp', 861 'animation/CSSInterpolationType.cpp',
860 'animation/CSSInterpolationType.h', 862 'animation/CSSInterpolationType.h',
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4015 'style/SVGComputedStyleTest.cpp', 4017 'style/SVGComputedStyleTest.cpp',
4016 'svg/SVGPathParserTest.cpp', 4018 'svg/SVGPathParserTest.cpp',
4017 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4019 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4018 'testing/PrivateScriptTestTest.cpp', 4020 'testing/PrivateScriptTestTest.cpp',
4019 'timing/MemoryInfoTest.cpp', 4021 'timing/MemoryInfoTest.cpp',
4020 'workers/WorkerThreadTest.cpp', 4022 'workers/WorkerThreadTest.cpp',
4021 'xml/parser/SharedBufferReaderTest.cpp', 4023 'xml/parser/SharedBufferReaderTest.cpp',
4022 ], 4024 ],
4023 } 4025 }
4024 } 4026 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698