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

Unified Diff: ppapi/native_client/src/shared/ppapi/nacl.scons

Issue 10290006: Update gl2.h and gl2ext.h headers from Khronos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « ppapi/lib/gl/include/GLES2/gl2ext.h ('k') | ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi/nacl.scons
===================================================================
--- ppapi/native_client/src/shared/ppapi/nacl.scons (revision 134794)
+++ ppapi/native_client/src/shared/ppapi/nacl.scons (working copy)
@@ -39,6 +39,8 @@
'$SOURCE_ROOT/ppapi/lib/gl/include',
])
+env.Prepend(CPPDEFINES=['GL_GLEXT_PROTOTYPES'])
+
# Load ppapi_gl.gypi
ppapi_gl_gypi = gyp_extract.LoadGypFile(
env.File('$SOURCE_ROOT/ppapi/ppapi_gl.gypi').abspath)
« no previous file with comments | « ppapi/lib/gl/include/GLES2/gl2ext.h ('k') | ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698