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

Unified Diff: Source/platform/blink_platform.gypi

Issue 45553002: Move remaining classes in graphics/transforms to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix merge problem 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 side-by-side diff with in-line comments
Download patch
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index d204e38d5b3e9e2ca8ad5dad649d7670d7ceb437..20981aa6b42aedcd526331d55b8fd119c4ec0da5 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -348,6 +348,24 @@
'text/UnicodeRange.h',
'transforms/AffineTransform.cpp',
'transforms/AffineTransform.h',
+ 'transforms/IdentityTransformOperation.h',
+ 'transforms/InterpolatedTransformOperation.h',
+ 'transforms/InterpolatedTransformOperation.cpp',
+ 'transforms/Matrix3DTransformOperation.cpp',
+ 'transforms/Matrix3DTransformOperation.h',
+ 'transforms/MatrixTransformOperation.cpp',
+ 'transforms/MatrixTransformOperation.h',
+ 'transforms/PerspectiveTransformOperation.cpp',
+ 'transforms/PerspectiveTransformOperation.h',
+ 'transforms/RotateTransformOperation.cpp',
+ 'transforms/RotateTransformOperation.h',
+ 'transforms/ScaleTransformOperation.cpp',
+ 'transforms/ScaleTransformOperation.h',
+ 'transforms/SkewTransformOperation.cpp',
+ 'transforms/SkewTransformOperation.h',
+ 'transforms/TransformOperations.cpp',
+ 'transforms/TranslateTransformOperation.cpp',
+ 'transforms/TranslateTransformOperation.h',
'transforms/TransformationMatrix.cpp',
'transforms/TransformationMatrix.h',
'win/HWndDC.h',
« no previous file with comments | « Source/core/rendering/style/StyleTransformData.h ('k') | Source/platform/transforms/IdentityTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698