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

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: Reland after fixing flaky tests. 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'animation/AnimatableStrokeDasharrayList.h', 568 'animation/AnimatableStrokeDasharrayList.h',
569 'animation/AnimatableTransform.cpp', 569 'animation/AnimatableTransform.cpp',
570 'animation/AnimatableTransform.h', 570 'animation/AnimatableTransform.h',
571 'animation/AnimatableUnknown.h', 571 'animation/AnimatableUnknown.h',
572 'animation/AnimatableValue.cpp', 572 'animation/AnimatableValue.cpp',
573 'animation/AnimatableValue.h', 573 'animation/AnimatableValue.h',
574 'animation/AnimatableVisibility.cpp', 574 'animation/AnimatableVisibility.cpp',
575 'animation/AnimatableVisibility.h', 575 'animation/AnimatableVisibility.h',
576 'animation/Animation.cpp', 576 'animation/Animation.cpp',
577 'animation/Animation.h', 577 'animation/Animation.h',
578 'animation/AnimationClock.cpp',
578 'animation/AnimationClock.h', 579 'animation/AnimationClock.h',
579 'animation/AnimationEffect.h', 580 'animation/AnimationEffect.h',
580 'animation/AnimationHelpers.h', 581 'animation/AnimationHelpers.h',
581 'animation/AnimationStack.cpp', 582 'animation/AnimationStack.cpp',
582 'animation/AnimationStack.h', 583 'animation/AnimationStack.h',
583 'animation/AnimationTranslationUtil.cpp', 584 'animation/AnimationTranslationUtil.cpp',
584 'animation/AnimationTranslationUtil.h', 585 'animation/AnimationTranslationUtil.h',
585 'animation/CompositorAnimations.cpp', 586 'animation/CompositorAnimations.cpp',
586 'animation/CompositorAnimations.h', 587 'animation/CompositorAnimations.h',
587 'animation/CompositorAnimationsImpl.h', 588 'animation/CompositorAnimationsImpl.h',
(...skipping 2689 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 'html/parser/HTMLParserThreadTest.cpp', 3278 'html/parser/HTMLParserThreadTest.cpp',
3278 'html/track/vtt/BufferedLineReaderTest.cpp', 3279 'html/track/vtt/BufferedLineReaderTest.cpp',
3279 'html/track/vtt/VTTScannerTest.cpp', 3280 'html/track/vtt/VTTScannerTest.cpp',
3280 'rendering/RenderOverflowTest.cpp', 3281 'rendering/RenderOverflowTest.cpp',
3281 'rendering/shapes/BoxShapeTest.cpp', 3282 'rendering/shapes/BoxShapeTest.cpp',
3282 'testing/UnitTestHelpers.cpp', 3283 'testing/UnitTestHelpers.cpp',
3283 'testing/UnitTestHelpers.h', 3284 'testing/UnitTestHelpers.h',
3284 ], 3285 ],
3285 } 3286 }
3286 } 3287 }
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