Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: ui/gl/gl.gyp

Issue 11275120: Virtual GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698