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

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

Issue 2023143002: Blink Compositor Animation: Erase CompositorAnimationsImpl.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gmock
Patch Set: Created 4 years, 6 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/KeyframeEffect.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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'animation/CSSTransformInterpolationType.cpp', 925 'animation/CSSTransformInterpolationType.cpp',
926 'animation/CSSTransformInterpolationType.h', 926 'animation/CSSTransformInterpolationType.h',
927 'animation/CSSTranslateInterpolationType.cpp', 927 'animation/CSSTranslateInterpolationType.cpp',
928 'animation/CSSTranslateInterpolationType.h', 928 'animation/CSSTranslateInterpolationType.h',
929 'animation/CSSValueInterpolationType.cpp', 929 'animation/CSSValueInterpolationType.cpp',
930 'animation/CSSValueInterpolationType.h', 930 'animation/CSSValueInterpolationType.h',
931 'animation/CSSVisibilityInterpolationType.cpp', 931 'animation/CSSVisibilityInterpolationType.cpp',
932 'animation/CSSVisibilityInterpolationType.h', 932 'animation/CSSVisibilityInterpolationType.h',
933 'animation/CompositorAnimations.cpp', 933 'animation/CompositorAnimations.cpp',
934 'animation/CompositorAnimations.h', 934 'animation/CompositorAnimations.h',
935 'animation/CompositorAnimationsImpl.h',
936 'animation/CompositorPendingAnimations.cpp', 935 'animation/CompositorPendingAnimations.cpp',
937 'animation/CompositorPendingAnimations.h', 936 'animation/CompositorPendingAnimations.h',
938 'animation/CustomCompositorAnimations.cpp', 937 'animation/CustomCompositorAnimations.cpp',
939 'animation/CustomCompositorAnimations.h', 938 'animation/CustomCompositorAnimations.h',
940 'animation/ColorPropertyFunctions.cpp', 939 'animation/ColorPropertyFunctions.cpp',
941 'animation/ColorPropertyFunctions.h', 940 'animation/ColorPropertyFunctions.h',
942 'animation/CustomCompositorAnimationManager.cpp', 941 'animation/CustomCompositorAnimationManager.cpp',
943 'animation/CustomCompositorAnimationManager.h', 942 'animation/CustomCompositorAnimationManager.h',
944 'animation/DeferredLegacyStyleInterpolation.cpp', 943 'animation/DeferredLegacyStyleInterpolation.cpp',
945 'animation/DeferredLegacyStyleInterpolation.h', 944 'animation/DeferredLegacyStyleInterpolation.h',
(...skipping 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after
4144 'testing/PrivateScriptTestTest.cpp', 4143 'testing/PrivateScriptTestTest.cpp',
4145 'timing/MemoryInfoTest.cpp', 4144 'timing/MemoryInfoTest.cpp',
4146 'timing/PerformanceBaseTest.cpp', 4145 'timing/PerformanceBaseTest.cpp',
4147 'timing/PerformanceObserverTest.cpp', 4146 'timing/PerformanceObserverTest.cpp',
4148 'workers/WorkerThreadTest.cpp', 4147 'workers/WorkerThreadTest.cpp',
4149 'workers/WorkerThreadTestHelper.h', 4148 'workers/WorkerThreadTestHelper.h',
4150 'xml/parser/SharedBufferReaderTest.cpp', 4149 'xml/parser/SharedBufferReaderTest.cpp',
4151 ], 4150 ],
4152 } 4151 }
4153 } 4152 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/KeyframeEffect.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698