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

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

Issue 216603008: Revert "Web Animations: Introduce String based KeyframeEffectModel" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'animation/AnimatableShadow.h', 604 'animation/AnimatableShadow.h',
605 'animation/AnimatableShapeValue.cpp', 605 'animation/AnimatableShapeValue.cpp',
606 'animation/AnimatableShapeValue.h', 606 'animation/AnimatableShapeValue.h',
607 'animation/AnimatableStrokeDasharrayList.cpp', 607 'animation/AnimatableStrokeDasharrayList.cpp',
608 'animation/AnimatableStrokeDasharrayList.h', 608 'animation/AnimatableStrokeDasharrayList.h',
609 'animation/AnimatableTransform.cpp', 609 'animation/AnimatableTransform.cpp',
610 'animation/AnimatableTransform.h', 610 'animation/AnimatableTransform.h',
611 'animation/AnimatableUnknown.h', 611 'animation/AnimatableUnknown.h',
612 'animation/AnimatableValue.cpp', 612 'animation/AnimatableValue.cpp',
613 'animation/AnimatableValue.h', 613 'animation/AnimatableValue.h',
614 'animation/AnimatableValueKeyframe.cpp',
615 'animation/AnimatableValueKeyframe.h',
616 'animation/AnimatableVisibility.cpp', 614 'animation/AnimatableVisibility.cpp',
617 'animation/AnimatableVisibility.h', 615 'animation/AnimatableVisibility.h',
618 'animation/Animation.cpp', 616 'animation/Animation.cpp',
619 'animation/Animation.h', 617 'animation/Animation.h',
620 'animation/AnimationClock.cpp', 618 'animation/AnimationClock.cpp',
621 'animation/AnimationClock.h', 619 'animation/AnimationClock.h',
622 'animation/AnimationEffect.h', 620 'animation/AnimationEffect.h',
623 'animation/AnimationHelpers.h', 621 'animation/AnimationHelpers.h',
624 'animation/AnimationPlayer.cpp',
625 'animation/AnimationPlayer.h',
626 'animation/AnimationStack.cpp', 622 'animation/AnimationStack.cpp',
627 'animation/AnimationStack.h', 623 'animation/AnimationStack.h',
628 'animation/AnimationTranslationUtil.cpp', 624 'animation/AnimationTranslationUtil.cpp',
629 'animation/AnimationTranslationUtil.h', 625 'animation/AnimationTranslationUtil.h',
630 'animation/CompositorAnimations.cpp', 626 'animation/CompositorAnimations.cpp',
631 'animation/CompositorAnimations.h', 627 'animation/CompositorAnimations.h',
632 'animation/CompositorAnimationsImpl.h', 628 'animation/CompositorAnimationsImpl.h',
633 'animation/DocumentAnimation.h', 629 'animation/DocumentAnimation.h',
634 'animation/DocumentAnimations.cpp', 630 'animation/DocumentAnimations.cpp',
635 'animation/DocumentAnimations.h', 631 'animation/DocumentAnimations.h',
636 'animation/DocumentTimeline.cpp', 632 'animation/DocumentTimeline.cpp',
637 'animation/DocumentTimeline.h', 633 'animation/DocumentTimeline.h',
638 'animation/ElementAnimation.h', 634 'animation/ElementAnimation.h',
639 'animation/EffectInput.cpp', 635 'animation/EffectInput.cpp',
640 'animation/EffectInput.h', 636 'animation/EffectInput.h',
641 'animation/InertAnimation.cpp', 637 'animation/InertAnimation.cpp',
642 'animation/InertAnimation.h', 638 'animation/InertAnimation.h',
643 'animation/Interpolation.cpp', 639 'animation/Interpolation.cpp',
644 'animation/Interpolation.h', 640 'animation/Interpolation.h',
645 'animation/InterpolableValue.cpp', 641 'animation/InterpolableValue.cpp',
646 'animation/InterpolableValue.h', 642 'animation/InterpolableValue.h',
647 'animation/InterpolationEffect.cpp', 643 'animation/InterpolationEffect.cpp',
648 'animation/InterpolationEffect.h', 644 'animation/InterpolationEffect.h',
649 'animation/KeyframeEffectModel.cpp', 645 'animation/KeyframeEffectModel.cpp',
650 'animation/KeyframeEffectModel.h', 646 'animation/KeyframeEffectModel.h',
651 'animation/StringKeyframe.cp', 647 'animation/AnimationPlayer.cpp',
652 'animation/StringKeyframe.h', 648 'animation/AnimationPlayer.h',
653 'animation/TimedItem.cpp', 649 'animation/TimedItem.cpp',
654 'animation/TimedItem.h', 650 'animation/TimedItem.h',
655 'animation/TimedItemCalculations.h', 651 'animation/TimedItemCalculations.h',
656 'animation/TimedItemTiming.cpp', 652 'animation/TimedItemTiming.cpp',
657 'animation/TimedItemTiming.h', 653 'animation/TimedItemTiming.h',
658 'animation/Timing.h', 654 'animation/Timing.h',
659 'animation/TimingInput.cpp', 655 'animation/TimingInput.cpp',
660 'animation/TimingInput.h', 656 'animation/TimingInput.h',
661 'animation/css/CSSAnimatableValueFactory.cpp', 657 'animation/css/CSSAnimatableValueFactory.cpp',
662 'animation/css/CSSAnimatableValueFactory.h', 658 'animation/css/CSSAnimatableValueFactory.h',
(...skipping 2710 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 'html/track/vtt/BufferedLineReaderTest.cpp', 3369 'html/track/vtt/BufferedLineReaderTest.cpp',
3374 'html/track/vtt/VTTScannerTest.cpp', 3370 'html/track/vtt/VTTScannerTest.cpp',
3375 'rendering/RenderOverflowTest.cpp', 3371 'rendering/RenderOverflowTest.cpp',
3376 'rendering/shapes/BoxShapeTest.cpp', 3372 'rendering/shapes/BoxShapeTest.cpp',
3377 'testing/UnitTestHelpers.cpp', 3373 'testing/UnitTestHelpers.cpp',
3378 'testing/UnitTestHelpers.h', 3374 'testing/UnitTestHelpers.h',
3379 'xml/parser/SharedBufferReaderTest.cpp', 3375 'xml/parser/SharedBufferReaderTest.cpp',
3380 ], 3376 ],
3381 } 3377 }
3382 } 3378 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698