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

Unified Diff: ui/gl/gl.gyp

Issue 184433003: Prefer Khronos EGL headers instead Mesa for all OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | 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 527c5c4b63d20cb9a068d849b27ed26cc1661f63..2ec6d76ed5e5759b1154e92cfbc122a9af003f05 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -29,6 +29,7 @@
],
'include_dirs': [
'<(DEPTH)/third_party/swiftshader/include',
+ '<(DEPTH)/third_party/khronos',
'<(DEPTH)/third_party/mesa/src/include',
no sievers 2014/02/28 20:53:26 Can we remove mesa here? We already specify the e
Ken Russell (switch to Gerrit) 2014/02/28 21:25:04 I don't know -- a try job would be needed. In gene
'<(gl_binding_output_dir)',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698