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

Unified Diff: sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
diff --git a/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp b/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
index 86c5fdd9e837f72d46056242f0234a0027f21e50..2a281fc1ae5a89e472d9b4aebee687292a5645e9 100644
--- a/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
+++ b/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
@@ -28,33 +28,33 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/animation/css/CSSAnimatableValueFactory.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/animation/css/CSSAnimatableValueFactory.h"
#include "gen/sky/core/CSSValueKeywords.h"
-#include "core/animation/animatable/AnimatableClipPathOperation.h"
-#include "core/animation/animatable/AnimatableColor.h"
-#include "core/animation/animatable/AnimatableDouble.h"
-#include "core/animation/animatable/AnimatableFilterOperations.h"
-#include "core/animation/animatable/AnimatableImage.h"
-#include "core/animation/animatable/AnimatableLength.h"
-#include "core/animation/animatable/AnimatableLengthBox.h"
-#include "core/animation/animatable/AnimatableLengthBoxAndBool.h"
-#include "core/animation/animatable/AnimatableLengthPoint.h"
-#include "core/animation/animatable/AnimatableLengthPoint3D.h"
-#include "core/animation/animatable/AnimatableLengthSize.h"
-#include "core/animation/animatable/AnimatableRepeatable.h"
-#include "core/animation/animatable/AnimatableShadow.h"
-#include "core/animation/animatable/AnimatableShapeValue.h"
-#include "core/animation/animatable/AnimatableTransform.h"
-#include "core/animation/animatable/AnimatableUnknown.h"
-#include "core/css/CSSCalculationValue.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/CSSPrimitiveValueMappings.h"
-#include "core/css/CSSPropertyMetadata.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "platform/Length.h"
-#include "platform/LengthBox.h"
+#include "sky/engine/core/animation/animatable/AnimatableClipPathOperation.h"
+#include "sky/engine/core/animation/animatable/AnimatableColor.h"
+#include "sky/engine/core/animation/animatable/AnimatableDouble.h"
+#include "sky/engine/core/animation/animatable/AnimatableFilterOperations.h"
+#include "sky/engine/core/animation/animatable/AnimatableImage.h"
+#include "sky/engine/core/animation/animatable/AnimatableLength.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthBox.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthPoint.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthPoint3D.h"
+#include "sky/engine/core/animation/animatable/AnimatableLengthSize.h"
+#include "sky/engine/core/animation/animatable/AnimatableRepeatable.h"
+#include "sky/engine/core/animation/animatable/AnimatableShadow.h"
+#include "sky/engine/core/animation/animatable/AnimatableShapeValue.h"
+#include "sky/engine/core/animation/animatable/AnimatableTransform.h"
+#include "sky/engine/core/animation/animatable/AnimatableUnknown.h"
+#include "sky/engine/core/css/CSSCalculationValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValueMappings.h"
+#include "sky/engine/core/css/CSSPropertyMetadata.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/platform/Length.h"
+#include "sky/engine/platform/LengthBox.h"
namespace blink {
« no previous file with comments | « sky/engine/core/animation/css/CSSAnimatableValueFactory.h ('k') | sky/engine/core/animation/css/CSSAnimationData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698