Chromium Code Reviews| Index: ui/gl/gl.gyp |
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
| index 940578beeb7ff26ff8f713ff92dd50b07978b3af..f0b5064508178a0db48f9867d7842d5fa6ccba1c 100644 |
| --- a/ui/gl/gl.gyp |
| +++ b/ui/gl/gl.gyp |
| @@ -40,6 +40,8 @@ |
| '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', |
| ], |
| 'sources': [ |
| + 'android/gl_image_stream.cc', |
| + 'android/gl_image_stream.h', |
|
piman
2013/08/12 23:22:07
These files are missing from the patch
|
| 'android/gl_jni_registrar.cc', |
| 'android/gl_jni_registrar.h', |
| 'android/scoped_java_surface.cc', |
| @@ -305,6 +307,8 @@ |
| 'sources': [ |
| 'gl_mock.h', |
| 'gl_mock.cc', |
| + 'gl_image_mock.h', |
| + 'gl_image_mock.cc', |
| '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', |
| ], |
| }, |