aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-09-17 07:44:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-17 07:44:25 -0700
commit3850971d54b2e07cbf69e282d1455ea1dc3333b6 (patch)
treefc5eba78fdc55ef148244d18aea6232120661bf0 /gyp/gpu.gypi
parent8bb9e1e412f0261626b9aadc33445b455ee7e3b0 (diff)
Revert "Revert "Move SkGpuDevice.h to src/gpu""
This reverts commit b0a35f7c5d2c4bfeb601e3ac43f412d202a25292. R=borenet@google.com TBR=borenet@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/575783003
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 9103444d1a..462ef1c266 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -273,7 +273,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',
@@ -281,6 +280,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',