aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 20:20:40 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 20:20:40 +0000
commit5587ac09beec4c056332504f3fa85990520b43fd (patch)
treefc6a3a59cabd7a0814c717d5c0cc0aef23105808 /gyp/utils.gyp
parent5696baa16bc3cfbf99b9abfcdd178d0afe3213da (diff)
Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia.
R=joth@chromium.org, mtklein@google.com, reed@google.com, scroggo@google.com Committed: https://code.google.com/p/skia/source/detail?r=11010 Review URL: https://codereview.chromium.org/23545017 git-svn-id: http://skia.googlecode.com/svn/trunk@11013 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 68bf6b6b51..df12b79b97 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -35,6 +35,7 @@
'../include/utils/SkBoundaryPatch.h',
'../include/utils/SkCamera.h',
+ '../include/utils/SkCanvasStateUtils.h',
'../include/utils/SkCubicInterval.h',
'../include/utils/SkCullPoints.h',
'../include/utils/SkDebugUtils.h',
@@ -65,6 +66,7 @@
'../src/utils/SkBitSet.h',
'../src/utils/SkBoundaryPatch.cpp',
'../src/utils/SkCamera.cpp',
+ '../src/utils/SkCanvasStateUtils.cpp',
'../src/utils/SkCubicInterval.cpp',
'../src/utils/SkCullPoints.cpp',
'../src/utils/SkDeferredCanvas.cpp',