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

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

Issue 1727443002: Blink CompositorAnimations: Add more tests for integration with CC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebasing. 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/CompositorAnimationsSimTest.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 3801 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 'core_unittest_files': [ 3812 'core_unittest_files': [
3813 'animation/AnimationClockTest.cpp', 3813 'animation/AnimationClockTest.cpp',
3814 'animation/AnimationInputHelpersTest.cpp', 3814 'animation/AnimationInputHelpersTest.cpp',
3815 'animation/AnimationEffectTest.cpp', 3815 'animation/AnimationEffectTest.cpp',
3816 'animation/AnimationTest.cpp', 3816 'animation/AnimationTest.cpp',
3817 'animation/AnimationStackTest.cpp', 3817 'animation/AnimationStackTest.cpp',
3818 'animation/KeyframeEffectTest.cpp', 3818 'animation/KeyframeEffectTest.cpp',
3819 'animation/AnimationTestHelper.cpp', 3819 'animation/AnimationTestHelper.cpp',
3820 'animation/AnimationTestHelper.h', 3820 'animation/AnimationTestHelper.h',
3821 'animation/AnimationTimelineTest.cpp', 3821 'animation/AnimationTimelineTest.cpp',
3822 'animation/CompositorAnimationsSimTest.cpp',
3822 'animation/CompositorAnimationsTest.cpp', 3823 'animation/CompositorAnimationsTest.cpp',
3823 'animation/CompositorAnimationsTestHelper.h', 3824 'animation/CompositorAnimationsTestHelper.h',
3824 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3825 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3825 'animation/DoubleStyleInterpolationTest.cpp', 3826 'animation/DoubleStyleInterpolationTest.cpp',
3826 'animation/EffectInputTest.cpp', 3827 'animation/EffectInputTest.cpp',
3827 'animation/FilterStyleInterpolationTest.cpp', 3828 'animation/FilterStyleInterpolationTest.cpp',
3828 'animation/InterpolableValueTest.cpp', 3829 'animation/InterpolableValueTest.cpp',
3829 'animation/InterpolationEffectTest.cpp', 3830 'animation/InterpolationEffectTest.cpp',
3830 'animation/KeyframeEffectModelTest.cpp', 3831 'animation/KeyframeEffectModelTest.cpp',
3831 'animation/LengthBoxStyleInterpolationTest.cpp', 3832 'animation/LengthBoxStyleInterpolationTest.cpp',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
4020 'style/SVGComputedStyleTest.cpp', 4021 'style/SVGComputedStyleTest.cpp',
4021 'svg/SVGPathParserTest.cpp', 4022 'svg/SVGPathParserTest.cpp',
4022 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4023 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4023 'testing/PrivateScriptTestTest.cpp', 4024 'testing/PrivateScriptTestTest.cpp',
4024 'timing/MemoryInfoTest.cpp', 4025 'timing/MemoryInfoTest.cpp',
4025 'workers/WorkerThreadTest.cpp', 4026 'workers/WorkerThreadTest.cpp',
4026 'xml/parser/SharedBufferReaderTest.cpp', 4027 'xml/parser/SharedBufferReaderTest.cpp',
4027 ], 4028 ],
4028 } 4029 }
4029 } 4030 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/CompositorAnimationsSimTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698