| Index: ui/gl/gl.gyp
|
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
|
| index 3d0ffb832d6e58863eba16f67445da4149cb69ea..e330a15963ea213b8b614f43551d046fc32d8516 100644
|
| --- a/ui/gl/gl.gyp
|
| +++ b/ui/gl/gl.gyp
|
| @@ -75,6 +75,8 @@
|
| 'gl_osmesa_api_implementation.h',
|
| 'gl_share_group.cc',
|
| 'gl_share_group.h',
|
| + 'gl_state_restorer.cc',
|
| + 'gl_state_restorer.h',
|
| 'gl_surface.cc',
|
| 'gl_surface.h',
|
| 'gl_surface_android.cc',
|
| @@ -92,6 +94,8 @@
|
| 'gpu_switching_manager.h',
|
| 'scoped_make_current.cc',
|
| 'scoped_make_current.h',
|
| + 'gl_state_restorer.cc',
|
| + 'gl_state_restorer.h',
|
| '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc',
|
| '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h',
|
| '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc',
|
|
|