Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index b86e5d4f41ec07d3197464d5081fd108fcf5f752..7de5ef0cea84a40a791ec72afb01533a84010209 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -401,6 +401,10 @@ |
'<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
'<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', |
'<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', |
+ |
+ # OS helper files |
+ '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.cpp', |
+ '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.h', |
], |
'skgpu_mesa_gl_sources': [ |
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |