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

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: Created 6 years, 8 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 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'animation/AnimationPlayerTest.cpp', 3325 'animation/AnimationPlayerTest.cpp',
3326 'animation/AnimationStackTest.cpp', 3326 'animation/AnimationStackTest.cpp',
3327 'animation/AnimationTest.cpp', 3327 'animation/AnimationTest.cpp',
3328 'animation/AnimationTestHelper.cpp', 3328 'animation/AnimationTestHelper.cpp',
3329 'animation/AnimationTestHelper.h', 3329 'animation/AnimationTestHelper.h',
3330 'animation/AnimationTranslationUtilTest.cpp', 3330 'animation/AnimationTranslationUtilTest.cpp',
3331 'animation/CompositorAnimationsTest.cpp', 3331 'animation/CompositorAnimationsTest.cpp',
3332 'animation/CompositorAnimationsTestHelper.h', 3332 'animation/CompositorAnimationsTestHelper.h',
3333 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3333 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3334 'animation/DocumentTimelineTest.cpp', 3334 'animation/DocumentTimelineTest.cpp',
3335 'animation/EffectInputTest.cpp',
3335 'animation/InterpolationEffectTest.cpp', 3336 'animation/InterpolationEffectTest.cpp',
3336 'animation/InterpolationTest.cpp', 3337 'animation/InterpolationTest.cpp',
3337 'animation/InterpolableValueTest.cpp', 3338 'animation/InterpolableValueTest.cpp',
3338 'animation/KeyframeEffectModelTest.cpp', 3339 'animation/KeyframeEffectModelTest.cpp',
3339 'animation/TimedItemCalculationsTest.cpp', 3340 'animation/TimedItemCalculationsTest.cpp',
3340 'animation/TimedItemTest.cpp', 3341 'animation/TimedItemTest.cpp',
3341 'animation/TimingInputTest.cpp', 3342 'animation/TimingInputTest.cpp',
3342 'css/AffectedByFocusTest.cpp', 3343 'css/AffectedByFocusTest.cpp',
3343 'css/CSSCalculationValueTest.cpp', 3344 'css/CSSCalculationValueTest.cpp',
3344 'css/CSSFontFaceTest.cpp', 3345 'css/CSSFontFaceTest.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'html/track/vtt/BufferedLineReaderTest.cpp', 3381 'html/track/vtt/BufferedLineReaderTest.cpp',
3381 'html/track/vtt/VTTScannerTest.cpp', 3382 'html/track/vtt/VTTScannerTest.cpp',
3382 'rendering/RenderOverflowTest.cpp', 3383 'rendering/RenderOverflowTest.cpp',
3383 'rendering/shapes/BoxShapeTest.cpp', 3384 'rendering/shapes/BoxShapeTest.cpp',
3384 'testing/UnitTestHelpers.cpp', 3385 'testing/UnitTestHelpers.cpp',
3385 'testing/UnitTestHelpers.h', 3386 'testing/UnitTestHelpers.h',
3386 'xml/parser/SharedBufferReaderTest.cpp', 3387 'xml/parser/SharedBufferReaderTest.cpp',
3387 ], 3388 ],
3388 } 3389 }
3389 } 3390 }
OLDNEW
« Source/core/animation/ElementAnimation.h ('K') | « Source/core/animation/ElementAnimation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698