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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4c10f292beb9bac6471f7cfb369048d22ffa704a..9f86befc168029d9fba2db1a7aa9c0ebceb85369 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -579,50 +579,50 @@
'accessibility/AXTableRow.h',
'animation/ActiveAnimations.cpp',
'animation/ActiveAnimations.h',
- 'animation/AnimatableClipPathOperation.cpp',
- 'animation/AnimatableClipPathOperation.h',
- 'animation/AnimatableColor.cpp',
- 'animation/AnimatableColor.h',
- 'animation/AnimatableDouble.cpp',
- 'animation/AnimatableDouble.h',
- 'animation/AnimatableFilterOperations.cpp',
- 'animation/AnimatableFilterOperations.h',
- 'animation/AnimatableImage.cpp',
- 'animation/AnimatableImage.h',
- 'animation/AnimatableLength.cpp',
- 'animation/AnimatableLength.h',
- 'animation/AnimatableLengthBox.cpp',
- 'animation/AnimatableLengthBox.h',
- 'animation/AnimatableLengthBoxAndBool.cpp',
- 'animation/AnimatableLengthBoxAndBool.h',
- 'animation/AnimatableLengthPoint.cpp',
- 'animation/AnimatableLengthPoint.h',
- 'animation/AnimatableLengthPoint3D.cpp',
- 'animation/AnimatableLengthPoint3D.h',
- 'animation/AnimatableLengthSize.cpp',
- 'animation/AnimatableLengthSize.h',
- 'animation/AnimatableNeutral.h',
- 'animation/AnimatableRepeatable.cpp',
- 'animation/AnimatableRepeatable.h',
- 'animation/AnimatableSVGLength.cpp',
- 'animation/AnimatableSVGLength.h',
- 'animation/AnimatableSVGPaint.cpp',
- 'animation/AnimatableSVGPaint.h',
- 'animation/AnimatableShadow.cpp',
- 'animation/AnimatableShadow.h',
- 'animation/AnimatableShapeValue.cpp',
- 'animation/AnimatableShapeValue.h',
- 'animation/AnimatableStrokeDasharrayList.cpp',
- 'animation/AnimatableStrokeDasharrayList.h',
- 'animation/AnimatableTransform.cpp',
- 'animation/AnimatableTransform.h',
- 'animation/AnimatableUnknown.h',
- 'animation/AnimatableValue.cpp',
- 'animation/AnimatableValue.h',
- 'animation/AnimatableValueKeyframe.cpp',
- 'animation/AnimatableValueKeyframe.h',
- 'animation/AnimatableVisibility.cpp',
- 'animation/AnimatableVisibility.h',
+ 'animation/animatable/AnimatableClipPathOperation.cpp',
+ 'animation/animatable/AnimatableClipPathOperation.h',
+ 'animation/animatable/AnimatableColor.cpp',
+ 'animation/animatable/AnimatableColor.h',
+ 'animation/animatable/AnimatableDouble.cpp',
+ 'animation/animatable/AnimatableDouble.h',
+ 'animation/animatable/AnimatableFilterOperations.cpp',
+ 'animation/animatable/AnimatableFilterOperations.h',
+ 'animation/animatable/AnimatableImage.cpp',
+ 'animation/animatable/AnimatableImage.h',
+ 'animation/animatable/AnimatableLength.cpp',
+ 'animation/animatable/AnimatableLength.h',
+ 'animation/animatable/AnimatableLengthBox.cpp',
+ 'animation/animatable/AnimatableLengthBox.h',
+ 'animation/animatable/AnimatableLengthBoxAndBool.cpp',
+ 'animation/animatable/AnimatableLengthBoxAndBool.h',
+ 'animation/animatable/AnimatableLengthPoint.cpp',
+ 'animation/animatable/AnimatableLengthPoint.h',
+ 'animation/animatable/AnimatableLengthPoint3D.cpp',
+ 'animation/animatable/AnimatableLengthPoint3D.h',
+ 'animation/animatable/AnimatableLengthSize.cpp',
+ 'animation/animatable/AnimatableLengthSize.h',
+ 'animation/animatable/AnimatableNeutral.h',
+ 'animation/animatable/AnimatableRepeatable.cpp',
+ 'animation/animatable/AnimatableRepeatable.h',
+ 'animation/animatable/AnimatableSVGLength.cpp',
+ 'animation/animatable/AnimatableSVGLength.h',
+ 'animation/animatable/AnimatableSVGPaint.cpp',
+ 'animation/animatable/AnimatableSVGPaint.h',
+ 'animation/animatable/AnimatableShadow.cpp',
+ 'animation/animatable/AnimatableShadow.h',
+ 'animation/animatable/AnimatableShapeValue.cpp',
+ 'animation/animatable/AnimatableShapeValue.h',
+ 'animation/animatable/AnimatableStrokeDasharrayList.cpp',
+ 'animation/animatable/AnimatableStrokeDasharrayList.h',
+ 'animation/animatable/AnimatableTransform.cpp',
+ 'animation/animatable/AnimatableTransform.h',
+ 'animation/animatable/AnimatableUnknown.h',
+ 'animation/animatable/AnimatableValue.cpp',
+ 'animation/animatable/AnimatableValue.h',
+ 'animation/animatable/AnimatableValueKeyframe.cpp',
+ 'animation/animatable/AnimatableValueKeyframe.h',
+ 'animation/animatable/AnimatableVisibility.cpp',
+ 'animation/animatable/AnimatableVisibility.h',
'animation/Animation.cpp',
'animation/Animation.h',
'animation/AnimationClock.cpp',
@@ -3324,15 +3324,15 @@
'testing/v8/WebCoreTestSupport.h',
],
'core_unittest_files': [
- 'animation/AnimatableColorTest.cpp',
- 'animation/AnimatableDoubleTest.cpp',
- 'animation/AnimatableLengthTest.cpp',
- 'animation/AnimatableNeutralTest.cpp',
- 'animation/AnimatableStrokeDasharrayListTest.cpp',
- 'animation/AnimatableUnknownTest.cpp',
- 'animation/AnimatableValueTestHelper.cpp',
- 'animation/AnimatableValueTestHelper.h',
- 'animation/AnimatableValueTestHelperTest.cpp',
+ 'animation/animatable/AnimatableColorTest.cpp',
+ 'animation/animatable/AnimatableDoubleTest.cpp',
+ 'animation/animatable/AnimatableLengthTest.cpp',
+ 'animation/animatable/AnimatableNeutralTest.cpp',
+ 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
+ 'animation/animatable/AnimatableUnknownTest.cpp',
+ 'animation/animatable/AnimatableValueTestHelper.cpp',
+ 'animation/animatable/AnimatableValueTestHelper.h',
+ 'animation/animatable/AnimatableValueTestHelperTest.cpp',
'animation/AnimationClockTest.cpp',
'animation/AnimationHelpersTest.cpp',
'animation/AnimationPlayerTest.cpp',
« 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