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

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

Issue 363183003: Move Animatable* hierarchy into new folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'accessibility/AXTableCell.cpp', 572 'accessibility/AXTableCell.cpp',
573 'accessibility/AXTableCell.h', 573 'accessibility/AXTableCell.h',
574 'accessibility/AXTableColumn.cpp', 574 'accessibility/AXTableColumn.cpp',
575 'accessibility/AXTableColumn.h', 575 'accessibility/AXTableColumn.h',
576 'accessibility/AXTableHeaderContainer.cpp', 576 'accessibility/AXTableHeaderContainer.cpp',
577 'accessibility/AXTableHeaderContainer.h', 577 'accessibility/AXTableHeaderContainer.h',
578 'accessibility/AXTableRow.cpp', 578 'accessibility/AXTableRow.cpp',
579 'accessibility/AXTableRow.h', 579 'accessibility/AXTableRow.h',
580 'animation/ActiveAnimations.cpp', 580 'animation/ActiveAnimations.cpp',
581 'animation/ActiveAnimations.h', 581 'animation/ActiveAnimations.h',
582 'animation/AnimatableClipPathOperation.cpp', 582 'animation/animatable/AnimatableClipPathOperation.cpp',
583 'animation/AnimatableClipPathOperation.h', 583 'animation/animatable/AnimatableClipPathOperation.h',
584 'animation/AnimatableColor.cpp', 584 'animation/animatable/AnimatableColor.cpp',
585 'animation/AnimatableColor.h', 585 'animation/animatable/AnimatableColor.h',
586 'animation/AnimatableDouble.cpp', 586 'animation/animatable/AnimatableDouble.cpp',
587 'animation/AnimatableDouble.h', 587 'animation/animatable/AnimatableDouble.h',
588 'animation/AnimatableFilterOperations.cpp', 588 'animation/animatable/AnimatableFilterOperations.cpp',
589 'animation/AnimatableFilterOperations.h', 589 'animation/animatable/AnimatableFilterOperations.h',
590 'animation/AnimatableImage.cpp', 590 'animation/animatable/AnimatableImage.cpp',
591 'animation/AnimatableImage.h', 591 'animation/animatable/AnimatableImage.h',
592 'animation/AnimatableLength.cpp', 592 'animation/animatable/AnimatableLength.cpp',
593 'animation/AnimatableLength.h', 593 'animation/animatable/AnimatableLength.h',
594 'animation/AnimatableLengthBox.cpp', 594 'animation/animatable/AnimatableLengthBox.cpp',
595 'animation/AnimatableLengthBox.h', 595 'animation/animatable/AnimatableLengthBox.h',
596 'animation/AnimatableLengthBoxAndBool.cpp', 596 'animation/animatable/AnimatableLengthBoxAndBool.cpp',
597 'animation/AnimatableLengthBoxAndBool.h', 597 'animation/animatable/AnimatableLengthBoxAndBool.h',
598 'animation/AnimatableLengthPoint.cpp', 598 'animation/animatable/AnimatableLengthPoint.cpp',
599 'animation/AnimatableLengthPoint.h', 599 'animation/animatable/AnimatableLengthPoint.h',
600 'animation/AnimatableLengthPoint3D.cpp', 600 'animation/animatable/AnimatableLengthPoint3D.cpp',
601 'animation/AnimatableLengthPoint3D.h', 601 'animation/animatable/AnimatableLengthPoint3D.h',
602 'animation/AnimatableLengthSize.cpp', 602 'animation/animatable/AnimatableLengthSize.cpp',
603 'animation/AnimatableLengthSize.h', 603 'animation/animatable/AnimatableLengthSize.h',
604 'animation/AnimatableNeutral.h', 604 'animation/animatable/AnimatableNeutral.h',
605 'animation/AnimatableRepeatable.cpp', 605 'animation/animatable/AnimatableRepeatable.cpp',
606 'animation/AnimatableRepeatable.h', 606 'animation/animatable/AnimatableRepeatable.h',
607 'animation/AnimatableSVGLength.cpp', 607 'animation/animatable/AnimatableSVGLength.cpp',
608 'animation/AnimatableSVGLength.h', 608 'animation/animatable/AnimatableSVGLength.h',
609 'animation/AnimatableSVGPaint.cpp', 609 'animation/animatable/AnimatableSVGPaint.cpp',
610 'animation/AnimatableSVGPaint.h', 610 'animation/animatable/AnimatableSVGPaint.h',
611 'animation/AnimatableShadow.cpp', 611 'animation/animatable/AnimatableShadow.cpp',
612 'animation/AnimatableShadow.h', 612 'animation/animatable/AnimatableShadow.h',
613 'animation/AnimatableShapeValue.cpp', 613 'animation/animatable/AnimatableShapeValue.cpp',
614 'animation/AnimatableShapeValue.h', 614 'animation/animatable/AnimatableShapeValue.h',
615 'animation/AnimatableStrokeDasharrayList.cpp', 615 'animation/animatable/AnimatableStrokeDasharrayList.cpp',
616 'animation/AnimatableStrokeDasharrayList.h', 616 'animation/animatable/AnimatableStrokeDasharrayList.h',
617 'animation/AnimatableTransform.cpp', 617 'animation/animatable/AnimatableTransform.cpp',
618 'animation/AnimatableTransform.h', 618 'animation/animatable/AnimatableTransform.h',
619 'animation/AnimatableUnknown.h', 619 'animation/animatable/AnimatableUnknown.h',
620 'animation/AnimatableValue.cpp', 620 'animation/animatable/AnimatableValue.cpp',
621 'animation/AnimatableValue.h', 621 'animation/animatable/AnimatableValue.h',
622 'animation/AnimatableValueKeyframe.cpp', 622 'animation/animatable/AnimatableValueKeyframe.cpp',
623 'animation/AnimatableValueKeyframe.h', 623 'animation/animatable/AnimatableValueKeyframe.h',
624 'animation/AnimatableVisibility.cpp', 624 'animation/animatable/AnimatableVisibility.cpp',
625 'animation/AnimatableVisibility.h', 625 'animation/animatable/AnimatableVisibility.h',
626 'animation/Animation.cpp', 626 'animation/Animation.cpp',
627 'animation/Animation.h', 627 'animation/Animation.h',
628 'animation/AnimationClock.cpp', 628 'animation/AnimationClock.cpp',
629 'animation/AnimationClock.h', 629 'animation/AnimationClock.h',
630 'animation/AnimationEffect.h', 630 'animation/AnimationEffect.h',
631 'animation/AnimationHelpers.h', 631 'animation/AnimationHelpers.h',
632 'animation/AnimationPlayer.cpp', 632 'animation/AnimationPlayer.cpp',
633 'animation/AnimationPlayer.h', 633 'animation/AnimationPlayer.h',
634 'animation/AnimationNode.cpp', 634 'animation/AnimationNode.cpp',
635 'animation/AnimationNode.h', 635 'animation/AnimationNode.h',
(...skipping 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after
3317 'testing/MallocStatistics.h', 3317 'testing/MallocStatistics.h',
3318 'testing/MockPagePopupDriver.cpp', 3318 'testing/MockPagePopupDriver.cpp',
3319 'testing/MockPagePopupDriver.h', 3319 'testing/MockPagePopupDriver.h',
3320 'testing/NullExecutionContext.cpp', 3320 'testing/NullExecutionContext.cpp',
3321 'testing/NullExecutionContext.h', 3321 'testing/NullExecutionContext.h',
3322 'testing/TypeConversions.h', 3322 'testing/TypeConversions.h',
3323 'testing/v8/WebCoreTestSupport.cpp', 3323 'testing/v8/WebCoreTestSupport.cpp',
3324 'testing/v8/WebCoreTestSupport.h', 3324 'testing/v8/WebCoreTestSupport.h',
3325 ], 3325 ],
3326 'core_unittest_files': [ 3326 'core_unittest_files': [
3327 'animation/AnimatableColorTest.cpp', 3327 'animation/animatable/AnimatableColorTest.cpp',
3328 'animation/AnimatableDoubleTest.cpp', 3328 'animation/animatable/AnimatableDoubleTest.cpp',
3329 'animation/AnimatableLengthTest.cpp', 3329 'animation/animatable/AnimatableLengthTest.cpp',
3330 'animation/AnimatableNeutralTest.cpp', 3330 'animation/animatable/AnimatableNeutralTest.cpp',
3331 'animation/AnimatableStrokeDasharrayListTest.cpp', 3331 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3332 'animation/AnimatableUnknownTest.cpp', 3332 'animation/animatable/AnimatableUnknownTest.cpp',
3333 'animation/AnimatableValueTestHelper.cpp', 3333 'animation/animatable/AnimatableValueTestHelper.cpp',
3334 'animation/AnimatableValueTestHelper.h', 3334 'animation/animatable/AnimatableValueTestHelper.h',
3335 'animation/AnimatableValueTestHelperTest.cpp', 3335 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3336 'animation/AnimationClockTest.cpp', 3336 'animation/AnimationClockTest.cpp',
3337 'animation/AnimationHelpersTest.cpp', 3337 'animation/AnimationHelpersTest.cpp',
3338 'animation/AnimationPlayerTest.cpp', 3338 'animation/AnimationPlayerTest.cpp',
3339 'animation/AnimationNodeTest.cpp', 3339 'animation/AnimationNodeTest.cpp',
3340 'animation/AnimationStackTest.cpp', 3340 'animation/AnimationStackTest.cpp',
3341 'animation/AnimationTest.cpp', 3341 'animation/AnimationTest.cpp',
3342 'animation/AnimationTestHelper.cpp', 3342 'animation/AnimationTestHelper.cpp',
3343 'animation/AnimationTestHelper.h', 3343 'animation/AnimationTestHelper.h',
3344 'animation/AnimationTimelineTest.cpp', 3344 'animation/AnimationTimelineTest.cpp',
3345 'animation/AnimationTranslationUtilTest.cpp', 3345 'animation/AnimationTranslationUtilTest.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
3406 'rendering/RenderOverflowTest.cpp', 3406 'rendering/RenderOverflowTest.cpp',
3407 'rendering/RenderTableCellTest.cpp', 3407 'rendering/RenderTableCellTest.cpp',
3408 'rendering/RenderTableRowTest.cpp', 3408 'rendering/RenderTableRowTest.cpp',
3409 'rendering/shapes/BoxShapeTest.cpp', 3409 'rendering/shapes/BoxShapeTest.cpp',
3410 'testing/UnitTestHelpers.cpp', 3410 'testing/UnitTestHelpers.cpp',
3411 'testing/UnitTestHelpers.h', 3411 'testing/UnitTestHelpers.h',
3412 'xml/parser/SharedBufferReaderTest.cpp', 3412 'xml/parser/SharedBufferReaderTest.cpp',
3413 ], 3413 ],
3414 } 3414 }
3415 } 3415 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698