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

Unified Diff: ui/surface/surface.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/gl_context_egl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/surface.gyp
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp
index d64972da39265d4e59604a31de23c82e57b54339..1e36b41131c4c435f44c522456c1a2d9936815f2 100644
--- a/ui/surface/surface.gyp
+++ b/ui/surface/surface.gyp
@@ -11,7 +11,7 @@
'conditions': [
['use_x11 == 1', {
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/khronos',
],
}],
# TODO(ncarter): Does hlsl compilation belong in a shared location?
« no previous file with comments | « ui/gl/gl_context_egl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698