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

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

Issue 2043273002: Defer compositor keyframe snapshots until the next style resolve (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'animation/CompositorAnimations.cpp', 939 'animation/CompositorAnimations.cpp',
940 'animation/CompositorAnimations.h', 940 'animation/CompositorAnimations.h',
941 'animation/CompositorPendingAnimations.cpp', 941 'animation/CompositorPendingAnimations.cpp',
942 'animation/CompositorPendingAnimations.h', 942 'animation/CompositorPendingAnimations.h',
943 'animation/CustomCompositorAnimations.cpp', 943 'animation/CustomCompositorAnimations.cpp',
944 'animation/CustomCompositorAnimations.h', 944 'animation/CustomCompositorAnimations.h',
945 'animation/ColorPropertyFunctions.cpp', 945 'animation/ColorPropertyFunctions.cpp',
946 'animation/ColorPropertyFunctions.h', 946 'animation/ColorPropertyFunctions.h',
947 'animation/CustomCompositorAnimationManager.cpp', 947 'animation/CustomCompositorAnimationManager.cpp',
948 'animation/CustomCompositorAnimationManager.h', 948 'animation/CustomCompositorAnimationManager.h',
949 'animation/DeferredLegacyStyleInterpolation.cpp',
950 'animation/DeferredLegacyStyleInterpolation.h',
951 'animation/DocumentAnimation.h', 949 'animation/DocumentAnimation.h',
952 'animation/DocumentAnimations.cpp', 950 'animation/DocumentAnimations.cpp',
953 'animation/DocumentAnimations.h', 951 'animation/DocumentAnimations.h',
954 'animation/EffectInput.cpp', 952 'animation/EffectInput.cpp',
955 'animation/EffectInput.h', 953 'animation/EffectInput.h',
956 'animation/ElementAnimation.h', 954 'animation/ElementAnimation.h',
957 'animation/ElementAnimations.cpp', 955 'animation/ElementAnimations.cpp',
958 'animation/ElementAnimations.h', 956 'animation/ElementAnimations.h',
959 'animation/FilterListPropertyFunctions.h', 957 'animation/FilterListPropertyFunctions.h',
960 'animation/FilterInterpolationFunctions.cpp', 958 'animation/FilterInterpolationFunctions.cpp',
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after
3950 'animation/AnimationClockTest.cpp', 3948 'animation/AnimationClockTest.cpp',
3951 'animation/AnimationInputHelpersTest.cpp', 3949 'animation/AnimationInputHelpersTest.cpp',
3952 'animation/AnimationEffectTest.cpp', 3950 'animation/AnimationEffectTest.cpp',
3953 'animation/AnimationTest.cpp', 3951 'animation/AnimationTest.cpp',
3954 'animation/AnimationStackTest.cpp', 3952 'animation/AnimationStackTest.cpp',
3955 'animation/KeyframeEffectTest.cpp', 3953 'animation/KeyframeEffectTest.cpp',
3956 'animation/AnimationTestHelper.cpp', 3954 'animation/AnimationTestHelper.cpp',
3957 'animation/AnimationTestHelper.h', 3955 'animation/AnimationTestHelper.h',
3958 'animation/AnimationTimelineTest.cpp', 3956 'animation/AnimationTimelineTest.cpp',
3959 'animation/CompositorAnimationsTest.cpp', 3957 'animation/CompositorAnimationsTest.cpp',
3960 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3961 'animation/EffectInputTest.cpp', 3958 'animation/EffectInputTest.cpp',
3962 'animation/InterpolableValueTest.cpp', 3959 'animation/InterpolableValueTest.cpp',
3963 'animation/InterpolationEffectTest.cpp', 3960 'animation/InterpolationEffectTest.cpp',
3964 'animation/KeyframeEffectModelTest.cpp', 3961 'animation/KeyframeEffectModelTest.cpp',
3965 'animation/PropertyHandleTest.cpp', 3962 'animation/PropertyHandleTest.cpp',
3966 'animation/TimingCalculationsTest.cpp', 3963 'animation/TimingCalculationsTest.cpp',
3967 'animation/TimingInputTest.cpp', 3964 'animation/TimingInputTest.cpp',
3968 'animation/animatable/AnimatableColorTest.cpp', 3965 'animation/animatable/AnimatableColorTest.cpp',
3969 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3966 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
3970 'animation/animatable/AnimatableDoubleTest.cpp', 3967 'animation/animatable/AnimatableDoubleTest.cpp',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
4195 'testing/PrivateScriptTestTest.cpp', 4192 'testing/PrivateScriptTestTest.cpp',
4196 'timing/MemoryInfoTest.cpp', 4193 'timing/MemoryInfoTest.cpp',
4197 'timing/PerformanceBaseTest.cpp', 4194 'timing/PerformanceBaseTest.cpp',
4198 'timing/PerformanceObserverTest.cpp', 4195 'timing/PerformanceObserverTest.cpp',
4199 'workers/WorkerThreadTest.cpp', 4196 'workers/WorkerThreadTest.cpp',
4200 'workers/WorkerThreadTestHelper.h', 4197 'workers/WorkerThreadTestHelper.h',
4201 'xml/parser/SharedBufferReaderTest.cpp', 4198 'xml/parser/SharedBufferReaderTest.cpp',
4202 ], 4199 ],
4203 } 4200 }
4204 } 4201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698