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

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

Issue 30813004: Revert r160071 "Web Animations: Implement AnimationClock and fix start time of animations" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « Source/core/animation/PlayerTest.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'animation/AnimatableStrokeDasharrayList.h', 559 'animation/AnimatableStrokeDasharrayList.h',
560 'animation/AnimatableTransform.cpp', 560 'animation/AnimatableTransform.cpp',
561 'animation/AnimatableTransform.h', 561 'animation/AnimatableTransform.h',
562 'animation/AnimatableUnknown.h', 562 'animation/AnimatableUnknown.h',
563 'animation/AnimatableValue.cpp', 563 'animation/AnimatableValue.cpp',
564 'animation/AnimatableValue.h', 564 'animation/AnimatableValue.h',
565 'animation/AnimatableVisibility.cpp', 565 'animation/AnimatableVisibility.cpp',
566 'animation/AnimatableVisibility.h', 566 'animation/AnimatableVisibility.h',
567 'animation/Animation.cpp', 567 'animation/Animation.cpp',
568 'animation/Animation.h', 568 'animation/Animation.h',
569 'animation/AnimationClock.h',
570 'animation/AnimationEffect.h', 569 'animation/AnimationEffect.h',
571 'animation/AnimationStack.h', 570 'animation/AnimationStack.h',
572 'animation/DocumentTimeline.cpp', 571 'animation/DocumentTimeline.cpp',
573 'animation/DocumentTimeline.h', 572 'animation/DocumentTimeline.h',
574 'animation/InertAnimation.cpp', 573 'animation/InertAnimation.cpp',
575 'animation/InertAnimation.h', 574 'animation/InertAnimation.h',
576 'animation/KeyframeAnimationEffect.cpp', 575 'animation/KeyframeAnimationEffect.cpp',
577 'animation/KeyframeAnimationEffect.h', 576 'animation/KeyframeAnimationEffect.h',
578 'animation/Player.cpp', 577 'animation/Player.cpp',
579 'animation/Player.h', 578 'animation/Player.h',
(...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3564 'core_unittest_files': [ 3563 'core_unittest_files': [
3565 'animation/AnimatableColorTest.cpp', 3564 'animation/AnimatableColorTest.cpp',
3566 'animation/AnimatableDoubleTest.cpp', 3565 'animation/AnimatableDoubleTest.cpp',
3567 'animation/AnimatableLengthTest.cpp', 3566 'animation/AnimatableLengthTest.cpp',
3568 'animation/AnimatableNeutralTest.cpp', 3567 'animation/AnimatableNeutralTest.cpp',
3569 'animation/AnimatableStrokeDasharrayListTest.cpp', 3568 'animation/AnimatableStrokeDasharrayListTest.cpp',
3570 'animation/AnimatableUnknownTest.cpp', 3569 'animation/AnimatableUnknownTest.cpp',
3571 'animation/AnimatableValueTestHelper.cpp', 3570 'animation/AnimatableValueTestHelper.cpp',
3572 'animation/AnimatableValueTestHelper.h', 3571 'animation/AnimatableValueTestHelper.h',
3573 'animation/AnimatableValueTestHelperTest.cpp', 3572 'animation/AnimatableValueTestHelperTest.cpp',
3574 'animation/AnimationClockTest.cpp',
3575 'animation/DocumentTimelineTest.cpp', 3573 'animation/DocumentTimelineTest.cpp',
3576 'animation/KeyframeAnimationEffectTest.cpp', 3574 'animation/KeyframeAnimationEffectTest.cpp',
3577 'animation/PlayerTest.cpp', 3575 'animation/PlayerTest.cpp',
3578 'animation/TimedItemCalculationsTest.cpp', 3576 'animation/TimedItemCalculationsTest.cpp',
3579 'animation/TimedItemTest.cpp', 3577 'animation/TimedItemTest.cpp',
3580 'css/CSSParserValuesTest.cpp', 3578 'css/CSSParserValuesTest.cpp',
3581 'css/CSSCalculationValueTest.cpp', 3579 'css/CSSCalculationValueTest.cpp',
3582 'css/CSSValueTestHelper.h', 3580 'css/CSSValueTestHelper.h',
3583 'fetch/ImageResourceTest.cpp', 3581 'fetch/ImageResourceTest.cpp',
3584 'fetch/MemoryCacheTest.cpp', 3582 'fetch/MemoryCacheTest.cpp',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
3656 'bison_exe': 'bison', 3654 'bison_exe': 'bison',
3657 # We specify a preprocess so it happens locally and won't get 3655 # We specify a preprocess so it happens locally and won't get
3658 # distributed to goma. 3656 # distributed to goma.
3659 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3660 # use /usr/bin/clang once we require Xcode 4.x. 3658 # use /usr/bin/clang once we require Xcode 4.x.
3661 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3662 }], 3660 }],
3663 ], 3661 ],
3664 } 3662 }
3665 } 3663 }
OLDNEW
« no previous file with comments | « Source/core/animation/PlayerTest.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698