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

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

Issue 273683005: Web Animations API: Deferred computation of interpolated values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | 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/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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'animation/DocumentAnimations.h', 635 'animation/DocumentAnimations.h',
636 'animation/DocumentTimeline.cpp', 636 'animation/DocumentTimeline.cpp',
637 'animation/DocumentTimeline.h', 637 'animation/DocumentTimeline.h',
638 'animation/EffectInput.cpp', 638 'animation/EffectInput.cpp',
639 'animation/EffectInput.h', 639 'animation/EffectInput.h',
640 'animation/ElementAnimation.h', 640 'animation/ElementAnimation.h',
641 'animation/InertAnimation.cpp', 641 'animation/InertAnimation.cpp',
642 'animation/InertAnimation.h', 642 'animation/InertAnimation.h',
643 'animation/InterpolableValue.cpp', 643 'animation/InterpolableValue.cpp',
644 'animation/InterpolableValue.h', 644 'animation/InterpolableValue.h',
645 'animation/InterpolableValuePromise.cpp',
646 'animation/InterpolableValuePromise.h',
645 'animation/Interpolation.cpp', 647 'animation/Interpolation.cpp',
646 'animation/Interpolation.h', 648 'animation/Interpolation.h',
647 'animation/InterpolationEffect.cpp', 649 'animation/InterpolationEffect.cpp',
648 'animation/InterpolationEffect.h', 650 'animation/InterpolationEffect.h',
649 'animation/KeyframeEffectModel.cpp', 651 'animation/KeyframeEffectModel.cpp',
650 'animation/KeyframeEffectModel.h', 652 'animation/KeyframeEffectModel.h',
653 'animation/LegacyStyleInterpolation.cpp',
654 'animation/LegacyStyleInterpolation.h',
651 'animation/SampledEffect.cpp', 655 'animation/SampledEffect.cpp',
652 'animation/SampledEffect.h', 656 'animation/SampledEffect.h',
653 'animation/StringKeyframe.cpp', 657 'animation/StringKeyframe.cpp',
654 'animation/StringKeyframe.h', 658 'animation/StringKeyframe.h',
655 'animation/TimedItem.cpp', 659 'animation/TimedItem.cpp',
656 'animation/TimedItem.h', 660 'animation/TimedItem.h',
657 'animation/TimedItemCalculations.h', 661 'animation/TimedItemCalculations.h',
658 'animation/TimedItemTiming.cpp', 662 'animation/TimedItemTiming.cpp',
659 'animation/TimedItemTiming.h', 663 'animation/TimedItemTiming.h',
660 'animation/Timing.h', 664 'animation/Timing.h',
(...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'animation/AnimationTestHelper.cpp', 3327 'animation/AnimationTestHelper.cpp',
3324 'animation/AnimationTestHelper.h', 3328 'animation/AnimationTestHelper.h',
3325 'animation/AnimationTranslationUtilTest.cpp', 3329 'animation/AnimationTranslationUtilTest.cpp',
3326 'animation/CompositorAnimationsTest.cpp', 3330 'animation/CompositorAnimationsTest.cpp',
3327 'animation/CompositorAnimationsTestHelper.h', 3331 'animation/CompositorAnimationsTestHelper.h',
3328 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3332 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3329 'animation/DocumentTimelineTest.cpp', 3333 'animation/DocumentTimelineTest.cpp',
3330 'animation/EffectInputTest.cpp', 3334 'animation/EffectInputTest.cpp',
3331 'animation/InterpolationEffectTest.cpp', 3335 'animation/InterpolationEffectTest.cpp',
3332 'animation/InterpolationTest.cpp', 3336 'animation/InterpolationTest.cpp',
3337 'animation/InterpolableValuePromiseTest.cpp',
3333 'animation/InterpolableValueTest.cpp', 3338 'animation/InterpolableValueTest.cpp',
3334 'animation/KeyframeEffectModelTest.cpp', 3339 'animation/KeyframeEffectModelTest.cpp',
3335 'animation/TimedItemCalculationsTest.cpp', 3340 'animation/TimedItemCalculationsTest.cpp',
3336 'animation/TimedItemTest.cpp', 3341 'animation/TimedItemTest.cpp',
3337 'animation/TimingInputTest.cpp', 3342 'animation/TimingInputTest.cpp',
3338 'css/AffectedByFocusTest.cpp', 3343 'css/AffectedByFocusTest.cpp',
3339 'css/CSSCalculationValueTest.cpp', 3344 'css/CSSCalculationValueTest.cpp',
3340 'css/CSSFontFaceTest.cpp', 3345 'css/CSSFontFaceTest.cpp',
3341 'css/CSSParserValuesTest.cpp', 3346 'css/CSSParserValuesTest.cpp',
3342 'css/CSSSelectorTest.cpp', 3347 'css/CSSSelectorTest.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 'html/track/vtt/VTTScannerTest.cpp', 3384 'html/track/vtt/VTTScannerTest.cpp',
3380 'loader/MixedContentCheckerTest.cpp', 3385 'loader/MixedContentCheckerTest.cpp',
3381 'rendering/RenderOverflowTest.cpp', 3386 'rendering/RenderOverflowTest.cpp',
3382 'rendering/shapes/BoxShapeTest.cpp', 3387 'rendering/shapes/BoxShapeTest.cpp',
3383 'testing/UnitTestHelpers.cpp', 3388 'testing/UnitTestHelpers.cpp',
3384 'testing/UnitTestHelpers.h', 3389 'testing/UnitTestHelpers.h',
3385 'xml/parser/SharedBufferReaderTest.cpp', 3390 'xml/parser/SharedBufferReaderTest.cpp',
3386 ], 3391 ],
3387 } 3392 }
3388 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698