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

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

Issue 1550243002: Blink CompositorAnimations: Add more tests for integration with CC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assert-if
Patch Set: List new header files in gyp. Created 4 years, 11 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 3770 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'animation/AnimationClockTest.cpp', 3781 'animation/AnimationClockTest.cpp',
3782 'animation/AnimationInputHelpersTest.cpp', 3782 'animation/AnimationInputHelpersTest.cpp',
3783 'animation/AnimationEffectTest.cpp', 3783 'animation/AnimationEffectTest.cpp',
3784 'animation/AnimationTest.cpp', 3784 'animation/AnimationTest.cpp',
3785 'animation/AnimationStackTest.cpp', 3785 'animation/AnimationStackTest.cpp',
3786 'animation/KeyframeEffectTest.cpp', 3786 'animation/KeyframeEffectTest.cpp',
3787 'animation/AnimationTestHelper.cpp', 3787 'animation/AnimationTestHelper.cpp',
3788 'animation/AnimationTestHelper.h', 3788 'animation/AnimationTestHelper.h',
3789 'animation/AnimationTimelineTest.cpp', 3789 'animation/AnimationTimelineTest.cpp',
3790 'animation/AnimationTranslationUtilTest.cpp', 3790 'animation/AnimationTranslationUtilTest.cpp',
3791 'animation/AnimationTranslationUtilTest.h',
3791 'animation/CompositorAnimationsTest.cpp', 3792 'animation/CompositorAnimationsTest.cpp',
3792 'animation/CompositorAnimationsTestHelper.h', 3793 'animation/CompositorAnimationsTestHelper.h',
3793 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3794 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3794 'animation/DoubleStyleInterpolationTest.cpp', 3795 'animation/DoubleStyleInterpolationTest.cpp',
3795 'animation/EffectInputTest.cpp', 3796 'animation/EffectInputTest.cpp',
3796 'animation/FilterStyleInterpolationTest.cpp', 3797 'animation/FilterStyleInterpolationTest.cpp',
3797 'animation/InterpolableValueTest.cpp', 3798 'animation/InterpolableValueTest.cpp',
3798 'animation/InterpolationEffectTest.cpp', 3799 'animation/InterpolationEffectTest.cpp',
3799 'animation/KeyframeEffectModelTest.cpp', 3800 'animation/KeyframeEffectModelTest.cpp',
3800 'animation/LengthBoxStyleInterpolationTest.cpp', 3801 'animation/LengthBoxStyleInterpolationTest.cpp',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
3971 'style/SVGComputedStyleTest.cpp', 3972 'style/SVGComputedStyleTest.cpp',
3972 'svg/SVGPathParserTest.cpp', 3973 'svg/SVGPathParserTest.cpp',
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3974 'testing/PrivateScriptTestTest.cpp', 3975 'testing/PrivateScriptTestTest.cpp',
3975 'timing/MemoryInfoTest.cpp', 3976 'timing/MemoryInfoTest.cpp',
3976 'workers/WorkerThreadTest.cpp', 3977 'workers/WorkerThreadTest.cpp',
3977 'xml/parser/SharedBufferReaderTest.cpp', 3978 'xml/parser/SharedBufferReaderTest.cpp',
3978 ], 3979 ],
3979 } 3980 }
3980 } 3981 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698