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

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

Issue 1548873002: Port CSS visibility animations to CSSInterpolationTypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added deferred interpolation comment Created 4 years, 11 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/StringKeyframe.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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'animation/CSSLengthListInterpolationType.cpp', 849 'animation/CSSLengthListInterpolationType.cpp',
850 'animation/CSSLengthListInterpolationType.h', 850 'animation/CSSLengthListInterpolationType.h',
851 'animation/CSSNumberInterpolationType.cpp', 851 'animation/CSSNumberInterpolationType.cpp',
852 'animation/CSSNumberInterpolationType.h', 852 'animation/CSSNumberInterpolationType.h',
853 'animation/CSSPaintInterpolationType.cpp', 853 'animation/CSSPaintInterpolationType.cpp',
854 'animation/CSSPaintInterpolationType.h', 854 'animation/CSSPaintInterpolationType.h',
855 'animation/CSSShadowListInterpolationType.cpp', 855 'animation/CSSShadowListInterpolationType.cpp',
856 'animation/CSSShadowListInterpolationType.h', 856 'animation/CSSShadowListInterpolationType.h',
857 'animation/CSSValueInterpolationType.cpp', 857 'animation/CSSValueInterpolationType.cpp',
858 'animation/CSSValueInterpolationType.h', 858 'animation/CSSValueInterpolationType.h',
859 'animation/CSSVisibilityInterpolationType.cpp',
860 'animation/CSSVisibilityInterpolationType.h',
859 'animation/CompositorAnimations.cpp', 861 'animation/CompositorAnimations.cpp',
860 'animation/CompositorAnimations.h', 862 'animation/CompositorAnimations.h',
861 'animation/CompositorAnimationsImpl.h', 863 'animation/CompositorAnimationsImpl.h',
862 'animation/CompositorPendingAnimations.cpp', 864 'animation/CompositorPendingAnimations.cpp',
863 'animation/CompositorPendingAnimations.h', 865 'animation/CompositorPendingAnimations.h',
864 'animation/ColorPropertyFunctions.cpp', 866 'animation/ColorPropertyFunctions.cpp',
865 'animation/ColorPropertyFunctions.h', 867 'animation/ColorPropertyFunctions.h',
866 'animation/ConstantStyleInterpolation.h', 868 'animation/ConstantStyleInterpolation.h',
867 'animation/DefaultSVGInterpolation.cpp', 869 'animation/DefaultSVGInterpolation.cpp',
868 'animation/DefaultSVGInterpolation.h', 870 'animation/DefaultSVGInterpolation.h',
(...skipping 3133 matching lines...) Expand 10 before | Expand all | Expand 10 after
4002 'style/SVGComputedStyleTest.cpp', 4004 'style/SVGComputedStyleTest.cpp',
4003 'svg/SVGPathParserTest.cpp', 4005 'svg/SVGPathParserTest.cpp',
4004 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4006 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4005 'testing/PrivateScriptTestTest.cpp', 4007 'testing/PrivateScriptTestTest.cpp',
4006 'timing/MemoryInfoTest.cpp', 4008 'timing/MemoryInfoTest.cpp',
4007 'workers/WorkerThreadTest.cpp', 4009 'workers/WorkerThreadTest.cpp',
4008 'xml/parser/SharedBufferReaderTest.cpp', 4010 'xml/parser/SharedBufferReaderTest.cpp',
4009 ], 4011 ],
4010 } 4012 }
4011 } 4013 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698