aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-13 13:43:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 13:43:49 -0700
commit9f012764641a6dc1d71a720caa74547b9f13a228 (patch)
treeaee716e2d720031daf97bd87c2db731736a7c55e /gyp
parent97f6cd5d0fc84dbed7cd8770b79695df83c69444 (diff)
move GrPixelRef headers to private (as we work to eliminate them)
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 26f49128b0..5756c2714f 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -426,16 +426,16 @@
# Sk files
'<(skia_include_path)/gpu/SkGr.h',
- '<(skia_include_path)/gpu/SkGrPixelRef.h',
- '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/gpu/SkGpuDevice.cpp',
'<(skia_src_path)/gpu/SkGpuDevice.h',
'<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
'<(skia_src_path)/gpu/SkGr.cpp',
'<(skia_src_path)/gpu/SkGrPixelRef.cpp',
+ '<(skia_src_path)/gpu/SkGrPixelRef.h',
'<(skia_src_path)/gpu/SkGrPriv.h',
'<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
+ '<(skia_src_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/image/SkImage_Gpu.h',
'<(skia_src_path)/image/SkImage_Gpu.cpp',