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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/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
Index: ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/nacl.scons (revision 134794)
+++ ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/nacl.scons (working copy)
@@ -7,7 +7,7 @@
Import('env')
-env.Prepend(CPPDEFINES=['XP_UNIX'])
+env.Prepend(CPPDEFINES=['XP_UNIX', 'GL_GLEXT_PROTOTYPES'])
env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
'ppb_graphics3d')

Powered by Google App Engine
This is Rietveld 408576698