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

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

Issue 2019613002: Blink Compositor Animation: Make Animation and Curve methods non-virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix codereview issues. Add cc::TimingFunction::Type enum. 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
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 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 'animation/AnimationClockTest.cpp', 3910 'animation/AnimationClockTest.cpp',
3911 'animation/AnimationInputHelpersTest.cpp', 3911 'animation/AnimationInputHelpersTest.cpp',
3912 'animation/AnimationEffectTest.cpp', 3912 'animation/AnimationEffectTest.cpp',
3913 'animation/AnimationTest.cpp', 3913 'animation/AnimationTest.cpp',
3914 'animation/AnimationStackTest.cpp', 3914 'animation/AnimationStackTest.cpp',
3915 'animation/KeyframeEffectTest.cpp', 3915 'animation/KeyframeEffectTest.cpp',
3916 'animation/AnimationTestHelper.cpp', 3916 'animation/AnimationTestHelper.cpp',
3917 'animation/AnimationTestHelper.h', 3917 'animation/AnimationTestHelper.h',
3918 'animation/AnimationTimelineTest.cpp', 3918 'animation/AnimationTimelineTest.cpp',
3919 'animation/CompositorAnimationsTest.cpp', 3919 'animation/CompositorAnimationsTest.cpp',
3920 'animation/CompositorAnimationsTestHelper.h',
3921 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3920 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3922 'animation/EffectInputTest.cpp', 3921 'animation/EffectInputTest.cpp',
3923 'animation/InterpolableValueTest.cpp', 3922 'animation/InterpolableValueTest.cpp',
3924 'animation/InterpolationEffectTest.cpp', 3923 'animation/InterpolationEffectTest.cpp',
3925 'animation/KeyframeEffectModelTest.cpp', 3924 'animation/KeyframeEffectModelTest.cpp',
3926 'animation/PropertyHandleTest.cpp', 3925 'animation/PropertyHandleTest.cpp',
3927 'animation/TimingCalculationsTest.cpp', 3926 'animation/TimingCalculationsTest.cpp',
3928 'animation/TimingInputTest.cpp', 3927 'animation/TimingInputTest.cpp',
3929 'animation/animatable/AnimatableColorTest.cpp', 3928 'animation/animatable/AnimatableColorTest.cpp',
3930 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3929 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 'testing/PrivateScriptTestTest.cpp', 4144 'testing/PrivateScriptTestTest.cpp',
4146 'timing/MemoryInfoTest.cpp', 4145 'timing/MemoryInfoTest.cpp',
4147 'timing/PerformanceBaseTest.cpp', 4146 'timing/PerformanceBaseTest.cpp',
4148 'timing/PerformanceObserverTest.cpp', 4147 'timing/PerformanceObserverTest.cpp',
4149 'workers/WorkerThreadTest.cpp', 4148 'workers/WorkerThreadTest.cpp',
4150 'workers/WorkerThreadTestHelper.h', 4149 'workers/WorkerThreadTestHelper.h',
4151 'xml/parser/SharedBufferReaderTest.cpp', 4150 'xml/parser/SharedBufferReaderTest.cpp',
4152 ], 4151 ],
4153 } 4152 }
4154 } 4153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698