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

Unified Diff: ui/gl/gl.gyp

Issue 98643013: Take GL version and extensions correctly into account when binding functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clarify code in generate_bindings.py according to feedback Created 6 years, 11 months 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
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 712d6f99b0c5da1ba0f3645ea06e2cbdcbf5e566..5e1c4d40580b6e682cb08a70ca10f3989058d9f4 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -61,6 +61,8 @@
'gl_context_osmesa.h',
'gl_context_stub.cc',
'gl_context_stub.h',
+ 'gl_context_stub_with_extensions.cc',
+ 'gl_context_stub_with_extensions.h',
'gl_context_win.cc',
'gl_context_x11.cc',
'gl_export.h',
@@ -107,6 +109,8 @@
'gl_surface_osmesa.h',
'gl_switches.cc',
'gl_switches.h',
+ 'gl_version_info.cc',
+ 'gl_version_info.h',
'gpu_switching_manager.cc',
'gpu_switching_manager.h',
'io_surface_support_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698