| Index: ui/gl/gl.gyp
|
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
|
| index 4d4d658882b1cb33e0ed7218aaafb776dad695a7..032912bf4de378b44dbeaff44c2809756087bda4 100644
|
| --- a/ui/gl/gl.gyp
|
| +++ b/ui/gl/gl.gyp
|
| @@ -50,6 +50,8 @@
|
| 'android/surface_texture.h',
|
| 'android/surface_texture_listener.cc',
|
| 'android/surface_texture_listener.h',
|
| + 'android/surface_texture_tracker.cc',
|
| + 'android/surface_texture_tracker.h',
|
| 'gl_bindings.h',
|
| 'gl_bindings_skia_in_process.cc',
|
| 'gl_bindings_skia_in_process.h',
|
| @@ -275,6 +277,8 @@
|
| 'sources': [
|
| 'gl_image_egl.cc',
|
| 'gl_image_egl.h',
|
| + 'gl_image_surface_texture.cc',
|
| + 'gl_image_surface_texture.h',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|