Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 693d1f3915aeb0c2e7095cdb710aaebd021f1c2a..a6af660643ea19a1ef45723ac10001050b862848 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', |