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

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

Issue 1698213002: Blink Compositor: Erase virtuals on Transform and Filter operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move AnimationTranslationUtil to platform. Created 4 years, 10 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'animation/AnimationEffect.cpp', 841 'animation/AnimationEffect.cpp',
842 'animation/AnimationEffect.h', 842 'animation/AnimationEffect.h',
843 'animation/AnimationEffectTiming.cpp', 843 'animation/AnimationEffectTiming.cpp',
844 'animation/AnimationEffectTiming.h', 844 'animation/AnimationEffectTiming.h',
845 'animation/Animation.cpp', 845 'animation/Animation.cpp',
846 'animation/Animation.h', 846 'animation/Animation.h',
847 'animation/AnimationStack.cpp', 847 'animation/AnimationStack.cpp',
848 'animation/AnimationStack.h', 848 'animation/AnimationStack.h',
849 'animation/AnimationTimeline.cpp', 849 'animation/AnimationTimeline.cpp',
850 'animation/AnimationTimeline.h', 850 'animation/AnimationTimeline.h',
851 'animation/AnimationTranslationUtil.cpp',
852 'animation/AnimationTranslationUtil.h',
853 'animation/CSSColorInterpolationType.cpp', 851 'animation/CSSColorInterpolationType.cpp',
854 'animation/CSSColorInterpolationType.h', 852 'animation/CSSColorInterpolationType.h',
855 'animation/CSSFontWeightInterpolationType.cpp', 853 'animation/CSSFontWeightInterpolationType.cpp',
856 'animation/CSSFontWeightInterpolationType.h', 854 'animation/CSSFontWeightInterpolationType.h',
857 'animation/CSSImageInterpolationType.cpp', 855 'animation/CSSImageInterpolationType.cpp',
858 'animation/CSSImageInterpolationType.h', 856 'animation/CSSImageInterpolationType.h',
859 'animation/CSSImageListInterpolationType.cpp', 857 'animation/CSSImageListInterpolationType.cpp',
860 'animation/CSSImageListInterpolationType.h', 858 'animation/CSSImageListInterpolationType.h',
861 'animation/CSSInterpolationType.cpp', 859 'animation/CSSInterpolationType.cpp',
862 'animation/CSSInterpolationType.h', 860 'animation/CSSInterpolationType.h',
(...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after
3809 'core_unittest_files': [ 3807 'core_unittest_files': [
3810 'animation/AnimationClockTest.cpp', 3808 'animation/AnimationClockTest.cpp',
3811 'animation/AnimationInputHelpersTest.cpp', 3809 'animation/AnimationInputHelpersTest.cpp',
3812 'animation/AnimationEffectTest.cpp', 3810 'animation/AnimationEffectTest.cpp',
3813 'animation/AnimationTest.cpp', 3811 'animation/AnimationTest.cpp',
3814 'animation/AnimationStackTest.cpp', 3812 'animation/AnimationStackTest.cpp',
3815 'animation/KeyframeEffectTest.cpp', 3813 'animation/KeyframeEffectTest.cpp',
3816 'animation/AnimationTestHelper.cpp', 3814 'animation/AnimationTestHelper.cpp',
3817 'animation/AnimationTestHelper.h', 3815 'animation/AnimationTestHelper.h',
3818 'animation/AnimationTimelineTest.cpp', 3816 'animation/AnimationTimelineTest.cpp',
3819 'animation/AnimationTranslationUtilTest.cpp',
3820 'animation/CompositorAnimationsTest.cpp', 3817 'animation/CompositorAnimationsTest.cpp',
3821 'animation/CompositorAnimationsTestHelper.h', 3818 'animation/CompositorAnimationsTestHelper.h',
3822 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3819 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3823 'animation/DoubleStyleInterpolationTest.cpp', 3820 'animation/DoubleStyleInterpolationTest.cpp',
3824 'animation/EffectInputTest.cpp', 3821 'animation/EffectInputTest.cpp',
3825 'animation/FilterStyleInterpolationTest.cpp', 3822 'animation/FilterStyleInterpolationTest.cpp',
3826 'animation/InterpolableValueTest.cpp', 3823 'animation/InterpolableValueTest.cpp',
3827 'animation/InterpolationEffectTest.cpp', 3824 'animation/InterpolationEffectTest.cpp',
3828 'animation/KeyframeEffectModelTest.cpp', 3825 'animation/KeyframeEffectModelTest.cpp',
3829 'animation/LengthBoxStyleInterpolationTest.cpp', 3826 'animation/LengthBoxStyleInterpolationTest.cpp',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
4018 'style/SVGComputedStyleTest.cpp', 4015 'style/SVGComputedStyleTest.cpp',
4019 'svg/SVGPathParserTest.cpp', 4016 'svg/SVGPathParserTest.cpp',
4020 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4017 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4021 'testing/PrivateScriptTestTest.cpp', 4018 'testing/PrivateScriptTestTest.cpp',
4022 'timing/MemoryInfoTest.cpp', 4019 'timing/MemoryInfoTest.cpp',
4023 'workers/WorkerThreadTest.cpp', 4020 'workers/WorkerThreadTest.cpp',
4024 'xml/parser/SharedBufferReaderTest.cpp', 4021 'xml/parser/SharedBufferReaderTest.cpp',
4025 ], 4022 ],
4026 } 4023 }
4027 } 4024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698