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

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

Issue 251463003: Web Animations API: Sort keyframes by offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Detect null offset Created 6 years, 7 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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 3327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 'animation/AnimationPlayerTest.cpp', 3338 'animation/AnimationPlayerTest.cpp',
3339 'animation/AnimationStackTest.cpp', 3339 'animation/AnimationStackTest.cpp',
3340 'animation/AnimationTest.cpp', 3340 'animation/AnimationTest.cpp',
3341 'animation/AnimationTestHelper.cpp', 3341 'animation/AnimationTestHelper.cpp',
3342 'animation/AnimationTestHelper.h', 3342 'animation/AnimationTestHelper.h',
3343 'animation/AnimationTranslationUtilTest.cpp', 3343 'animation/AnimationTranslationUtilTest.cpp',
3344 'animation/CompositorAnimationsTest.cpp', 3344 'animation/CompositorAnimationsTest.cpp',
3345 'animation/CompositorAnimationsTestHelper.h', 3345 'animation/CompositorAnimationsTestHelper.h',
3346 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3346 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3347 'animation/DocumentTimelineTest.cpp', 3347 'animation/DocumentTimelineTest.cpp',
3348 'animation/EffectInputTest.cpp',
3348 'animation/InterpolationEffectTest.cpp', 3349 'animation/InterpolationEffectTest.cpp',
3349 'animation/InterpolationTest.cpp', 3350 'animation/InterpolationTest.cpp',
3350 'animation/InterpolableValueTest.cpp', 3351 'animation/InterpolableValueTest.cpp',
3351 'animation/KeyframeEffectModelTest.cpp', 3352 'animation/KeyframeEffectModelTest.cpp',
3352 'animation/TimedItemCalculationsTest.cpp', 3353 'animation/TimedItemCalculationsTest.cpp',
3353 'animation/TimedItemTest.cpp', 3354 'animation/TimedItemTest.cpp',
3354 'animation/TimingInputTest.cpp', 3355 'animation/TimingInputTest.cpp',
3355 'css/AffectedByFocusTest.cpp', 3356 'css/AffectedByFocusTest.cpp',
3356 'css/CSSCalculationValueTest.cpp', 3357 'css/CSSCalculationValueTest.cpp',
3357 'css/CSSFontFaceTest.cpp', 3358 'css/CSSFontFaceTest.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'html/track/vtt/VTTScannerTest.cpp', 3396 'html/track/vtt/VTTScannerTest.cpp',
3396 'loader/MixedContentCheckerTest.cpp', 3397 'loader/MixedContentCheckerTest.cpp',
3397 'rendering/RenderOverflowTest.cpp', 3398 'rendering/RenderOverflowTest.cpp',
3398 'rendering/shapes/BoxShapeTest.cpp', 3399 'rendering/shapes/BoxShapeTest.cpp',
3399 'testing/UnitTestHelpers.cpp', 3400 'testing/UnitTestHelpers.cpp',
3400 'testing/UnitTestHelpers.h', 3401 'testing/UnitTestHelpers.h',
3401 'xml/parser/SharedBufferReaderTest.cpp', 3402 'xml/parser/SharedBufferReaderTest.cpp',
3402 ], 3403 ],
3403 } 3404 }
3404 } 3405 }
OLDNEW
« Source/core/animation/EffectInput.cpp ('K') | « Source/core/animation/KeyframeEffectModel.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698