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
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
index 9be835e..fc1c6bad 100644
--- a/content/content_gpu.gypi
+++ b/content/content_gpu.gypi
@@ -31,7 +31,7 @@
'conditions': [
['OS=="win"', {
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/khronos',
'<(DEPTH)/third_party/angle/src',
'<(DEPTH)/third_party/wtl/include',
],