| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 7750e7bc75fa22ea13cd0db2285f8fdcae9ec670..60ac5eb30b33c18c479c966f596f0ea2088f5fd4 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -432,6 +432,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',
|
|
|