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

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

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/AnimatedElement.idl',
4 'css/CSS.idl', 5 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
8 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 11 'css/CSSKeyframesRule.idl',
11 'css/CSSMediaRule.idl', 12 'css/CSSMediaRule.idl',
12 'css/CSSPageRule.idl', 13 'css/CSSPageRule.idl',
13 'css/CSSPrimitiveValue.idl', 14 'css/CSSPrimitiveValue.idl',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'animation/AnimatableShapeValue.h', 567 'animation/AnimatableShapeValue.h',
567 'animation/AnimatableStrokeDasharrayList.cpp', 568 'animation/AnimatableStrokeDasharrayList.cpp',
568 'animation/AnimatableStrokeDasharrayList.h', 569 'animation/AnimatableStrokeDasharrayList.h',
569 'animation/AnimatableTransform.cpp', 570 'animation/AnimatableTransform.cpp',
570 'animation/AnimatableTransform.h', 571 'animation/AnimatableTransform.h',
571 'animation/AnimatableUnknown.h', 572 'animation/AnimatableUnknown.h',
572 'animation/AnimatableValue.cpp', 573 'animation/AnimatableValue.cpp',
573 'animation/AnimatableValue.h', 574 'animation/AnimatableValue.h',
574 'animation/AnimatableVisibility.cpp', 575 'animation/AnimatableVisibility.cpp',
575 'animation/AnimatableVisibility.h', 576 'animation/AnimatableVisibility.h',
577 'animation/AnimatedElement.cpp',
578 'animation/AnimatedElement.h',
576 'animation/Animation.cpp', 579 'animation/Animation.cpp',
577 'animation/Animation.h', 580 'animation/Animation.h',
578 'animation/AnimationClock.h', 581 'animation/AnimationClock.h',
579 'animation/AnimationEffect.h', 582 'animation/AnimationEffect.h',
580 'animation/AnimationStack.cpp', 583 'animation/AnimationStack.cpp',
581 'animation/AnimationStack.h', 584 'animation/AnimationStack.h',
582 'animation/CompositorAnimations.cpp', 585 'animation/CompositorAnimations.cpp',
583 'animation/CompositorAnimations.h', 586 'animation/CompositorAnimations.h',
584 'animation/CompositorAnimationsImpl.h', 587 'animation/CompositorAnimationsImpl.h',
585 'animation/DocumentAnimations.cpp', 588 'animation/DocumentAnimations.cpp',
(...skipping 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3571 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3569 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3572 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3570 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3573 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3571 'platform/testing/FakeWebGraphicsContext3D.h', 3574 'platform/testing/FakeWebGraphicsContext3D.h',
3572 'rendering/RenderOverflowTest.cpp', 3575 'rendering/RenderOverflowTest.cpp',
3573 'testing/UnitTestHelpers.h', 3576 'testing/UnitTestHelpers.h',
3574 'testing/UnitTestHelpers.cpp', 3577 'testing/UnitTestHelpers.cpp',
3575 ], 3578 ],
3576 } 3579 }
3577 } 3580 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698