Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 2036b899561cbd21dfbfdbf4c2b2b021de3474a7..f52635ecc9245cfc9a8ed41728b02299e7ef9928 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -370,11 +370,8 @@ |
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
], |
'skgpu_null_gl_sources': [ |
- '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
- |
- # Sk files |
'<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
- '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
+ '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
], |
}, |
} |