| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 3e08a5055f8435d6b7afca60cf0ecc877c501a81..c336cbba6411708cc7aca306eba03a8d448c66f6 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -434,6 +434,11 @@
|
| '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
|
| '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
|
| ],
|
| + 'skgpu_command_buffer_gl_sources': [
|
| + # Sk files
|
| + '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
|
| + '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp',
|
| + ],
|
| 'skgpu_debug_gl_sources': [
|
| '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
|
| '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
|
|
|