Chromium Code Reviews

Unified Diff: ppapi/ppapi.gyp

Issue 5927002: Moved the logic of maintaining the current context to gles2 helper library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ppapi/ppapi.gyp
===================================================================
--- ppapi/ppapi.gyp (revision 69442)
+++ ppapi/ppapi.gyp (working copy)
@@ -122,6 +122,7 @@
],
'include_dirs': [
'..',
+ 'lib/gl/include',
],
'sources': [
'cpp/common.h',

Powered by Google App Engine