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

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

Issue 225183014: Handle direction control in compositor Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: same patch with a manual test added Created 6 years, 3 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 'animation/AnimationPlayerTest.cpp', 3423 'animation/AnimationPlayerTest.cpp',
3424 'animation/AnimationNodeTest.cpp', 3424 'animation/AnimationNodeTest.cpp',
3425 'animation/AnimationStackTest.cpp', 3425 'animation/AnimationStackTest.cpp',
3426 'animation/AnimationTest.cpp', 3426 'animation/AnimationTest.cpp',
3427 'animation/AnimationTestHelper.cpp', 3427 'animation/AnimationTestHelper.cpp',
3428 'animation/AnimationTestHelper.h', 3428 'animation/AnimationTestHelper.h',
3429 'animation/AnimationTimelineTest.cpp', 3429 'animation/AnimationTimelineTest.cpp',
3430 'animation/AnimationTranslationUtilTest.cpp', 3430 'animation/AnimationTranslationUtilTest.cpp',
3431 'animation/CompositorAnimationsTest.cpp', 3431 'animation/CompositorAnimationsTest.cpp',
3432 'animation/CompositorAnimationsTestHelper.h', 3432 'animation/CompositorAnimationsTestHelper.h',
3433 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3434 'animation/EffectInputTest.cpp', 3433 'animation/EffectInputTest.cpp',
3435 'animation/InterpolableValueTest.cpp', 3434 'animation/InterpolableValueTest.cpp',
3436 'animation/InterpolationEffectTest.cpp', 3435 'animation/InterpolationEffectTest.cpp',
3437 'animation/KeyframeEffectModelTest.cpp', 3436 'animation/KeyframeEffectModelTest.cpp',
3438 'animation/TimingCalculationsTest.cpp', 3437 'animation/TimingCalculationsTest.cpp',
3439 'animation/TimingInputTest.cpp', 3438 'animation/TimingInputTest.cpp',
3440 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3439 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3441 'animation/LengthStyleInterpolationTest.cpp', 3440 'animation/LengthStyleInterpolationTest.cpp',
3442 'clipboard/DataObjectTest.cpp', 3441 'clipboard/DataObjectTest.cpp',
3443 'css/AffectedByFocusTest.cpp', 3442 'css/AffectedByFocusTest.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3500 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3501 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3502 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3503 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3504 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3505 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3506 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3507 ],
3509 } 3508 }
3510 } 3509 }
OLDNEW
« no previous file with comments | « Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp ('k') | public/platform/WebCompositorAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698