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

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

Issue 210703002: Web Animations: Sort Animations in the AnimationStack (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
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 3254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'animation/AnimatableDoubleTest.cpp', 3265 'animation/AnimatableDoubleTest.cpp',
3266 'animation/AnimatableLengthTest.cpp', 3266 'animation/AnimatableLengthTest.cpp',
3267 'animation/AnimatableNeutralTest.cpp', 3267 'animation/AnimatableNeutralTest.cpp',
3268 'animation/AnimatableStrokeDasharrayListTest.cpp', 3268 'animation/AnimatableStrokeDasharrayListTest.cpp',
3269 'animation/AnimatableUnknownTest.cpp', 3269 'animation/AnimatableUnknownTest.cpp',
3270 'animation/AnimatableValueTestHelper.cpp', 3270 'animation/AnimatableValueTestHelper.cpp',
3271 'animation/AnimatableValueTestHelper.h', 3271 'animation/AnimatableValueTestHelper.h',
3272 'animation/AnimatableValueTestHelperTest.cpp', 3272 'animation/AnimatableValueTestHelperTest.cpp',
3273 'animation/AnimationClockTest.cpp', 3273 'animation/AnimationClockTest.cpp',
3274 'animation/AnimationHelpersTest.cpp', 3274 'animation/AnimationHelpersTest.cpp',
3275 'animation/AnimationStackTest.cpp',
3275 'animation/AnimationTest.cpp', 3276 'animation/AnimationTest.cpp',
3276 'animation/AnimationTestHelper.cpp', 3277 'animation/AnimationTestHelper.cpp',
3277 'animation/AnimationTestHelper.h', 3278 'animation/AnimationTestHelper.h',
3278 'animation/AnimationTranslationUtilTest.cpp', 3279 'animation/AnimationTranslationUtilTest.cpp',
3279 'animation/CompositorAnimationsTest.cpp', 3280 'animation/CompositorAnimationsTest.cpp',
3280 'animation/CompositorAnimationsTestHelper.h', 3281 'animation/CompositorAnimationsTestHelper.h',
3281 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3282 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3282 'animation/DocumentTimelineTest.cpp', 3283 'animation/DocumentTimelineTest.cpp',
3283 'animation/InterpolableValueTest.cpp', 3284 'animation/InterpolableValueTest.cpp',
3284 'animation/InterpolationEffectTest.cpp', 3285 'animation/InterpolationEffectTest.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'html/track/vtt/BufferedLineReaderTest.cpp', 3326 'html/track/vtt/BufferedLineReaderTest.cpp',
3326 'html/track/vtt/VTTScannerTest.cpp', 3327 'html/track/vtt/VTTScannerTest.cpp',
3327 'rendering/RenderOverflowTest.cpp', 3328 'rendering/RenderOverflowTest.cpp',
3328 'rendering/shapes/BoxShapeTest.cpp', 3329 'rendering/shapes/BoxShapeTest.cpp',
3329 'testing/UnitTestHelpers.cpp', 3330 'testing/UnitTestHelpers.cpp',
3330 'testing/UnitTestHelpers.h', 3331 'testing/UnitTestHelpers.h',
3331 'xml/parser/SharedBufferReaderTest.cpp', 3332 'xml/parser/SharedBufferReaderTest.cpp',
3332 ], 3333 ],
3333 } 3334 }
3334 } 3335 }
OLDNEW
« Source/core/animation/AnimationStack.cpp ('K') | « Source/core/animation/css/CSSAnimations.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698