diff options
author | skyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 13:29:37 +0000 |
---|---|---|
committer | skyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 13:29:37 +0000 |
commit | 7102690b3ba3e8ffe9a4c19de81f9c572b20d03c (patch) | |
tree | 382078fee9ae88baa1b06ff13602825e608309e9 /webkit/DEPS | |
parent | 7861444e22bcc516c3f8628d9075c4ca68db4a95 (diff) | |
download | chromium_src-7102690b3ba3e8ffe9a4c19de81f9c572b20d03c.zip chromium_src-7102690b3ba3e8ffe9a4c19de81f9c572b20d03c.tar.gz chromium_src-7102690b3ba3e8ffe9a4c19de81f9c572b20d03c.tar.bz2 |
Move GL headers from gpu to third_party/khronos
This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions.
BUG=102824
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111170
Review URL: http://codereview.chromium.org/8423038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 0ec44a0..18c4566 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -21,7 +21,7 @@ include_rules = [ "+gpu/command_buffer/client", "+gpu/command_buffer/common", "+gpu/command_buffer/service", - "+gpu/GLES2", + "+third_party/khronos/GLES2", # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+crypto", |