summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorrjkroege@chromium.org <rjkroege@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-13 18:24:39 +0000
committerrjkroege@chromium.org <rjkroege@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-13 18:24:39 +0000
commitc60e3d89f914a4b1be19114fe695c6ad7e2a5b32 (patch)
treee41f23ac11c4d6386ba8335deba52da5f69b3d2d /gpu/command_buffer_service.gypi
parentdeb51606afef4daeba5fde6ed0c70c1981f8056e (diff)
downloadchromium_src-c60e3d89f914a4b1be19114fe695c6ad7e2a5b32.zip
chromium_src-c60e3d89f914a4b1be19114fe695c6ad7e2a5b32.tar.gz
chromium_src-c60e3d89f914a4b1be19114fe695c6ad7e2a5b32.tar.bz2
Rationalize dependency on khronos EGL headers in place of angle.
Different parts of Chrome use the angle EGL headers and khronos EGL headers. This patch adjusts so that Chrome uses only one: khronos. BUG=none, code cleanup Review URL: https://chromiumcodereview.appspot.com/14772009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index d390e3d..c31e8f2 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -130,7 +130,7 @@
}],
['ui_compositor_image_transport==1', {
'include_dirs': [
- '../third_party/angle/include',
+ '../third_party/khronos',
],
}],
['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {