| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 1de2ab406fd8499187884e879c76ced3dbe54b40..7ef0553f340eba10e0f990e2f5d9de24695e5dd3 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -297,6 +297,7 @@
|
| '<(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/egl/GrGLCreateNativeInterface_egl.cpp',
|
| '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
|
| '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
|
|
|
| @@ -306,7 +307,7 @@
|
| '<(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/egl/SkNativeGLContext_egl.cpp',
|
| '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm',
|
| ],
|
| 'skgpu_mesa_gl_sources': [
|
|
|