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

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: 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 3892 matching lines...) Expand 10 before | Expand all | Expand 10 after
3903 'animation/AnimationClockTest.cpp', 3903 'animation/AnimationClockTest.cpp',
3904 'animation/AnimationInputHelpersTest.cpp', 3904 'animation/AnimationInputHelpersTest.cpp',
3905 'animation/AnimationEffectTest.cpp', 3905 'animation/AnimationEffectTest.cpp',
3906 'animation/AnimationTest.cpp', 3906 'animation/AnimationTest.cpp',
3907 'animation/AnimationStackTest.cpp', 3907 'animation/AnimationStackTest.cpp',
3908 'animation/KeyframeEffectTest.cpp', 3908 'animation/KeyframeEffectTest.cpp',
3909 'animation/AnimationTestHelper.cpp', 3909 'animation/AnimationTestHelper.cpp',
3910 'animation/AnimationTestHelper.h', 3910 'animation/AnimationTestHelper.h',
3911 'animation/AnimationTimelineTest.cpp', 3911 'animation/AnimationTimelineTest.cpp',
3912 'animation/CompositorAnimationsTest.cpp', 3912 'animation/CompositorAnimationsTest.cpp',
3913 'animation/CompositorAnimationsTestHelper.h',
3914 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3913 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3915 'animation/EffectInputTest.cpp', 3914 'animation/EffectInputTest.cpp',
3916 'animation/InterpolableValueTest.cpp', 3915 'animation/InterpolableValueTest.cpp',
3917 'animation/InterpolationEffectTest.cpp', 3916 'animation/InterpolationEffectTest.cpp',
3918 'animation/KeyframeEffectModelTest.cpp', 3917 'animation/KeyframeEffectModelTest.cpp',
3919 'animation/PropertyHandleTest.cpp', 3918 'animation/PropertyHandleTest.cpp',
3920 'animation/TimingCalculationsTest.cpp', 3919 'animation/TimingCalculationsTest.cpp',
3921 'animation/TimingInputTest.cpp', 3920 'animation/TimingInputTest.cpp',
3922 'animation/animatable/AnimatableColorTest.cpp', 3921 'animation/animatable/AnimatableColorTest.cpp',
3923 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3922 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4133 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4134 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4135 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4136 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4137 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4138 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4139 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4140 ],
4142 } 4141 }
4143 } 4142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698