diff options
author | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-14 18:57:59 +0000 |
---|---|---|
committer | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-14 18:57:59 +0000 |
commit | 5d0a7692da32ae50d639b9ef3cf99724e3b112ac (patch) | |
tree | 2d49f502057c9a28f354387404acad109a17c18b /gyp | |
parent | cfb7b91b57aa37714f914c86e84928f88c7ad2d7 (diff) |
debug dump functions for mathematica visualization
BUG=
Review URL: https://codereview.appspot.com/7322078
git-svn-id: http://skia.googlecode.com/svn/trunk@7743 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/utils.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp index 7c445d04b3..3b129d3169 100644 --- a/gyp/utils.gyp +++ b/gyp/utils.gyp @@ -35,6 +35,7 @@ '../include/utils/SkCamera.h', '../include/utils/SkCubicInterval.h', '../include/utils/SkCullPoints.h', + '../include/utils/SkDebugUtils.h', '../include/utils/SkDeferredCanvas.h', '../include/utils/SkDumpCanvas.h', '../include/utils/SkInterpolator.h', |