diff options
author | bsalomon <bsalomon@google.com> | 2014-09-16 14:09:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 14:09:13 -0700 |
commit | d99bbb61e58e8bd34db3954147ce1c9166fe4637 (patch) | |
tree | 6f598b85a5126257e50b9049dbb61a66452cd942 /gyp | |
parent | c49233410e7278f0b95b8b0d28a80105a2930a88 (diff) |
Move SkGpuDevice.h to src/gpu
R=reed@google.com
Author: bsalomon@google.com
Review URL: https://codereview.chromium.org/545193006
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 693d1f3915..a6af660643 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -269,7 +269,6 @@ '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', # Sk files - '<(skia_include_path)/gpu/SkGpuDevice.h', '<(skia_include_path)/gpu/SkGr.h', '<(skia_include_path)/gpu/SkGrPixelRef.h', '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', @@ -277,6 +276,7 @@ '<(skia_include_path)/gpu/gl/SkGLContextHelper.h', '<(skia_src_path)/gpu/SkGpuDevice.cpp', + '<(skia_src_path)/gpu/SkGpuDevice.h', '<(skia_src_path)/gpu/SkGr.cpp', '<(skia_src_path)/gpu/SkGrPixelRef.cpp', '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |