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

Unified Diff: ui/gl/gl.gyp

Issue 23619031: Add eglWaitSyncKHR() EGL binding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « ui/gl/generate_bindings.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index bee5874697cd06245e66115c4bb10f630d3394a5..274065bd8d44882dabc0433f618321207130e28a 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -133,7 +133,8 @@
'action_name': 'generate_gl_bindings',
'variables': {
'generator_path': 'generate_bindings.py',
- 'header_paths': '../../third_party/mesa/src/include:../../third_party/khronos',
+ # Prefer khronos EGL/GLES headers by listing that path first.
+ 'header_paths': '../../third_party/khronos:../../third_party/mesa/src/include',
},
'inputs': [
'<(generator_path)',
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698