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

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

Issue 73643004: Web Animations: Extract an API for servicing animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'animation/AnimatableVisibility.h', 576 'animation/AnimatableVisibility.h',
577 'animation/Animation.cpp', 577 'animation/Animation.cpp',
578 'animation/Animation.h', 578 'animation/Animation.h',
579 'animation/AnimationClock.h', 579 'animation/AnimationClock.h',
580 'animation/AnimationEffect.h', 580 'animation/AnimationEffect.h',
581 'animation/AnimationStack.cpp', 581 'animation/AnimationStack.cpp',
582 'animation/AnimationStack.h', 582 'animation/AnimationStack.h',
583 'animation/CompositorAnimations.cpp', 583 'animation/CompositorAnimations.cpp',
584 'animation/CompositorAnimations.h', 584 'animation/CompositorAnimations.h',
585 'animation/CompositorAnimationsImpl.h', 585 'animation/CompositorAnimationsImpl.h',
586 'animation/DocumentAnimations.cpp',
587 'animation/DocumentAnimations.h',
586 'animation/DocumentTimeline.cpp', 588 'animation/DocumentTimeline.cpp',
587 'animation/DocumentTimeline.h', 589 'animation/DocumentTimeline.h',
588 'animation/InertAnimation.cpp', 590 'animation/InertAnimation.cpp',
589 'animation/InertAnimation.h', 591 'animation/InertAnimation.h',
590 'animation/KeyframeAnimationEffect.cpp', 592 'animation/KeyframeAnimationEffect.cpp',
591 'animation/KeyframeAnimationEffect.h', 593 'animation/KeyframeAnimationEffect.h',
592 'animation/Player.cpp', 594 'animation/Player.cpp',
593 'animation/Player.h', 595 'animation/Player.h',
594 'animation/TimedItem.cpp', 596 'animation/TimedItem.cpp',
595 'animation/TimedItem.h', 597 'animation/TimedItem.h',
(...skipping 2965 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3563 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3562 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3564 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3563 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3565 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3564 'platform/testing/FakeWebGraphicsContext3D.h', 3566 'platform/testing/FakeWebGraphicsContext3D.h',
3565 'rendering/RenderOverflowTest.cpp', 3567 'rendering/RenderOverflowTest.cpp',
3566 'testing/UnitTestHelpers.h', 3568 'testing/UnitTestHelpers.h',
3567 'testing/UnitTestHelpers.cpp', 3569 'testing/UnitTestHelpers.cpp',
3568 ], 3570 ],
3569 } 3571 }
3570 } 3572 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPendingAnimations.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698