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

Unified Diff: ui/gl/gl.gyp

Issue 94963003: Take GL version and extensions correctly into account when binding functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed review feedback and Mac build failure Created 7 years 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 4aa5f70714a29f491f0cea99685662195cd396fd..726675ad23afd810771f133e1b339b6c277c2b3b 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -55,6 +55,8 @@
'gl_context.h',
'gl_context_android.cc',
'gl_context_mac.mm',
+ 'gl_context_mock_version.cc',
+ 'gl_context_mock_version.h',
'gl_context_ozone.cc',
'gl_context_osmesa.cc',
'gl_context_osmesa.h',
@@ -106,6 +108,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