Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index ad4a40c9989f1284380fc4abf9721f640d1ccf98..551e4a15ded46711a279dfcbf7489e61947cac6b 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -296,7 +296,8 @@ |
'<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
'<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
'<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
- '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', |
+ '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
+ '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
'<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
'<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
@@ -305,8 +306,8 @@ |
'<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp', |
'<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp', |
'<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp', |
- '<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp', |
- '<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp', |
+ '<(skia_src_path)/gpu/gl/glx/SkNativeGLContext_glx.cpp', |
+ '<(skia_src_path)/gpu/gl/egl/SkNativeGLContext_egl.cpp', |
'<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm', |
], |
'skgpu_mesa_gl_sources': [ |