aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-17 20:33:09 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-17 20:33:09 +0000
commitfde5e264f34977a84bd8a7d1ad8b0160cfb76161 (patch)
tree2153e9d17c627f7222a3980256f8b1722f7b7e8a /gyp
parent4bd5177e4f9daf6c2c75aa2ff445fd14c5e11ee6 (diff)
Fix utils.gyp missing file
TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/142043003 git-svn-id: http://skia.googlecode.com/svn/trunk@13125 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/utils.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index ebac571adf..37fe25d0ac 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -42,7 +42,6 @@
'../include/utils/SkDebugUtils.h',
'../include/utils/SkDeferredCanvas.h',
'../include/utils/SkDumpCanvas.h',
- '../include/utils/SkGatherPixelRefsAndRects.h',
'../include/utils/SkInterpolator.h',
'../include/utils/SkLayer.h',
'../include/utils/SkMatrix44.h',
@@ -78,6 +77,7 @@
'../src/utils/SkDumpCanvas.cpp',
'../src/utils/SkFloatUtils.h',
'../src/utils/SkGatherPixelRefsAndRects.cpp',
+ '../src/utils/SkGatherPixelRefsAndRects.h',
'../src/utils/SkInterpolator.cpp',
'../src/utils/SkLayer.cpp',
'../src/utils/SkMatrix44.cpp',