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

Unified Diff: ui/gl/gl.gyp

Issue 14772009: Rationalize dependency on khronos EGL headers in place of angle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated khronos headers. Created 7 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 | « ui/gl/egl_util.cc ('k') | ui/gl/gl_context_egl.cc » ('j') | 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 3f2b35586cd81322bc1768f33dfab76ec362e0dc..129af1864a16244007b71eff708202f8a3cfa363 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -204,8 +204,8 @@
'<(gl_binding_output_dir)/gl_bindings_autogen_egl.h',
],
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
- ],
+ '<(DEPTH)/third_party/khronos',
+ ],
}],
['use_x11 == 1', {
'sources': [
« no previous file with comments | « ui/gl/egl_util.cc ('k') | ui/gl/gl_context_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698