Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 430bac9dd7201b43be23ac837a6374f0f0b13c07..af5cc7550940edf67df0034ccb22836f7317334d 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -73,6 +73,7 @@ |
'<(skia_src_path)/gpu/GrClipMaskManager.h', |
'<(skia_src_path)/gpu/GrClipMaskManager.cpp', |
'<(skia_src_path)/gpu/GrContext.cpp', |
+ '<(skia_src_path)/gpu/GrContextFactory.cpp', |
bsalomon
2014/11/13 17:49:32
Kind of a bummer to bake this into the main librar
djsollen
2014/11/13 18:32:15
Done.
|
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
'<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', |
@@ -320,15 +321,15 @@ |
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
# Sk files |
- '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', |
'<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
+ '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', |
], |
'skgpu_angle_gl_sources': [ |
'<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
# Sk files |
- '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h', |
'<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
+ '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h', |
], |
'skgpu_debug_gl_sources': [ |
'<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
@@ -352,15 +353,15 @@ |
'<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
# Sk files |
- '<(skia_include_path)/gpu/gl/SkDebugGLContext.h', |
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
+ '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
], |
'skgpu_null_gl_sources': [ |
'<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
# Sk files |
- '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
'<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
+ '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
], |
}, |
} |