diff options
author | reed <reed@google.com> | 2016-05-03 12:13:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-03 12:13:21 -0700 |
commit | 50d3b57c8aaa0f026b981101c45ea30361382940 (patch) | |
tree | ca3b1319d55b7fc495406bd13fd238171b48c2d8 /gyp | |
parent | 676ab68b04597c997e3152f31c08090c0d2ccbe4 (diff) |
return 4x4 matrix from SkColorSpace
move SkMatrix44 into core (with alias in utils to transition chrome)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1943833002
Review-Url: https://codereview.chromium.org/1943833002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 2 | ||||
-rw-r--r-- | gyp/utils.gypi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index c2673a07db..c77b0d1ced 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -176,6 +176,7 @@ '<(skia_src_path)/core/SkMath.cpp', '<(skia_src_path)/core/SkMathPriv.h', '<(skia_src_path)/core/SkMatrix.cpp', + '<(skia_src_path)/core/SkMatrix44.cpp', '<(skia_src_path)/core/SkMatrixImageFilter.cpp', '<(skia_src_path)/core/SkMatrixImageFilter.h', '<(skia_src_path)/core/SkMatrixUtils.h', @@ -372,6 +373,7 @@ '<(skia_include_path)/core/SkMaskFilter.h', '<(skia_include_path)/core/SkMath.h', '<(skia_include_path)/core/SkMatrix.h', + '<(skia_include_path)/core/SkMatrix44.h', '<(skia_include_path)/core/SkMetaData.h', '<(skia_include_path)/core/SkMultiPictureDraw.h', '<(skia_include_path)/core/SkOSFile.h', diff --git a/gyp/utils.gypi b/gyp/utils.gypi index 5e13e2b710..ea12203cb5 100644 --- a/gyp/utils.gypi +++ b/gyp/utils.gypi @@ -19,7 +19,6 @@ '<(skia_include_path)/utils/SkEventTracer.h', '<(skia_include_path)/utils/SkInterpolator.h', '<(skia_include_path)/utils/SkLayer.h', - '<(skia_include_path)/utils/SkMatrix44.h', '<(skia_include_path)/utils/SkMeshUtils.h', '<(skia_include_path)/utils/SkNinePatch.h', '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', @@ -54,7 +53,6 @@ '<(skia_src_path)/utils/SkLayer.cpp', '<(skia_src_path)/utils/SkMatrix22.cpp', '<(skia_src_path)/utils/SkMatrix22.h', - '<(skia_src_path)/utils/SkMatrix44.cpp', '<(skia_src_path)/utils/SkMeshUtils.cpp', '<(skia_src_path)/utils/SkNinePatch.cpp', '<(skia_src_path)/utils/SkNWayCanvas.cpp', |