summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorskyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 17:26:19 +0000
committerskyostil@google.com <skyostil@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 17:26:19 +0000
commit8fcd0ee58318edc4e96732ba87426f9c356abbf0 (patch)
tree258024dc374c4b60d77953115792d937718fbf22 /content/DEPS
parent8ea26c2868aa05a80b9f7fe6b39d9bd74ca9b46e (diff)
downloadchromium_src-8fcd0ee58318edc4e96732ba87426f9c356abbf0.zip
chromium_src-8fcd0ee58318edc4e96732ba87426f9c356abbf0.tar.gz
chromium_src-8fcd0ee58318edc4e96732ba87426f9c356abbf0.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 Review URL: http://codereview.chromium.org/8423038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS
index aa15b45..471c32b 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -37,6 +37,7 @@ include_rules = [
"+third_party/npapi/bindings",
"+third_party/sqlite",
"+third_party/tcmalloc",
+ "+third_party/khronos",
# Allow inclusion of WebKit API files.
"+third_party/WebKit/Source/WebKit/chromium",