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

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

Issue 178263006: Handle direction control in compositor Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: new patch: rebases against tot; fixes enum naming issue 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 3258 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'animation/AnimatableValueTestHelper.h', 3269 'animation/AnimatableValueTestHelper.h',
3270 'animation/AnimatableValueTestHelperTest.cpp', 3270 'animation/AnimatableValueTestHelperTest.cpp',
3271 'animation/AnimationClockTest.cpp', 3271 'animation/AnimationClockTest.cpp',
3272 'animation/AnimationHelpersTest.cpp', 3272 'animation/AnimationHelpersTest.cpp',
3273 'animation/AnimationTest.cpp', 3273 'animation/AnimationTest.cpp',
3274 'animation/AnimationTestHelper.cpp', 3274 'animation/AnimationTestHelper.cpp',
3275 'animation/AnimationTestHelper.h', 3275 'animation/AnimationTestHelper.h',
3276 'animation/AnimationTranslationUtilTest.cpp', 3276 'animation/AnimationTranslationUtilTest.cpp',
3277 'animation/CompositorAnimationsTest.cpp', 3277 'animation/CompositorAnimationsTest.cpp',
3278 'animation/CompositorAnimationsTestHelper.h', 3278 'animation/CompositorAnimationsTestHelper.h',
3279 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3280 'animation/DocumentTimelineTest.cpp', 3279 'animation/DocumentTimelineTest.cpp',
3281 'animation/InterpolableValueTest.cpp', 3280 'animation/InterpolableValueTest.cpp',
3282 'animation/InterpolationEffectTest.cpp', 3281 'animation/InterpolationEffectTest.cpp',
3283 'animation/KeyframeEffectModelTest.cpp', 3282 'animation/KeyframeEffectModelTest.cpp',
3284 'animation/AnimationPlayerTest.cpp', 3283 'animation/AnimationPlayerTest.cpp',
3285 'animation/TimedItemCalculationsTest.cpp', 3284 'animation/TimedItemCalculationsTest.cpp',
3286 'animation/TimedItemTest.cpp', 3285 'animation/TimedItemTest.cpp',
3287 'animation/TimingInputTest.cpp', 3286 'animation/TimingInputTest.cpp',
3288 'css/AffectedByFocusTest.cpp', 3287 'css/AffectedByFocusTest.cpp',
3289 'css/parser/MediaQueryTokenizerTest.cpp', 3288 'css/parser/MediaQueryTokenizerTest.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3322 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3323 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3324 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3325 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3326 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3327 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3328 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3329 ],
3331 } 3330 }
3332 } 3331 }
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