From fde5e264f34977a84bd8a7d1ad8b0160cfb76161 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 17 Jan 2014 20:33:09 +0000 Subject: [PATCH] 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 --- gyp/utils.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/utils.gyp b/gyp/utils.gyp index ebac571..37fe25d 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', -- 2.7.4