| Index: ui/gl/gl.gyp
|
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
|
| index bbaa55011aaa7b8f57d9849eb5c2ddfb79a590a4..027496d9e8438dd1eb66a6b77e5305c152d9af4c 100644
|
| --- a/ui/gl/gl.gyp
|
| +++ b/ui/gl/gl.gyp
|
| @@ -40,6 +40,7 @@
|
| '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
|
| ],
|
| 'sources': [
|
| + 'async_pixel_transfer_delegate.h',
|
| 'gl_bindings.h',
|
| 'gl_bindings_skia_in_process.cc',
|
| 'gl_bindings_skia_in_process.h',
|
| @@ -231,6 +232,8 @@
|
| 'sources': [
|
| 'android_native_window.cc',
|
| 'android_native_window.h',
|
| + 'async_pixel_transfer_delegate_android.cc',
|
| + 'async_pixel_transfer_delegate_android.h'
|
| ],
|
| 'sources!': [
|
| 'gl_context_osmesa.cc',
|
|
|