summaryrefslogtreecommitdiffstats
path: root/gpu/DEPS
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 20:32:57 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 20:32:57 +0000
commit1dcd5e8c3061bcd016dd99a04b939ba23e60497f (patch)
tree03feb6727eb8ff36802c3d4b104b5fac42ef410a /gpu/DEPS
parent2d4d7d554ca674fe43159ff777d6f8f048cec44a (diff)
downloadchromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.zip
chromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.tar.gz
chromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.tar.bz2
Resubmit 35500: Added an application framework for demos. Ported hellotriangle example in OpenGL ES book to use the application framework.
BUG=26099 TEST=Try running hello_triangle executable, you should see a red triangle. Review URL: http://codereview.chromium.org/525070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/DEPS')
-rw-r--r--gpu/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/DEPS b/gpu/DEPS
index 2cdc222..73297b6 100644
--- a/gpu/DEPS
+++ b/gpu/DEPS
@@ -4,4 +4,7 @@ include_rules = [
# For gfx::PluginWindowHandle
"+app/gfx",
+
+ # For demos
+ "+third_party/gles_book_examples",
]