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

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

Issue 220503002: Revert "Handle direction control in compositor Animations" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | 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/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 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/AnimationStackTest.cpp',
3276 'animation/AnimationTest.cpp', 3276 'animation/AnimationTest.cpp',
3277 'animation/AnimationTestHelper.cpp', 3277 'animation/AnimationTestHelper.cpp',
3278 'animation/AnimationTestHelper.h', 3278 'animation/AnimationTestHelper.h',
3279 'animation/AnimationTranslationUtilTest.cpp', 3279 'animation/AnimationTranslationUtilTest.cpp',
3280 'animation/CompositorAnimationsTest.cpp', 3280 'animation/CompositorAnimationsTest.cpp',
3281 'animation/CompositorAnimationsTestHelper.h', 3281 'animation/CompositorAnimationsTestHelper.h',
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',
3285 'animation/KeyframeEffectModelTest.cpp', 3286 'animation/KeyframeEffectModelTest.cpp',
3286 'animation/AnimationPlayerTest.cpp', 3287 'animation/AnimationPlayerTest.cpp',
3287 'animation/TimedItemCalculationsTest.cpp', 3288 'animation/TimedItemCalculationsTest.cpp',
3288 'animation/TimedItemTest.cpp', 3289 'animation/TimedItemTest.cpp',
3289 'animation/TimingInputTest.cpp', 3290 'animation/TimingInputTest.cpp',
3290 'css/AffectedByFocusTest.cpp', 3291 'css/AffectedByFocusTest.cpp',
3291 'css/parser/MediaQueryTokenizerTest.cpp', 3292 'css/parser/MediaQueryTokenizerTest.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3326 'html/track/vtt/BufferedLineReaderTest.cpp', 3327 'html/track/vtt/BufferedLineReaderTest.cpp',
3327 'html/track/vtt/VTTScannerTest.cpp', 3328 'html/track/vtt/VTTScannerTest.cpp',
3328 'rendering/RenderOverflowTest.cpp', 3329 'rendering/RenderOverflowTest.cpp',
3329 'rendering/shapes/BoxShapeTest.cpp', 3330 'rendering/shapes/BoxShapeTest.cpp',
3330 'testing/UnitTestHelpers.cpp', 3331 'testing/UnitTestHelpers.cpp',
3331 'testing/UnitTestHelpers.h', 3332 'testing/UnitTestHelpers.h',
3332 'xml/parser/SharedBufferReaderTest.cpp', 3333 'xml/parser/SharedBufferReaderTest.cpp',
3333 ], 3334 ],
3334 } 3335 }
3335 } 3336 }
OLDNEW
« no previous file with comments | « Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp ('k') | public/platform/WebAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698