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

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

Issue 135693003: Defer starting of animations until after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move some AnimationClock functions to cpp. Created 6 years, 10 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
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/Player.idl', 6 'animation/Player.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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'animation/AnimatableStrokeDasharrayList.h', 567 'animation/AnimatableStrokeDasharrayList.h',
568 'animation/AnimatableTransform.cpp', 568 'animation/AnimatableTransform.cpp',
569 'animation/AnimatableTransform.h', 569 'animation/AnimatableTransform.h',
570 'animation/AnimatableUnknown.h', 570 'animation/AnimatableUnknown.h',
571 'animation/AnimatableValue.cpp', 571 'animation/AnimatableValue.cpp',
572 'animation/AnimatableValue.h', 572 'animation/AnimatableValue.h',
573 'animation/AnimatableVisibility.cpp', 573 'animation/AnimatableVisibility.cpp',
574 'animation/AnimatableVisibility.h', 574 'animation/AnimatableVisibility.h',
575 'animation/Animation.cpp', 575 'animation/Animation.cpp',
576 'animation/Animation.h', 576 'animation/Animation.h',
577 'animation/AnimationClock.cpp',
577 'animation/AnimationClock.h', 578 'animation/AnimationClock.h',
578 'animation/AnimationEffect.h', 579 'animation/AnimationEffect.h',
579 'animation/AnimationHelpers.h', 580 'animation/AnimationHelpers.h',
580 'animation/AnimationStack.cpp', 581 'animation/AnimationStack.cpp',
581 'animation/AnimationStack.h', 582 'animation/AnimationStack.h',
582 'animation/AnimationTranslationUtil.cpp', 583 'animation/AnimationTranslationUtil.cpp',
583 'animation/AnimationTranslationUtil.h', 584 'animation/AnimationTranslationUtil.h',
584 'animation/CompositorAnimations.cpp', 585 'animation/CompositorAnimations.cpp',
585 'animation/CompositorAnimations.h', 586 'animation/CompositorAnimations.h',
586 'animation/CompositorAnimationsImpl.h', 587 'animation/CompositorAnimationsImpl.h',
(...skipping 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 'html/parser/HTMLParserThreadTest.cpp', 3272 'html/parser/HTMLParserThreadTest.cpp',
3272 'html/track/vtt/BufferedLineReaderTest.cpp', 3273 'html/track/vtt/BufferedLineReaderTest.cpp',
3273 'html/track/vtt/VTTScannerTest.cpp', 3274 'html/track/vtt/VTTScannerTest.cpp',
3274 'rendering/RenderOverflowTest.cpp', 3275 'rendering/RenderOverflowTest.cpp',
3275 'rendering/shapes/BoxShapeTest.cpp', 3276 'rendering/shapes/BoxShapeTest.cpp',
3276 'testing/UnitTestHelpers.cpp', 3277 'testing/UnitTestHelpers.cpp',
3277 'testing/UnitTestHelpers.h', 3278 'testing/UnitTestHelpers.h',
3278 ], 3279 ],
3279 } 3280 }
3280 } 3281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698