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

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: Merge IVP into LSI 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/Interpolation.cpp', 645 'animation/Interpolation.cpp',
646 'animation/Interpolation.h', 646 'animation/Interpolation.h',
647 'animation/InterpolationEffect.cpp', 647 'animation/InterpolationEffect.cpp',
648 'animation/InterpolationEffect.h', 648 'animation/InterpolationEffect.h',
649 'animation/KeyframeEffectModel.cpp', 649 'animation/KeyframeEffectModel.cpp',
650 'animation/KeyframeEffectModel.h', 650 'animation/KeyframeEffectModel.h',
651 'animation/LegacyStyleInterpolation.cpp',
652 'animation/LegacyStyleInterpolation.h',
651 'animation/SampledEffect.cpp', 653 'animation/SampledEffect.cpp',
652 'animation/SampledEffect.h', 654 'animation/SampledEffect.h',
653 'animation/StringKeyframe.cpp', 655 'animation/StringKeyframe.cpp',
654 'animation/StringKeyframe.h', 656 'animation/StringKeyframe.h',
655 'animation/TimedItem.cpp', 657 'animation/TimedItem.cpp',
656 'animation/TimedItem.h', 658 'animation/TimedItem.h',
657 'animation/TimedItemCalculations.h', 659 'animation/TimedItemCalculations.h',
658 'animation/TimedItemTiming.cpp', 660 'animation/TimedItemTiming.cpp',
659 'animation/TimedItemTiming.h', 661 'animation/TimedItemTiming.h',
660 'animation/Timing.h', 662 'animation/Timing.h',
(...skipping 2666 matching lines...) Expand 10 before | Expand all | Expand 10 after
3327 'animation/AnimationTranslationUtilTest.cpp', 3329 'animation/AnimationTranslationUtilTest.cpp',
3328 'animation/CompositorAnimationsTest.cpp', 3330 'animation/CompositorAnimationsTest.cpp',
3329 'animation/CompositorAnimationsTestHelper.h', 3331 'animation/CompositorAnimationsTestHelper.h',
3330 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3332 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3331 'animation/DocumentTimelineTest.cpp', 3333 'animation/DocumentTimelineTest.cpp',
3332 'animation/EffectInputTest.cpp', 3334 'animation/EffectInputTest.cpp',
3333 'animation/InterpolationEffectTest.cpp', 3335 'animation/InterpolationEffectTest.cpp',
3334 'animation/InterpolationTest.cpp', 3336 'animation/InterpolationTest.cpp',
3335 'animation/InterpolableValueTest.cpp', 3337 'animation/InterpolableValueTest.cpp',
3336 'animation/KeyframeEffectModelTest.cpp', 3338 'animation/KeyframeEffectModelTest.cpp',
3339 'animation/LegacyStyleInterpolationTest.cpp',
3337 'animation/TimedItemCalculationsTest.cpp', 3340 'animation/TimedItemCalculationsTest.cpp',
3338 'animation/TimedItemTest.cpp', 3341 'animation/TimedItemTest.cpp',
3339 'animation/TimingInputTest.cpp', 3342 'animation/TimingInputTest.cpp',
3340 'css/AffectedByFocusTest.cpp', 3343 'css/AffectedByFocusTest.cpp',
3341 'css/CSSCalculationValueTest.cpp', 3344 'css/CSSCalculationValueTest.cpp',
3342 'css/CSSFontFaceTest.cpp', 3345 'css/CSSFontFaceTest.cpp',
3343 'css/CSSParserValuesTest.cpp', 3346 'css/CSSParserValuesTest.cpp',
3344 'css/CSSSelectorTest.cpp', 3347 'css/CSSSelectorTest.cpp',
3345 'css/CSSTestHelper.cpp', 3348 'css/CSSTestHelper.cpp',
3346 'css/CSSTestHelper.h', 3349 'css/CSSTestHelper.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3381 'html/track/vtt/VTTScannerTest.cpp', 3384 'html/track/vtt/VTTScannerTest.cpp',
3382 'loader/MixedContentCheckerTest.cpp', 3385 'loader/MixedContentCheckerTest.cpp',
3383 'rendering/RenderOverflowTest.cpp', 3386 'rendering/RenderOverflowTest.cpp',
3384 'rendering/shapes/BoxShapeTest.cpp', 3387 'rendering/shapes/BoxShapeTest.cpp',
3385 'testing/UnitTestHelpers.cpp', 3388 'testing/UnitTestHelpers.cpp',
3386 'testing/UnitTestHelpers.h', 3389 'testing/UnitTestHelpers.h',
3387 'xml/parser/SharedBufferReaderTest.cpp', 3390 'xml/parser/SharedBufferReaderTest.cpp',
3388 ], 3391 ],
3389 } 3392 }
3390 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698